fix(x/group): rename group's legacy ORM error codespace to prevent co… (#17146)
This commit is contained in:
parent
153af4c755
commit
026073ba19
@ -48,6 +48,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* (x/group) [#17146](https://github.com/cosmos/cosmos-sdk/pull/17146) Rename x/group legacy ORM package's error codespace from "orm" to "legacy_orm", preventing collisions with ORM's error codespace "orm".
|
||||
|
||||
### API Breaking Changes
|
||||
|
||||
* (x/slashing) [17063](https://github.com/cosmos/cosmos-sdk/pull/17063) Use collections for `HistoricalInfo`:
|
||||
|
||||
@ -3,7 +3,7 @@ package errors
|
||||
import "cosmossdk.io/errors"
|
||||
|
||||
// mathCodespace is the codespace for all errors defined in orm package
|
||||
const ormCodespace = "orm"
|
||||
const ormCodespace = "legacy_orm"
|
||||
|
||||
var (
|
||||
// ErrORMIteratorDone defines an error when an iterator is done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user