Merge branch 'master' of github.com:spesmilo/electrum-server
[electrum-server.git] / backends /
2012-10-21 ThomasVfix bug with merkle tree
2012-10-20 slush0Bugfix: importtransaction -> sendrawtransaction
2012-10-20 ThomasVsupport new unpatched bitcoind
2012-10-19 ThomasVdon't send header with merkle
2012-10-19 ThomasVsend only the relevant part of the merkle tree
2012-10-18 ThomasVadd two new RPCs: transaction.get_merkle and block...
2012-10-17 ThomasVserver-side support for ssl
2012-08-06 slush'id' is mandatory field in JSON-RPC notification, even...
2012-08-04 slushFix error (chain_id == None) on some Abe installation
2012-07-21 cobleeFix get_block_number bug.
2012-07-21 cobleeFix chain for get_block_number
2012-07-20 cobleeFilter only blocks for the chain we want.
2012-07-19 cobleeGeneralize the way to setup the server to use Litecoin.
2012-07-19 cobleeAddress version for Litecoin is 48
2012-07-19 cobleeLitecoin servers login to IRC with user name starting...
2012-07-06 ThomasVincrease this limit; it was hit recently
2012-06-27 ThomasVmove code that is specific to abe
2012-06-25 ThomasVfix order so that the cache always works
2012-06-25 ThomasVavoid unnecessary sql request
2012-06-25 ThomasVdo not send tx_id ; not part of the protocol
2012-06-20 ThomasVsend server version on request
2012-06-20 ThomasVbroadcast version number
2012-06-19 ThomasVstop the server if abe fails
2012-06-19 ThomasVfix sql: do not call new_id
2012-06-16 ThomasVsimplification: removed most of CreateNewBlock
2012-06-14 ThomasVdo not empty memorypool; tag transactions sent to electrum
2012-06-14 ThomasVadd sql limit to config
2012-06-14 ThomasVraise limit to 500; send address in error
2012-06-14 ThomasVadd limit on sql requests
2012-06-13 ThomasVextra bit of explanation
2012-06-13 ThomasVfix: line might be empty
2012-06-13 ThomasVworkaround to detect old mempool transactions: use...
2012-06-13 ThomasVdo not override parent anymore
2012-06-13 ThomasVadding server.load command
2012-06-13 ThomasVrestructuring: each processor has its own queue
2012-06-13 ThomasVthreadsafe get_session
2012-06-11 ThomasVmore workaround
2012-06-11 ThomasVworkaround
2012-06-11 ThomasVnow in Abe.util
2012-06-10 ThomasVrm native port
2012-06-05 ThomasVdisplay session type
2012-06-05 ThomasVadd timeout for http sessions
2012-06-04 ThomasVprint block number
2012-06-04 ThomasVoverload catch_up so that exceptions are raised
2012-06-03 ThomasVfix lock release
2012-05-19 ThomasVjsonrpc compliance.
2012-05-18 ThomasVjsonrpc compliance. terminate support for old clients
2012-05-06 ThomasVdisplay error message
2012-05-02 ThomasVreturn response to server.version
2012-04-30 ThomasVcheck password for 'info' command. display version...
2012-04-30 ThomasVadd server info command. send command line commands...
2012-04-29 ThomasVremove debug message
2012-04-29 ThomasVnotification
2012-04-29 ThomasVfix notifications
2012-04-23 genjixdon't use affected_addrs between store and confirm...
2012-04-23 genjixbe stricter with response typing.
2012-04-23 genjix{"id": null, "method":"blockchain.numblocks.subscribe...
2012-04-22 genjixBUGFIX: confirmations & payment_history fixes.
2012-04-22 genjixtrace input addresses for a tx
2012-04-22 genjixhistory using memory_pool to lookup txs
2012-04-22 genjixhandle invalid address, and address with no activity
2012-04-22 genjixC++ core with working memory pool
2012-04-21 genjixSuper fast C++ payment_history (not working with mempoo...
2012-04-20 genjixC++ framework for fast blockchain.address.get_history
2012-04-20 genjixBUGFIX: stop after load memory pool tx with single...
2012-04-19 genjixpoller __init__ takes service now
2012-04-19 genjixmempool subscribe works with outputs of transactions.
2012-04-15 genjixupdated numblocks.subscribe to work since sessions...
2012-04-15 genjixIntegrated blockchain.address.get_history component...
2012-04-15 genjixpayment_history(...) function which constructs a Histor...
2012-04-15 genjixmempool_counter does not exist in get_history. the...
2012-04-15 genjixmempool counter should work for output too.
2012-04-15 genjixhistory mempool counter.
2012-04-15 genjixblockchain.address.get_history memory pool transactions.
2012-04-12 genjixmemory pool buffer used for looking up memory pool...
2012-04-10 genjiximprove get_history (clearer + better error checking)
2012-04-07 genjixlibbitcoin session now requires async_service during...
2012-04-07 ThomasVunneeded psycopg2 import in abe backend
2012-04-06 genjixRenamed: modules -> backends