mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 14:50:57 +01:00
- Store the block chain using a get/put interface keyed by hash, so we can add disk storage later. - Add unit tests for difficulty transitions. Move some stuff into NetworkParameters to make that easier. - Track the best chain using total work done. Inform the wallet when a re-org takes place. Wallet currently doesn't do anything with this beyond informing the event listeners. With this patch we're getting closer to a correct SPV implementation. |
||
---|---|---|
.. | ||
AddressTest.java | ||
Base58Test.java | ||
BlockChainTest.java | ||
BlockTest.java | ||
ECKeyTest.java | ||
ScriptTest.java | ||
VarIntTest.java | ||
WalletTest.java |