mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
50bec2abc6
* WIP * Get basic websocket working (sort of) * Push websocket fixes * WIP: Implementing SpendingInfoDb json serializer * Implement onreserved callbacks, add json serializers for SpendingInfoDb * Get first unit test working for websockets when a address is generated * Rework WalletNotification to have case classes, get unit test working for receiving addresses over the websocket * WIP * Add websocket callback for when a wallet processes a block * Cleanup * basic updates to unit test * Fix compile * Fix submodule * Fix compile * Get both unit tests passing when run by themselves * Fix so both test cases can be run * Implement unit tests for blockpressed and reservedutxos websockets * Fix RoutesSpec get a block header test * Implement configuration for wsbind and wsport via bitcoin-s.conf * Add some nonblocking sleeps on all WebsocketTests * Add documentation * Properly close the server with .terminate() rather than .unbind() * Add BitcoinSServerMainBitcoindFixture.afterAll() * Add println * Add more println * Try to downgrade bitcoind version * Fix datadir bug * Cleanup callbacks so they don't have nested futures * Fix SpendingInfoDb.apply() pattern match * Add spendingInfoDb json serializer test, does not pass * Fix SpendingInfoDb json serializer * Make small refactors * Fix compile * Add maxBufferSize, change overflow strategy to OverflowStrategy.dropHead * Address Nadav's code review * Address ben's code review |
||
---|---|---|
.. | ||
bundle | ||
cli | ||
cli-test | ||
gui | ||
oracle-server | ||
oracle-server-test | ||
scripts/src/main | ||
server | ||
server-routes/src/main/scala | ||
server-test |