mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
77cd94ac41
* Refactor MultiWalletTest to actually shutdown the walletAppConfigs * Remove 'implicit' modifier from getFreshWalletConfig. This is a problem as it can be used implicitly to bind resources (threads, files etc) that need to be cleaned up. Since it is implicitly passed, it is very hard to remember to clean up these resources * Cleanup TrezorAddressTest * Remove unecessary BitcoinSWalletTest.afterAll() * Fix docs * Removal of datadir race condition * Cleanup nodeTest to shutdown the transitive chainAppConfig required by NodeAppConfig * remove experimental tag on NeutrinoNodeTest * Remove extra line * Cleanup after BitcoindChainhandlerViaZmqTest * Push to github to force re-run of CI 2 |
||
---|---|---|
.. | ||
src/test/scala/org/bitcoins/node |