Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
74 lines (56 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

74 lines (56 loc) · 4.28 KB

Changelog

Unreleased

  • (proto)#166 Expose DynamicFeeExtension Protobuf message

evmosjs v0.3.3

  • (proto)#157 Refactor to use Ethermint Protobuf types exported from Evmos
  • (proto)#159 Add decoding utilities useful for Stargate
  • (transactions)#160 Add memo to IBC MsgTransfer payload
  • (transactions)#161 Add MsgCancelUnbondingDelegation payload

evmosjs v0.3.0

API Breaking

  • (transactions)#123 Remove Transactions web3Extension and txRaw since they are no longer necessary

Improvements

  • (transactions)#109 Add base and testing infrastructure to Transactions package
  • (transactions)#110 Refactor Transactions Authz module using base infrastructure and add unit tests
  • (transactions)#111 Refactor Transactions Bank module using base infrastructure and add unit tests
  • (transactions)#117 Refactor Transactions ERC-20 module using base infrastructure and add unit tests
  • (transactions)#114 Refactor Transactions Distribution module using base infrastructure and add unit tests
  • (transactions)#118 Refactor Transactions Gov module using base infrastructure and add unit tests
  • (transactions)#119 Refactor Transactions IBC module using base infrastructure and add unit tests
  • (transactions)#120 Refactor Transactions Revenue module using base infrastructure and add unit tests
  • (transactions)#121 Refactor Transactions Staking module using base infrastructure and add unit tests
  • (transactions)#122 Refactor Transactions Vesting module using base infrastructure and add unit tests
  • (transactions)#125 Refactor EIP-712 Authz package internally
  • (transactions)#126 Refactor EIP-712 Bank package internally
  • (transactions)#127 Refactor EIP-712 Distribution package internally
  • (transactions)#128 Refactor EIP-712 ERC-20 package internally
  • (transactions)#129 Refactor EIP-712 Gov package internally
  • (transactions)#130 Refactor EIP-712 IBC package internally
  • (transactions)#131 Refactor EIP-712 Revenue package internally
  • (transactions)#132 Refactor EIP-712 Staking package internally
  • (transactions)#133 Refactor EIP-712 Vesting package internally