- (2eca460) Updated rewards plan to only support a single denom
- (fdcc23c) Added base gas fee consumption for rewards plan creation
- (d2694ea) Replaced
GetAllBalances
insideInitGenesis
- (a171ac0) Avoid transferring rewards when skipping the allocation
- (8baa348) Fixed bugs in the calculation of pool-service total delegator shares
- (85212d2) Fixed rewards allocations
- (987da9f) Improved gas usage
- (2a74f58) Added check to make sure an operator is allowed to join a service while executing
MsgJoinService
- (c8f7880) Made sure operators that are removed from an allowlist also leave the service
- (1fce5da) Added scaling gas costs to delegations and undelegations
- (1d2e6de) Updated the meaning of empty securing pools to "No pools" rather than "All pools"
- (1caccb5) Optimized delegations by target id queries
- (263fd65) Optimized the
getEligibleOperators
query - (bfcaff9) Improve the
UserPreferences
structure and its features - (64ccbd3) Updated the meaning of default user preferences from "Trust all services" to "Trust no service"
- (7090ac2) Remove
SharesFromTokensTruncated
in favor ofSharesFromTokens
- (3f892b7) Remove unnecessary error overrides
- (94deb84) Fixed
ParseTrustedServiceEntry
- (669ce32) Added the support for store migrations inside hard fork handlers
- (ed8281a) Set restaking cap to
0
- (d275ee8) Removed the deletion of markets from upgrade handler
This version has been released to update the ceers-2112
testnet to version v6
of the software.
- (adf62d4) Properly set the
x/liquidvesting
module account
- (#225) Properly initialized the module account
- (#224) Removed gov ante decorators to allow any proposal to be run as expedited
- (#222) Added
v4
upgrade handler
- (#221) Updated
github.com/cosmos/cosmos-sdk
tov0.50.11
- (#215) Removed
trusted_delegates
from the params
- (#214) Added v3 upgrade handler
- (89f6385) Fixed the default genesis state generation
This is the first release of the new major version of the project. The main change that has been made is the transition from being an L2 Optimistic Rollup to being an L1 Cosmos-SDK based chain.
Aside from this, various bugs have been fixed and useful features has been implemented. You can see the full list of changes here.