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 ¶
func ErrEmptyTree() error
func ErrTooMuchChange ¶ added in v0.13.0
func ErrTooMuchChange() error
ErrTooMuchChange indicates that the underlying validator set was changed by >1/3.
func ErrUnexpectedValidators ¶
ErrUnexpectedValidators indicates a validator set mismatch.
func ErrUnknownValidators ¶
ErrUnknownValidators indicates that some validator set was missing or unknown.
func IsErrCommitNotFound ¶
func IsErrEmptyTree ¶
func IsErrTooMuchChange ¶ added in v0.24.0
func IsErrUnknownValidators ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.