Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP158: add test vectors and generation code #668

Merged
merged 1 commit into from
Apr 8, 2018

Commits on Apr 3, 2018

  1. BIP158: add test vectors and generation code

    In this commit, we add test vectors for filter and header construction and
    the code to generate them. The included test vectors are for testnet with a
    value of 20 for P. The code generates filters and headers for values of 1
    through 32 for P using testnet blocks. Currently, to run the code,
    the `Roasbeef` fork of `btcd` (at https://github.com/roasbeef/btcd) is
    required to be running locally in testnet mode; this will be changed in a
    future commit after the code is merged into the `btcsuite` mainline.
    aakselrod committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    3571e1a View commit details
    Browse the repository at this point in the history