You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ics29-fee GenesisState to include new type repeated IncentivizedPacketFees in favour of repeated IncentivizedPacketFee (singular). This is a follow-up task in ref. to #760 and #761
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
…os#955)
Since cosmos-sdk release/v0.45.x and release/0.46.x only depend on
cometbft v0.34.x, i have pushed a branch v0.34.x to
https://github.com/rollkit/cometbft/tree/v0.34.x and applied the fraud
proof changes from rollkit/tendermint. This PR is simply replacing the
`github.com/tendermint/tendermint` with `github.com/rollkit/cometbft
v0.0.0-20230523181933-31b0a76c97d9` which corresponds to latest commit
from https://github.com/rollkit/cometbft/tree/v0.34.x.
This builds without any issues, however some tests are failing and needs
to be fixed.
After this, we can release rollkit with this cometbft change and sync
our cosmos-sdk forks (release/v0.45.x and release/v0.46.x) and also add
the newly released rollkit (w/ cometbft).
rollkit/rollkit#793 PR and
https://github.com/rollkit/cometbft/tree/rollkit/v0.37.0 is still needed
when we add support for cosmos-sdk release/v0.47.x, which uses module
`github.com/cometbft/cometbft` path and not
`github.com/tendermint/tendermint`
---------
Co-authored-by: Ganesha Upadhyaya <[email protected]>
Summary
Update ics29-fee GenesisState to include new type
repeated IncentivizedPacketFees
in favour ofrepeated IncentivizedPacketFee
(singular). This is a follow-up task in ref. to #760 and #761For Admin Use
The text was updated successfully, but these errors were encountered: