web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.17k stars 555 forks source link

Upgrade ABIEncoding to V2 #344

Closed sc0Vu closed 10 months ago

sc0Vu commented 10 months ago

The current abi encoding is outdated. In this PR, I upgrade to v2 version, includes array and tuple encoding.

Minor details: I did some research on how these projects implement (eth-abi / ethers.js / web3.js), most of them use tuple encoding after. In this PR. I did the same thing, probably need to validate data or format.

TODO:

Next: