x/ibc: /types cleanup (#6169)
* x/ibc: move /types to /common
* x/ibc/types: remove errors
* remove mocked proofs
* remove invalidProof{}
* create new ibc/types dir
* format
* move keys to host
* move order to channel
* move channel state
* move connection state
* lint
This commit is contained in:
@@ -94,6 +94,12 @@ var (
|
||||
// ErrorInvalidGasAdjustment defines an error for an invalid gas adjustment
|
||||
ErrorInvalidGasAdjustment = Register(RootCodespace, 25, "invalid gas adjustment")
|
||||
|
||||
// ErrInvalidHeight defines an error for an invalid height
|
||||
ErrInvalidHeight = Register(RootCodespace, 26, "invalid height")
|
||||
|
||||
// ErrInvalidVersion defines a general error for an invalid version
|
||||
ErrInvalidVersion = Register(RootCodespace, 27, "invalid version")
|
||||
|
||||
// ErrPanic is only set when we recover from a panic, so we know to
|
||||
// redact potentially sensitive system info
|
||||
ErrPanic = Register(UndefinedCodespace, 111222, "panic")
|
||||
|
||||
Reference in New Issue
Block a user