Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: decoding ABI with solidity error types #455

Conversation

JeneaVranceanu
Copy link
Collaborator

@JeneaVranceanu JeneaVranceanu commented Jan 24, 2022

Since solidity 0.8.4 a new type was introduced into the language called error.
ABIs with an entry of type error failing to be decoded/parsed. This PR introduces error type so it can be represented in the EthereumContract as one of the ABI.Element.

Sources/web3swift/EthereumABI/ABIParsing.swift Outdated Show resolved Hide resolved
Sources/web3swift/EthereumABI/ABIParsing.swift Outdated Show resolved Hide resolved
@yaroslavyaroslav yaroslavyaroslav merged commit 59bb431 into web3swift-team:develop Apr 6, 2022
@JeneaVranceanu JeneaVranceanu deleted the feat/solidity-error-type branch April 7, 2022 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants