Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed Jan 27, 2025
1 parent 34e8d30 commit 77c9cd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/transaction-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Replaced `eth-method-registry` dependency with `@ethersproject/abi` for ABI method lookups ([#5203](https://github.com/MetaMask/core/pull/5203))
- The `MethodDataHelper` class now uses ethers.js `Interface` class to parse and lookup method signatures
- Method data is now derived directly from the ABI interface
- The structure of returned method data remains compatible with previous implementation

## [43.0.0]

### Added
Expand Down

0 comments on commit 77c9cd8

Please sign in to comment.