This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaces ethereumjs-abi with ethers.js/abi-coder (#556)
* Replaced ethereumjs-abi with ethers.js/abi-coder * Update package-lock file. * Adds tests for tuple types in encodeCall. * Remove attempt to test function types in encodeCall. * Add a couple of tests and comments to encodeCall. * encodeCall tests compare encoded vs decoded values, and not just verifies that the abi-coder doesnt throw. * Parse bool types in encodeCall. * Remove web3-utils dependency and some only's from encodeCall tests. * Remove parsing entirely from encodeCall. * Update a package-lock file. * Small changes requested by @facuspagnuolo.
- Loading branch information