new protocol: the server sends serialized tx, deserialize it in the client
[electrum-nvc.git] / lib / verifier.py
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...