Documentation ¶
Index ¶
- func ErrCommitNotFound() error
- func ErrEmptyTree() error
- func ErrTooMuchChange() error
- func ErrUnexpectedValidators(got, want []byte) error
- func ErrUnknownValidators(chainID string, height int64) error
- func IsErrCommitNotFound(err error) bool
- func IsErrEmptyTree(err error) bool
- func IsErrTooMuchChange(err error) bool
- func IsErrUnexpectedValidators(err error) bool
- func IsErrUnknownValidators(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrCommitNotFound ¶
func ErrCommitNotFound() error
ErrCommitNotFound indicates that a the requested commit was not found.
func ErrEmptyTree ¶ added in v0.26.0
func ErrEmptyTree() error
func ErrTooMuchChange ¶
func ErrTooMuchChange() error
ErrTooMuchChange indicates that the underlying validator set was changed by >1/3.
func ErrUnexpectedValidators ¶ added in v0.24.0
ErrUnexpectedValidators indicates a validator set mismatch.
func ErrUnknownValidators ¶ added in v0.24.0
ErrUnknownValidators indicates that some validator set was missing or unknown.
func IsErrCommitNotFound ¶ added in v0.24.0
func IsErrEmptyTree ¶ added in v0.26.0
func IsErrTooMuchChange ¶ added in v0.24.0
func IsErrUnexpectedValidators ¶ added in v0.24.0
func IsErrUnknownValidators ¶ added in v0.24.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.