bitcoin-s/docs
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
..
applications Initial BIP157 support (#695) 2019-09-25 13:18:51 -05:00
core Process outgoing transactions (#555) 2019-07-09 06:25:24 -05:00
rpc Make it possible to construct RPC client without ActorSystem (#725) 2019-08-30 15:12:18 -05:00
contributing-website.md Add main method for running Mdoc 2019-07-03 16:04:17 +02:00
contributing.md Bump Scala versions (#697) 2019-08-23 13:53:00 -05:00
getting-started.md Add note on how to build JAR files (#663) 2019-07-30 18:52:50 -05:00
security.md Add Torkels PGP key to security.md (#483) 2019-05-29 05:26:28 -05:00
windows-users.md New doc for Windows users (#572) 2019-07-08 15:01:23 -05:00