Generalize the way to setup the server to use Litecoin.
[electrum-server.git] / backends / abe / __init__.py
2012-07-19 cobleeGeneralize the way to setup the server to use Litecoin.
2012-07-19 cobleeAddress version for Litecoin is 48
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-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 ThomasVworkaround to detect old mempool transactions: use...
2012-06-13 ThomasVrestructuring: each processor has its own queue
2012-06-11 ThomasVmore workaround
2012-06-11 ThomasVworkaround
2012-06-11 ThomasVnow in Abe.util
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-18 ThomasVjsonrpc compliance. terminate support for old clients
2012-05-06 ThomasVdisplay error message
2012-04-29 ThomasVremove debug message
2012-04-29 ThomasVnotification
2012-04-29 ThomasVfix notifications
2012-04-07 ThomasVunneeded psycopg2 import in abe backend
2012-04-06 genjixRenamed: modules -> backends