do not bundle blockchain headers with packages
[electrum-nvc.git] / lib / verifier.py
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...