This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Implement encodePacked using coders in web3-eth-abi #6543
Open
Description
Abi coder implementation in web3-eth-abi package supports detecting types from string array and is more performant/safe than https://github.com/web3/web3.js/blob/4.x/packages/web3-utils/src/hash.ts#L146
I would suggest to implement encodePacked in web3-eth-abi package using existing abi coders