Skip to content

Latest commit

 

History

History
184 lines (128 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

184 lines (128 loc) · 4.51 KB

Changelog

Unreleased

[v0.9.3] - 2024-08-05

Improvements

  • Upgrade to evmos v18.1.0
  • Use erc20 module to automatically convert ibc tokens to registered erc20 tokens
  • Remove precompiles as they are not compatible with evmos v18.1.0
  • Remove ibc-hooks
  • Update dependencies

[v0.8.1] - 2024-05-22

Improvements

  • Clean unused code in evmutil module
  • Adapt Evmos precompiles

[v0.8.0] - 2024-04-06

Features

  • Add EVM module

[v0.7.2] - 2024-01-18

Improvements

[v0.7.2] - 2023-11-20

Features

  • Support wasmvm capabilities:
    • "cosmwasm_1_1"
    • "cosmwasm_1_2"
    • "cosmwasm_1_3"

[v0.7.1] - 2023-10-18

Update smartaccount

Changes

  • Change entrypoint call verify to sudo
  • Use post handle to verify valid of tx from smartaccount
  • Verify all smartaccount nested in the authz

[v0.7.0] - 2023-09-22

Upgrade sdk to v0.47.4

Changes

  • The custom auth/vesting is deprecated - use sdk auth/vesting instead
  • The ibc-middleware is deprecated - use sdk ibc-hooks instead
  • The Params module is deprecated, each module now handles its own parameters
  • Restructure proto, cmd
  • Add types version for smartaccount module
  • Upgrade testenv

Features

  • New PostHandler
  • Gov proposals can be handled through the deprecated Params module or directly to the target module

[v0.6.1] - 2023-07-07

Improvements

  • Add config swagger
  • Change before check tx of smart account from query to execution

[v0.6.0] - 2023-06-30

Features

  • Support module SmartAccount

[v0.5.2] - 2023-06-19

Improvements

  • Fix bug create vesting account

[v0.5.1] - 2023-04-19

Improvements

  • Applying the patch of wasmvm, upgrade from v1.2.1 to v1.2.3
  • Add makefile support ledger

[v0.5.0] - 2023-04-18

Features

  • Implement ibc-middleware support GMP protocol of Axelar network
  • Upgrade wasmd from 0.29.1 to 0.31.0

[v0.4.4] - 2023-03-13

Improvements

  • Prevent excluded addresses from receiving fund
  • Fix minor bugs

[v0.4.3] - 2023-02-02

Improvements

  • Upgrade Comos SDK from v0.45.9 -> v0.45.11
  • Change tendermint repo to InformalSystem
  • Refactor some code unused

[v0.4.2] - 2022-12-05

Improvements

  • Allow IBC clients to be recoverd after expired

[v0.4.1] - 2022-11-11

Improvements

  • Register uaura as default denom

[v0.4.0] - 2022-11-02

Features

  • Add tx type and CLI command to create periodic vesting account

[v0.3.3] - 2022-10-15

Improvements

  • Bump cosmos-sdk to version v0.45.9
  • Bump wasmd to version v0.29.1
  • Bump ibc-go to version v3.3.0

Bug Fixes

  • Apply dragonberry patch

[v0.3.2] - 2022-09-29

Bug Fixes

  • Fix state-sync mode does not sync wasm data.
  • Fix spend limit feature when using feegrant to allow user execute specific contract.

[v0.3.1] - 2022-09-07

Improvements

  • Bump cosmos-sdk to version v0.45.6
  • Exclude whitelist balances when querying current supply by specific denom

[v0.3.0] - 2022-08-09

Features

  • Bump wasmd version to version v0.18.0
  • Bump cosmos-sdk to version v0.45.5
  • Feegrant allows to use contract address