dcrd/gcs/blockcf
Dave Collins 11272d801d
gcs: Prepare v2.1.0.
This updates the gcs module dependencies, the copyright year in the
files modified since the previous release, and serves as a base for
gcs/v2.1.0.

The updated direct dependencies in this commit are as follows:

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

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

- github.com/decred/dcrd/blockchain/stake/v3@v3.0.0
- github.com/decred/dcrd/txscript/v3@v3.0.0
- github.com/decred/dcrd/wire@v1.4.0

Finally, all modules in the repository are tidied to ensure they are
updated to use the latest versions hoisted forward as a result.
2020-10-14 14:51:46 -05:00
..
bench_test.go gcs: Add benchmark for AddSigScript. 2019-07-29 13:09:49 -05:00
blockcf.go gcs: Prepare v2.1.0. 2020-10-14 14:51:46 -05:00
README.md multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00

blockcf

Doc

Overview

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.