bitcoin-s/app
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
..
cli Constructed simple Bitcoin-S wallet GUI (#1285) 2020-03-31 14:30:24 -05:00
cli-test Somewhat dirty standalone server and CLI binary (#558) 2019-07-10 06:33:17 -05:00
gui Constructed simple Bitcoin-S wallet GUI (#1285) 2020-03-31 14:30:24 -05:00
picklers/src/main/scala/org/bitcoins/picklers Custom fee rate for wallet sends 2020-03-25 11:23:12 -05:00
server Change NodeCallbacks to Future[Unit] s (#1206) 2020-04-03 08:57:41 -05:00
server-test Wallet Transaction Tracking (#1197) 2020-04-02 06:55:09 -05:00