dcrd/gcs/blockcf
Dave Collins fa551363cb
gcs: Prepare v1.1.0.
This updates the gcs dependencies and serves as a base for gcs/v1.1.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/blockchain/stake/v2@v2.0.0

The full list of updated direct dependencies since the previous
gcs/v1.0.2 release are as follows:

- github.com/decred/dcrd/blockchain/stake/v2@v2.0.0
- github.com/dchest/siphash@v1.2.1
- github.com/decred/dcrd/txscript/v2@v2.0.0
- github.com/decred/dcrd/wire@v1.2.0
2019-07-29 13:09:50 -05:00
..
bench_test.go gcs: Add benchmark for AddSigScript. 2019-07-29 13:09:49 -05:00
blockcf.go gcs: Prepare v1.1.0. 2019-07-29 13:09:50 -05:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -05:00

blockcf

GoDoc

Package blockcf provides functions to build committed filters from blocks. Unlike the gcs package, which is a general implementation of golomb coded sets, this package is tailored for specific filter creation for Decred blocks.