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(x/staking): Migrate UnbondingDelegation to collections #17270

Merged
merged 51 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
498e4d1
migrate DelegationKey to collections
likhita-809 Aug 3, 2023
4baf88e
remove GetUBDsKey
likhita-809 Aug 3, 2023
0cd5ee6
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 3, 2023
7b4a54f
add changelog
likhita-809 Aug 3, 2023
0781b59
iterator changes
likhita-809 Aug 3, 2023
6105704
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 3, 2023
426b532
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 4, 2023
a339485
fix all tests
likhita-809 Aug 4, 2023
a33bfa5
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 4, 2023
c5fd6e1
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 7, 2023
f59bc59
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 7, 2023
d8e1230
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 8, 2023
f2dc4f5
remove store usage from ubd set, get, remove funcs
likhita-809 Aug 8, 2023
d7358f6
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 8, 2023
852a59c
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 9, 2023
6fc003c
wip: try fixing keeper tests
likhita-809 Aug 9, 2023
9d7fce2
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 11, 2023
4bd48ca
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 16, 2023
b92f8a8
address review comments and fix tests
likhita-809 Aug 16, 2023
a2b3f59
fix tests
likhita-809 Aug 16, 2023
fd0a9f8
fix few tests
likhita-809 Aug 16, 2023
751dcaf
fix tests
likhita-809 Aug 18, 2023
4258997
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 18, 2023
d9b5cb5
fix usage of length prefixed addr key
likhita-809 Aug 18, 2023
d27e4da
fix integration tests
likhita-809 Aug 18, 2023
9205b1b
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 18, 2023
0e17234
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 18, 2023
5602c78
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 21, 2023
34b9aad
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 21, 2023
1726250
add diff test for unbonding delegation
likhita-809 Aug 21, 2023
b8b4f31
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 21, 2023
9854016
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 22, 2023
ad6b1d0
update changelog
likhita-809 Aug 22, 2023
ffd1912
address nits
likhita-809 Aug 22, 2023
762e742
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 22, 2023
8bd01ce
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 23, 2023
1f9a22f
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 23, 2023
2500c7c
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 23, 2023
ef9178e
wip: use UnbondingDelegations type instead of bytes
likhita-809 Aug 23, 2023
9e6414c
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 23, 2023
d3dbaba
fix keeper test
likhita-809 Aug 23, 2023
bedc479
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 24, 2023
68de5c5
address review comments
likhita-809 Aug 24, 2023
64a41da
fix simapp test
likhita-809 Aug 24, 2023
3b570f8
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 24, 2023
9b9cc74
remove unused error
likhita-809 Aug 25, 2023
9f6d759
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 25, 2023
98e063d
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 28, 2023
08ca907
nit: add godoc for key splits
likhita-809 Aug 28, 2023
ccc4a1b
spell correct
likhita-809 Aug 28, 2023
f9e0848
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Aug 28, 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
Prev Previous commit
Next Next commit
iterator changes
  • Loading branch information
likhita-809 committed Aug 3, 2023
commit 0781b598e07aa2fbfe4e03101a26399d1989d664
26 changes: 15 additions & 11 deletions simapp/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,17 +185,21 @@ func (app *SimApp) prepForZeroHeightGenesis(ctx sdk.Context, jailAllowedAddrs []
}

// iterate through unbonding delegations, reset creation height
err = app.StakingKeeper.IterateUnbondingDelegations(ctx, func(_ int64, ubd stakingtypes.UnbondingDelegation) (stop bool) {
for i := range ubd.Entries {
ubd.Entries[i].CreationHeight = 0
}
err = app.StakingKeeper.SetUnbondingDelegation(ctx, ubd)
if err != nil {
panic(err)
}
return false
})
if err != nil {
err = app.StakingKeeper.UnbondingDelegation.Walk(
ctx,
nil,
func(key collections.Pair[sdk.AccAddress, sdk.ValAddress], ubd stakingtypes.UnbondingDelegation) (stop bool, err error) {
for i := range ubd.Entries {
ubd.Entries[i].CreationHeight = 0
}
err = app.StakingKeeper.SetUnbondingDelegation(ctx, ubd)
if err != nil {
panic(err)
}
likhita-809 marked this conversation as resolved.
Show resolved Hide resolved
return false, err
},
)
if err != nil && !errors.Is(err, collections.ErrInvalidIterator) {
likhita-809 marked this conversation as resolved.
Show resolved Hide resolved
panic(err)
}
// Iterate through validators by power descending, reset bond heights, and
Expand Down
24 changes: 0 additions & 24 deletions x/staking/keeper/delegation.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,30 +237,6 @@ func (k Keeper) GetUnbondingDelegationsFromValidator(ctx context.Context, valAdd
return ubds, nil
}

// IterateUnbondingDelegations iterates through all of the unbonding delegations.
func (k Keeper) IterateUnbondingDelegations(ctx context.Context, fn func(index int64, ubd types.UnbondingDelegation) (stop bool)) error {
store := k.storeService.OpenKVStore(ctx)
prefix := types.UnbondingDelegationKey
iterator, err := store.Iterator(prefix, storetypes.PrefixEndBytes(prefix))
if err != nil {
return err
}
defer iterator.Close()

for i := int64(0); iterator.Valid(); iterator.Next() {
ubd, err := types.UnmarshalUBD(k.cdc, iterator.Value())
if err != nil {
return err
}
if stop := fn(i, ubd); stop {
break
}
i++
}

return nil
}

// GetDelegatorUnbonding returns the total amount a delegator has unbonding.
func (k Keeper) GetDelegatorUnbonding(ctx context.Context, delegator sdk.AccAddress) (math.Int, error) {
unbonding := math.ZeroInt()
Expand Down
16 changes: 11 additions & 5 deletions x/staking/keeper/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ package keeper

import (
"context"
"errors"
"fmt"

abci "github.com/cometbft/cometbft/abci/types"

"cosmossdk.io/collections"
"cosmossdk.io/math"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -210,11 +212,15 @@ func (k Keeper) InitGenesis(ctx context.Context, data *types.GenesisState) (res
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState {
var unbondingDelegations []types.UnbondingDelegation

err := k.IterateUnbondingDelegations(ctx, func(_ int64, ubd types.UnbondingDelegation) (stop bool) {
unbondingDelegations = append(unbondingDelegations, ubd)
return false
})
if err != nil {
err := k.UnbondingDelegation.Walk(
ctx,
nil,
func(key collections.Pair[sdk.AccAddress, sdk.ValAddress], ubd types.UnbondingDelegation) (stop bool, err error) {
unbondingDelegations = append(unbondingDelegations, ubd)
return false, err
},
)
if err != nil && !errors.Is(err, collections.ErrInvalidIterator) {
likhita-809 marked this conversation as resolved.
Show resolved Hide resolved
panic(err)
}

Expand Down
20 changes: 13 additions & 7 deletions x/staking/keeper/invariants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ package keeper

import (
"bytes"
"errors"
"fmt"

"cosmossdk.io/collections"
"cosmossdk.io/math"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -72,13 +74,17 @@ func ModuleAccountInvariants(k *Keeper) sdk.Invariant {
panic(err)
}

err = k.IterateUnbondingDelegations(ctx, func(_ int64, ubd types.UnbondingDelegation) bool {
for _, entry := range ubd.Entries {
notBonded = notBonded.Add(entry.Balance)
}
return false
})
if err != nil {
err = k.UnbondingDelegation.Walk(
ctx,
nil,
func(key collections.Pair[sdk.AccAddress, sdk.ValAddress], ubd types.UnbondingDelegation) (stop bool, err error) {
for _, entry := range ubd.Entries {
notBonded = notBonded.Add(entry.Balance)
}
return false, err
},
)
if err != nil && !errors.Is(err, collections.ErrInvalidIterator) {
likhita-809 marked this conversation as resolved.
Show resolved Hide resolved
panic(err)
}

Expand Down
2 changes: 1 addition & 1 deletion x/staking/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func GetDelegationsKey(delAddr sdk.AccAddress) []byte {
// GetUBDKey creates the key for an unbonding delegation by delegator and validator addr
// VALUE: staking/UnbondingDelegation
func GetUBDKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte {
return append(append(UnbondingDelegationKey, address.MustLengthPrefix(delAddr)...), valAddr...)
return append(append(UnbondingDelegationKey, address.MustLengthPrefix(delAddr)...), address.MustLengthPrefix(valAddr)...)
}

// GetUBDByValIndexKey creates the index-key for an unbonding delegation, stored by validator-index
Expand Down