verifier: download chunks first for efficiency
[electrum-nvc.git] / lib / verifier.py
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...