New port numbers
[electrum-nvc.git] / lib / blockchain.py
2014-07-22 CryptoManiacInitial novacoin support
2014-06-25 Chris GlassDo not use mutables as default values!
2014-05-08 wozzTarget Calculation Update
2014-03-02 ThomasVfix bug in chunk validation
2013-11-12 ThomasVfix bug with hex_to_int; remove unused function
2013-11-12 Bryan Stittstop using eval
2013-11-10 Bryan Stittdon't use bare except
2013-10-16 ThomasVpass chain to get_target (fixes issue #316)
2013-10-15 ThomasVfix bug with chunk requestor
2013-10-09 ThomasVreplace blockchain.height with height(), and fix server...
2013-10-05 ThomasVnetwork: fix server lag detection
2013-10-04 ThomasVshow lag in status line
2013-10-04 ThomasVhandle network.interface being None when network is...
2013-10-03 thomasvshow 'server lagging' icon if server lags and client...
2013-10-03 ThomasVrestore minimum lag for server swiching
2013-10-03 ThomasVauto-cycle: switch to the longest chain
2013-09-15 ThomasVrename menu: create tx
2013-09-12 thomasvreplace wallet.interface everywhere
2013-09-12 ThomasVsimplify interface: use callbacks
2013-09-10 thomasvfixes, resend_subscriptions
2013-09-10 thomasvpass network to NetworkDialog and Blockchain
2013-09-09 thomasvmove callbacks to the network class
2013-09-08 ThomasVseparate blockchain and network
2013-09-05 ThomasVnotify wallet wheit height changes
2013-09-03 ThomasVdownload headers chunks
2013-09-02 ThomasVsynchronizer: wait for interface
2013-09-02 thomasvselect the longest blockchain from several servers
2013-09-02 thomasvsimplify directories: electrum_dir
2013-09-02 ThomasVfix regressions in tx verifier
2013-09-01 ThomasVwizard: start wallet threads
2013-09-01 ThomasVseparate blockchain verifier from transaction verifier