Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

32 lines (29 loc) · 2.17 KB

Changelog

Unreleased

Improvements

  • (all) #60 Apply latest changes from Evmos repo (f943af3b to b72a32d76).
  • (cli) #55 Add missing list key types subcommand.
  • (cli) #54 Align debug CLI commands with Cosmos SDK plus other minor clean up.
  • (cli) #53 Enable specifying default key type for adding keys.
  • (ante) #52 Refactor ante handlers to be easier to use in partner chains.
  • (all) #48 Move latest changes from Evmos main (f943af3b incl. SDK v50).
  • (all) #43 Update with latest Evmos main changes (2b7a8e2).
  • (tests) #41 Add Solidity and Ledger tests.
  • (all) #37 Add EVM, feemarket and precompiles from Evmos.
  • (all) #38 Add readme.
  • (all) #30 Add example chain implementation and ante handlers.
  • (ci) #35 Disable dependabot temporarily.
  • (contracts) #24 Add contracts directory and compilation script.
  • (cli) #23 Add client, cmd and version packages.
  • (server) #22 Add server implementation.
  • (rpc) #21 Add RPC and indexer types.
  • (types) #20 Add crypto and encoding packages.
  • (types) #19 Add required wallet types for integration.
  • (all) #15 Add general types and utils.
  • (proto) #14 Add Protobufs and adjust scripts.
  • (eip-712) #13 Add EIP-712 package.
  • (ci) #12 Add CI workflows, configurations, Makefile, License, etc.