bitcoinj/core/src
Mike Hearn 3a405302bb More memory optimisations.
Run the wallet txConfidenceListener on the calling thread. Move tx broadcast that occurs inside setTransactionBroadcaster outside the wallet lock to avoid inverting on the mempool class (via PeerGroup, but that doesn't lock on the broadcast path).

This makes memory usage smoother by avoiding the creation of tons of closures and spamming the event thread with them.
2014-01-14 19:06:06 +01:00
..
main More memory optimisations. 2014-01-14 19:06:06 +01:00
test Memory optimisations to avoid OOM when the user thread falls behind. 2014-01-14 18:49:09 +01:00
bitcoin.proto Support watching of scripts/addresses in wallet 2013-11-30 16:39:58 +01:00
paymentchannel.proto Payment channels: require a minimum payment to initiate. 2013-11-13 18:18:10 +01:00
storedclientpaymentchannel.proto Payment channels: bug fixes and improved close behaviour. 2013-09-30 14:35:25 +02:00
storedserverpaymentchannel.proto Store states in protobufs instead of using Java Serialization. 2013-07-11 14:16:40 +02:00