v14.0.0
(Spark) - 2023-09-19
State Machine Breaking
- (vesting) #1754 Implement further vesting module refactors.
- (evm) #1727 Return an error when calling inactive EVM extensions
- (deps) #1732 Bump ibc-go version with error message fix.
- (vesting) #1730 Remove smart contract conversion to
ClawbackVestingAccount
- (deps) #1662 Bump Cosmos-SDK to v0.47.4 and ibc-go to v7.2.0.
Improvements
- (gov) #1791 Extend maximum proposal metadata length.
- (cli) #1786 Add
block
CLI command to query a block from local db. - (cli) #1714 Use empty string as default value in
chain-id
flag to use the chain id from the genesis file when not specified. - (ics20) #1688 Change authorization names to
grantee
/granter
in theICS20
precompile - (staking) #1702 Change authorization names to
grantee
/granter
in thestaking
precompile - (mod) #1674 Update
evmos
module name toevmos/v14
- (cli) #1677 Update docs for
vesting
cli - (proto) #1684 Update proto files to use
evmos/v14
- (deps) #1682 Migrate evmos-ledger-go logic to this repository
- (vesting) #1708 Minor improvements to
vesting
module - (vesting) #1709 Add clawed back coins to
MsgClawbackResponse
- (cli) #1706 Update
DefaultGasAdjustment
factor used in transactions. - (vesting)#1672 Port
vesting
precompile code and refactor integration tests - (vesting)#1667 Add support for vesting precompile in the
evm
module - (vesting) Refactor vesting flow
- (cli) #1647 Update defaults on
evmosd start
flags. - (deps) #1682 Migrate
evmos-ledger-go
logic to this repository. - (mod) #1687 Bump Evmos version to v14.
Bug Fixes
- (proto) #1713 Add proto file for v1 vesting module account
- (deps) #1718 Update rosetta types import.
- (e2e) #1678 Fix e2e tests after recent changes to
evmosd start
default flags - (evm) #1703 Prevent panic on uint64 conversion in EVM keeper
ApplyMessageWithConfig
function. - (vesting) Fix vesting bug.
- (rpc) #1650 Fix racing conditions on RPC PubSub logic
- (rpc) #1655 Avoid channel get changed when concurrent subscribe happens.
- (revenue) #1659 Check if DevelopersShares are set to 0
- (rpc) #1663 Fix block number returned in opcode for debug trace related api.
- (rpc) #1676 Fix gas meter stacking gas from predecessors in
TraceTx
&TraceBlock
functions. - (cli) #1681 Add
bootstrap-state
command. - (ante) #1693 Prevent panic on int64 conversion in EVM fees antehandler.
Full Diff: v13.0.2...v14.0.0