3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 23:32:16 +00:00
altcoinj/core/src
Mike Hearn 6b7d653614 Major rework of how confidence listeners are called:
* API change: TransactionConfidence.Listener now takes a reason enum describing the general class of change.
* Confidence listeners are now invoked in the user code thread as well, thus eliminating any chance of unexpected re-entrancy.
* The wallet batches up confidence changes and executes them all at the end of major operations, avoiding confusing intermediate transitions that could occur in the previous design.
* Much code has been simplified as a result and it's now harder to screw up.
2013-07-05 10:54:19 +02:00
..
main/java Major rework of how confidence listeners are called: 2013-07-05 10:54:19 +02:00
test Major rework of how confidence listeners are called: 2013-07-05 10:54:19 +02:00
bitcoin.proto Some fixes to wallet serialization: 2013-06-27 14:01:02 +02:00
paymentchannel.proto Implement server-side and client-side payment channel protocols. 2013-06-27 14:15:49 +02:00