Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 1.76 KB

Changelog

Unreleased

Improvements

  • (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.