mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
435aef7b0b
* Add getAddressInfo to Wallet API * Add Bloom filter and event callbacks to SPV node * Move wallet test trait to testkit * Test for connecting SPV node with wallet * Tune logging in SPV node * Clean up BloomFilter * Proper toString in inventory and inventorymessage * Actually pass in callbacks to SPV node * Fix rebase screwup and partially respond to code review * Default to file based databases in tests This is due to issues with deadlocks with in-memory based databases. We need DBs to stay alive between connections, but not across tests. In DB intensive chain validation tests we use in-memory databases instead. This seems like a reasonable tradeoff between simplicity and speed. * Make SpvNodeCallbacks contain sequence of functions within * Make Bloom filter non-optional in SpvNode |
||
---|---|---|
.. | ||
src/test/scala/org/bitcoins/wallet |