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.25 #3284

Open
fselmo opened this issue Mar 14, 2024 · 0 comments · May be fixed by #3307
Open

Recompile test contracts with new Solidity version: v0.8.25 #3284

fselmo opened this issue Mar 14, 2024 · 0 comments · May be fixed by #3307

Comments

@fselmo
Copy link
Collaborator

fselmo commented Mar 14, 2024

What was wrong?

  • New Solidity version v0.8.25 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants