dcrd/gcs
Dave Collins 8aa97edada
gcs: Make error consistent with rest of codebase.
This updates the error handling in the gcs package to be consistent with
the rest of the code base to provide a proper error type and error codes
that can be programmatically detected.

This is part of the ongoing process to cleanup and improve the gcs
module to the quality level required by consensus code for ultimate
inclusion in header commitments.
2019-08-20 09:41:07 -05:00
..
blockcf gcs: Start v2 module dev cycle. 2019-08-20 09:07:07 -05:00
bench_test.go gcs: Overhaul tests and benchmarks. 2019-08-20 09:36:10 -05:00
bits.go gcs: Overhaul tests and benchmarks. 2019-08-20 09:36:10 -05:00
doc.go multi: Add initial committed filter (CF) support 2018-03-30 13:52:12 -04:00
error_test.go gcs: Make error consistent with rest of codebase. 2019-08-20 09:41:07 -05:00
error.go gcs: Make error consistent with rest of codebase. 2019-08-20 09:41:07 -05:00
gcs_test.go gcs: Make error consistent with rest of codebase. 2019-08-20 09:41:07 -05:00
gcs.go gcs: Make error consistent with rest of codebase. 2019-08-20 09:41:07 -05:00
go.mod gcs: Start v2 module dev cycle. 2019-08-20 09:07:07 -05:00
go.sum main: Consume latest module minors and patches. 2019-08-08 10:05:35 -05:00
README.md multi: Use https links where available. 2019-06-18 14:20:06 -05:00

gcs

GoDoc

Package gcs provides an API for building and using a Golomb-coded set filter similar to that described here.

A comprehensive suite of tests is provided to ensure proper functionality.