Skip to content

Commit

Permalink
feat: improved schema for finalized bundles query (backport #104) (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Breithecker <72022235+mbreithecker@users.noreply.github.com>
  • Loading branch information
mergify[bot] and mbreithecker authored Jul 11, 2023
1 parent d10a6ac commit 9150654
Show file tree
Hide file tree
Showing 16 changed files with 2,644 additions and 1,275 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
### Client Breaking

- (`x/stakers`) [#46](https://github.com/KYVENetwork/chain/pull/46) Include `MsgClaimCommissionRewards` for claiming commission rewards.
- (`x/bundles`) [#104](https://github.com/KYVENetwork/chain/pull/104) Improve schema for finalized bundles query.

### API Breaking

Expand Down
1 change: 1 addition & 0 deletions app/upgrades/v1_3/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package v1_3

import (
"fmt"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
bankKeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
Expand Down
Loading

0 comments on commit 9150654

Please sign in to comment.