bitcoin-s/node-test/src/test/scala/org/bitcoins/node
Ben Carman 7326fd5035 Change NodeCallbacks to Future[Unit] s (#1206)
* Change NodeCallbacks to Future[Unit] s

* Fix compile issue

* Change try to future

* Change Future.sucessful(()) to FutureUtil.unit

* Callback failure handling, callback docs

* Create functions for executing callbacks, make merkleblock a future

* Convert MerkleBuffersTest to BitcoinSAsyncTest

* Fix compiler errors

* Reorder UpdateBloomFilter tests so that txFromWalletP is a success for both calls and the other test does not wait on the promise to complete
2020-04-03 08:57:41 -05:00
..
models Initial BIP157 support (#695) 2019-09-25 13:18:51 -05:00
networking Change NodeCallbacks to Future[Unit] s (#1206) 2020-04-03 08:57:41 -05:00
BroadcastTransactionTest.scala Neutrino Wallet: OnCompactFilter handler (#905) 2019-12-06 13:10:33 -08:00
NeutrinoNodeTest.scala Change NodeCallbacks to Future[Unit] s (#1206) 2020-04-03 08:57:41 -05:00
NeutrinoNodeWithWalletTest.scala Automated wallet recovery (#985) 2020-01-02 13:18:41 -06:00
NodeAppConfigTest.scala 2019 09 05 scalafmt update (#735) 2019-09-05 20:02:58 -05:00
SpvNodeTest.scala Initial BIP157 support (#695) 2019-09-25 13:18:51 -05:00
SpvNodeWithWalletTest.scala Compute confirmations dynamically (#938) 2019-12-14 12:06:22 -08:00
UpdateBloomFilterTest.scala Change NodeCallbacks to Future[Unit] s (#1206) 2020-04-03 08:57:41 -05:00