web3p / web3.php

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

Support for ABIEncoderV2 #265

Open MariusMez opened 2 years ago

MariusMez commented 2 years ago

Hi, Currently this project is the best to interact in PHP with Smart Contracts and the Ethereum Virtual Machine. Since Solidity compiler v0.8.0, the experimental ABI coder v2 is activated by default. Is there any plan to support the "new" types like tuple[], structs, nested and dynamic variables as it is now standard features?

Thanks

CarTarL commented 2 years ago

I'm stuck needing to use tuple[] as well

Tanktiger commented 2 years ago

+1