bitcoin-s/bitcoind-rpc/src/main/scala/org/bitcoins/rpc
rorp 74a44d1c4d Initial BIP157 support (#695)
* WIP: Initial BIP157 support

* store block hash and hetgh along with its compact filter header

* download and parse block filters

* getcfilters/cfilter

* cfilter table

* rescan full filter chain

* improved rescan performance

* optimize compact headers download

* addressed the PR comments

* split SVP and Neutrino node implementations

* configurable filter batch sizes

* initial filter sync

* addressed comments

* chage filter table's primary key

* fix Golomb filter deserialization

* batch database inserts

* neutrino node test

* fixed node test

* addressed the PR comments

* serializers tests

* cleanup

* fix compilation errors

* fix unit tests

* increase test coverage

* enable NeutrinoNodeTest

* make scalafmt happy

* don't cache experimental binaries

* inclease test coverage

* fix unit tests

* more granular CI tests

* disable NeutrinoNodeTest

* refactor tests

* addressed comments

* test coveage

* fix formatting

* responded to the comments

* some more changes

* fix the build

* test coverage

* revert testnet3 config parameter

* minor changes

* cleanup
2019-09-25 13:18:51 -05:00
..
client Initial BIP157 support (#695) 2019-09-25 13:18:51 -05:00
config 2019 09 05 scalafmt update (#735) 2019-09-05 20:02:58 -05:00
jsonmodels 2019 09 05 v18 rpc (#734) 2019-09-05 09:15:00 -05:00
serializers 2019 09 05 v18 rpc (#734) 2019-09-05 09:15:00 -05:00
util Add support for Bitcoin Core 0.17 (#384) 2019-03-26 12:41:05 -05:00
BitcoindException.scala Add types for various bitcoind RPC exceptions 2019-07-16 12:20:24 +02:00