New port numbers
[electrum-nvc.git] / lib / verifier.py
2014-07-05 ThomasVfix #750
2014-03-10 ThomasVremove blockchain object from verifier
2013-11-11 ThomasVprint less debug messages
2013-11-11 ThomasVnetwork.send method
2013-09-15 thomasvnew command: getrawtransaction
2013-09-12 ThomasVsimplify interface: use callbacks
2013-09-10 thomasvminor fixes
2013-09-09 thomasvmove callbacks to the network class
2013-09-02 thomasvselect the longest blockchain from several servers
2013-09-02 ThomasVfix regressions in tx verifier
2013-09-01 ThomasVseparate blockchain verifier from transaction verifier
2013-04-27 ecdsadistinction between unconfirmed and unverified transactions
2013-04-01 ecdsafix: verified tx contains pos
2013-03-23 ecdsafix transaction order in history
2013-03-14 thomasvrely only on the verifier to get the height of transactions
2013-03-14 thomasvprint error received by verifier, and continue
2013-02-18 thomasvupdating url for headers file
2013-01-30 ThomasVtrigger synchronize when block height is received
2012-12-19 Eagle[TM]add sockettimeout to header download by HTTP
2012-12-17 thomasvuse portable flag on android instead of explicit path...
2012-12-17 thomasvfix: case where wdir path is empty (portable wallet)
2012-12-17 thomasvdo not bundle blockchain headers with packages
2012-12-05 thomasvstore timestamps in verifier
2012-12-05 thomasvrevert to daemon threads because some clients do not...
2012-11-24 ThomasVno daemon
2012-11-24 ThomasVnodaemon
2012-11-16 thomasvuse None as timestamp for pending transactions
2012-11-15 thomasvmore fixes for the 0.6 servers
2012-11-15 ThomasVgui fixes
2012-11-14 ThomasVcompatibility with 0.6 protocol
2012-11-07 ThomasVinit headers file
2012-11-05 thomasvinclude headers file in package
2012-11-05 thomasvset timestamps on startup
2012-11-04 ThomasVsolve deadlock during restore
2012-11-04 thomasvnew protocol: the server sends serialized tx, deseriali...
2012-10-29 thomasvImprove text gui. Disable print_error when text gui...
2012-10-29 thomasvdo not request merkle root for unconfirmed transactions
2012-10-27 ThomasVmerkle root too
2012-10-27 ThomasVfix flags
2012-10-27 ThomasVopen file with b flag
2012-10-27 ThomasVuse callback instead of wallet.was_updated
2012-10-27 thomasvredo verifications if a header verification fails
2012-10-27 ThomasVrequest headers chunk if we need more than 50 blocks
2012-10-27 ThomasVcosmetic change
2012-10-26 ThomasVuse print_error
2012-10-26 ThomasVby default, use user dir
2012-10-26 thomasvverifier: download chunks first for efficiency
2012-10-26 thomasvspv: request previous headers recursively in order...
2012-10-26 thomasvprotocol v0.4: use position for branching
2012-10-26 thomasvdocument public methods of verifier
2012-10-26 thomasvuse WalletVerifier.add() method to register transactions
2012-10-26 ThomasVcallback everytime there is an update
2012-10-26 ThomasVreturn zero if unconfirmed
2012-10-25 ThomasVtie confirmation icons to payment verifier
2012-10-25 ThomasVsort pending headers before they get processed
2012-10-25 thomasvmake the Verifier class usable without a wallet instance
2012-10-25 thomasvsubscribe to / verify headers
2012-10-25 thomasvalt path for headers
2012-10-24 ThomasVsimple payment verification: check targets, use block...