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

Recompile test contracts with new Solidity version: v0.8.21 #3049

Closed
fselmo opened this issue Jul 19, 2023 · 0 comments · Fixed by #3078
Closed

Recompile test contracts with new Solidity version: v0.8.21 #3049

fselmo opened this issue Jul 19, 2023 · 0 comments · Fixed by #3078

Comments

@fselmo
Copy link
Collaborator

fselmo commented Jul 19, 2023

What was wrong?

  • New Solidity version v0.8.21 released and test contracts need to be recompiled with this version.

How can it be fixed?

  • From within the web3/_utils/contract_sources directory, run: python compile_contracts.py -v {new_solidity_version_number} to compile the test contracts with the new Solidity version.
  • Re-generate the integration test fixture after running the above script to test the integration tests against the updated contract bytecodes.

    See relevant documentation for more details.
fselmo added a commit to fselmo/web3.py that referenced this issue Aug 16, 2023
fselmo added a commit to fselmo/web3.py that referenced this issue Aug 16, 2023
fselmo added a commit to fselmo/web3.py that referenced this issue Aug 16, 2023
fselmo added a commit to fselmo/web3.py that referenced this issue Aug 16, 2023
fselmo added a commit that referenced this issue Aug 24, 2023
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 a pull request may close this issue.

1 participant