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

refactor: deprecate x/params #2014

Merged
merged 31 commits into from
Apr 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
faf57e9
Remove unused params from fungible module
skosito Apr 9, 2024
39d8eeb
Make generate
skosito Apr 9, 2024
ec1cbec
Changelog
skosito Apr 9, 2024
697395e
Lint fix
skosito Apr 9, 2024
3ad1bc3
Lint fix
skosito Apr 9, 2024
5b7e6ca
Migrate emissions params to store
skosito Apr 10, 2024
c4a7328
Migrate observer params to its own store
skosito Apr 11, 2024
59326cb
Merge branch 'remove-broadcastmode-block' into params-upgrade
skosito Apr 11, 2024
c3e0ce6
Make generate
skosito Apr 11, 2024
5c311a8
Changelog
skosito Apr 11, 2024
cdbd412
Lint fixes
skosito Apr 11, 2024
c185179
Add observer slash amount param to migrate script
skosito Apr 11, 2024
d32aa34
Fix tests
skosito Apr 11, 2024
dbfb052
Lint fixes
skosito Apr 11, 2024
6aad8db
Fixes
skosito Apr 11, 2024
90d99d3
Lint fixes
skosito Apr 11, 2024
e146fc5
Fixes
skosito Apr 11, 2024
6eb076b
Tests
skosito Apr 11, 2024
4edfbd0
Small cleanup
skosito Apr 11, 2024
dc97a25
Remove not needed params store mock
skosito Apr 12, 2024
d04c043
Merge branch 'remove-broadcastmode-block' into params-upgrade
skosito Apr 17, 2024
5666209
Merge branch 'feat-cosmos-sdk-0.47.10-upgrade' into params-upgrade
skosito Apr 18, 2024
2c84db6
Fixes after merge
skosito Apr 18, 2024
575a12c
Add found flag to get params method
skosito Apr 18, 2024
e63b4c0
Move ballot maturity blocks param to emissions module
skosito Apr 18, 2024
69aaadc
Remove params from observer module
skosito Apr 19, 2024
8231e45
Fix build
skosito Apr 19, 2024
1d706fc
PR comments
skosito Apr 19, 2024
309745d
PR comment
skosito Apr 22, 2024
700fb8d
PR comments
skosito Apr 22, 2024
2b5a681
PR comments
skosito Apr 23, 2024
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
Prev Previous commit
Next Next commit
Lint fix
skosito committed Apr 9, 2024
commit 3ad1bc3c741e82f9683536b125a57f7c7e123eee
2 changes: 0 additions & 2 deletions x/crosschain/keeper/keeper.go
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/tendermint/tendermint/libs/log"
"github.com/zeta-chain/zetacore/x/crosschain/types"
)
@@ -18,7 +17,6 @@ type (
memKey storetypes.StoreKey

stakingKeeper types.StakingKeeper
paramstore paramtypes.Subspace
authKeeper types.AccountKeeper
bankKeeper types.BankKeeper
zetaObserverKeeper types.ObserverKeeper