dcrd/gcs/blockcf2
Dave Collins d4084ec0e0
gcs: No standardness code in consensus.
This modifies the version 2 block filters in gcs to avoid using
standardness code since they are part of consensus code through header
commitments and therefore must not change even though the policy
regarding standardness can change.

It accomplishes the change by making use of the consensus-specific
script identification methods available via the stake package.
2021-06-14 11:58:11 -05:00
..
blockcf.go gcs: No standardness code in consensus. 2021-06-14 11:58:11 -05:00
README.md multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00

blockcf2

Build Status ISC License Doc

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

License

Package blockcf2 is licensed under the copyfree ISC License.