What's Changed
- fix: reuse EVM StateDB for xerc20 transfers from precompiles by @nowooj in #215
- fix(precompiles): enforce wasm xERC20 atomicity and gas bounds by @nowooj in #217
- fix(wasm): block MsgEthereumTx dispatch through CosmosMsg::Any by @nowooj in #222
- feat: add CONX dynamic deflation by @nowooj in #225
- fix(bank): validate contract denoms without panicking by @nowooj in #228
- fix(reward): normalize reward coin accumulation by @nowooj in #230
- fix(staking): guard volunteer validator set updates by @nowooj in #231
- fix(bank): enforce gas limits for ERC20 queries by @nowooj in #229
- fix(wasm): handle missing contract accounts in precompile by @nowooj in #232
- fix(ante): enforce minimum gas price during DeliverTx by @nowooj in #233
- fix(query): paginate burn proposals and volunteer validators by @nowooj in #234
- chore: DELIGHT-LABS/evm v0.6.3-xpla by @nowooj in #239
- fix: restore historical EVM base fee queries by @nowooj in #238
- fix: align v1.14 upgrade configuration and regression tests by @nowooj in #240
Full Changelog: v1.11.4...v1.14.0-rc0