Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: migrate group to sdk orm #15304

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6bd44b0
feat!: migrate group to sdk orm
julienrbrt Apr 24, 2023
6c8ef90
updates
julienrbrt Apr 24, 2023
bd5e2bd
setup genesis and begin with migrations
julienrbrt Apr 25, 2023
f5c05f6
fix duplicate error registration and validate genesis
julienrbrt Apr 25, 2023
5052c16
updates
julienrbrt Apr 25, 2023
3e5b7cc
genesis
julienrbrt Apr 25, 2023
d5bba93
renaming
julienrbrt Apr 25, 2023
5d8d09f
migrations
julienrbrt Apr 26, 2023
f4584ab
updates
julienrbrt Apr 26, 2023
79dcdf9
simplify
julienrbrt Apr 26, 2023
660c34f
Merge remote-tracking branch 'origin' into julien/group-orm
julienrbrt May 2, 2023
37d2d62
fix app v2 build (genesis still not working)
julienrbrt May 2, 2023
6a5e448
Merge branch 'main' into julien/group-orm
julienrbrt May 3, 2023
3e7144e
Merge branch 'main' into julien/group-orm
julienrbrt May 10, 2023
302c2b2
bump orm
julienrbrt May 10, 2023
2a32fba
updates
julienrbrt May 10, 2023
51fd031
test #16108
julienrbrt May 11, 2023
b6d5b3d
Merge branch 'main' into julien/group-orm
julienrbrt May 11, 2023
3947c8f
updates
julienrbrt May 11, 2023
443a22a
updates
julienrbrt May 11, 2023
ce45fa3
updates
julienrbrt May 11, 2023
c857a69
Merge branch 'main' into julien/group-orm
julienrbrt May 11, 2023
d7407cd
`make lint-fix`
julienrbrt May 11, 2023
99d767f
Merge branch 'main' into julien/group-orm
julienrbrt May 15, 2023
b3aa005
fix seq calculation
julienrbrt May 15, 2023
0a98828
updates
julienrbrt May 15, 2023
dd89a67
updates
julienrbrt May 17, 2023
abe0ed2
wip
julienrbrt May 19, 2023
859559b
Merge branch 'main' into julien/group-orm
julienrbrt May 26, 2023
03bec6b
merge fix
julienrbrt May 26, 2023
af693aa
updates
julienrbrt May 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### State Machine Breaking

* (x/group) [#15304](https://github.com/cosmos/cosmos-sdk/pull/15304) Migrate `x/group` to [ORM](https://docs.cosmos.network/main/packages/orm).
* (x/group,x/gov) [#16235](https://github.com/cosmos/cosmos-sdk/pull/16235) A group and gov proposal is rejected if the proposal metadata title and summary do not match the proposal title and summary.
* (x/staking) [#15701](https://github.com/cosmos/cosmos-sdk/pull/15701) The `HistoricalInfoKey` has been updated to use a binary format.
* (x/slashing) [#15580](https://github.com/cosmos/cosmos-sdk/pull/15580) The validator slashing window now stores "chunked" bitmap entries for each validator's signing window instead of a single boolean entry per signing window index.
Expand Down
4 changes: 2 additions & 2 deletions api/cosmos/group/v1/genesis.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

713 changes: 358 additions & 355 deletions api/cosmos/group/v1/query.pulsar.go

Large diffs are not rendered by default.

Loading