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: update solidity version #21

Merged
merged 7 commits into from
Oct 22, 2024

Conversation

luka-ciric-ethernal
Copy link

Upgrading Solidity compiler version from 0.5.5 to 0.8.19.

With that update it is leaving experimental ABIEncoderV2 to standard ABIEncoderV2.

…solidity contract & encoding/decoding

In new version we use Solidity 0.8.19 we get for ABI real ABI structure, not string as it was at 0.5.5 version
Copy link

@Stefan-Ethernal Stefan-Ethernal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally LGTM, leaving a couple of comments to consider.

abi/abi.go Outdated Show resolved Hide resolved
abi/abi.go Outdated Show resolved Hide resolved
abi/abi.go Outdated Show resolved Hide resolved
abi/abi.go Outdated Show resolved Hide resolved
compiler/solidity_test.go Outdated Show resolved Hide resolved
abi/abi.go Show resolved Hide resolved
abi/abi.go Outdated Show resolved Hide resolved
abi/encoding_test.go Outdated Show resolved Hide resolved
abi/encoding_test.go Outdated Show resolved Hide resolved
abi/encoding_test.go Outdated Show resolved Hide resolved
@luka-ciric-ethernal luka-ciric-ethernal merged commit 99888be into main Oct 22, 2024
1 check passed
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.

2 participants