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.28 #3507

Open
fselmo opened this issue Oct 9, 2024 · 0 comments
Open

Recompile test contracts with new Solidity version: v0.8.28 #3507

fselmo opened this issue Oct 9, 2024 · 0 comments

Comments

@fselmo
Copy link
Collaborator

fselmo commented Oct 9, 2024

What was wrong?

  • New Solidity version v0.8.28 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant