Skip to content

Latest commit

 

History

History
113 lines (75 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

113 lines (75 loc) · 4.74 KB

Version 8.0.0

Rewards

  • (2eca460) Updated rewards plan to only support a single denom
  • (fdcc23c) Added base gas fee consumption for rewards plan creation
  • (d2694ea) Replaced GetAllBalances inside InitGenesis
  • (a171ac0) Avoid transferring rewards when skipping the allocation
  • (8baa348) Fixed bugs in the calculation of pool-service total delegator shares
  • (85212d2) Fixed rewards allocations

Restaking

  • (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"

Other

  • (7090ac2) Remove SharesFromTokensTruncated in favor of SharesFromTokens
  • (3f892b7) Remove unnecessary error overrides
  • (94deb84) Fixed ParseTrustedServiceEntry
  • (669ce32) Added the support for store migrations inside hard fork handlers

Version 7.0.0

Bug fixes

Restaking

Version 6.1.0

Features

  • (d275ee8) Removed the deletion of markets from upgrade handler

Version 6.0-ceers

This version has been released to update the ceers-2112 testnet to version v6 of the software.

Bug fixes

LiquidVesting

  • (adf62d4) Properly set the x/liquidvesting module account

Version 6.0.0

Bug fixes

LiquidVesting

  • (#225) Properly initialized the module account

Version 5.0.0

Features

Other

  • (#224) Removed gov ante decorators to allow any proposal to be run as expedited

Version 4.0.0

Features

  • (#222) Added v4 upgrade handler

Dependencies

  • (#221) Updated github.com/cosmos/cosmos-sdk to v0.50.11

Version 3.0.0

Features

Liquid Vesting

  • (#215) Removed trusted_delegates from the params

Other

  • (#214) Added v3 upgrade handler

Version 2.0.2

Bug fixes

Build

Version 2.0.1

Bug fixes

x/marketmap

  • (89f6385) Fixed the default genesis state generation

Version 2.0.0

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.