Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

71 lines (57 loc) · 3.11 KB

CHANGELOG

v18.0.0

June 25, 2024

API BREAKING

DEPENDENCIES

FEATURES

  • Add the feemarket module and set the initial params to the following values. (#3028 and #3164)

    FeeDenom = "uatom"
    DistributeFees = false // burn base fees
    MinBaseGasPrice = 0.005 // same as previously enforced by `x/globalfee`
    MaxBlockUtilization = 30_000_000 // the default value 
    
  • Add the wasmd module. (#3051)

  • Enable both MsgSoftwareUpgrade and MsgCancelUpgrade to be expedited. (#3149)

STATE BREAKING

Previous Versions

CHANGELOG of previous versions