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

Closed
fselmo opened this issue Mar 14, 2024 · 1 comment
Closed

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

fselmo opened this issue Mar 14, 2024 · 1 comment

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.
@fselmo
Copy link
Collaborator Author

fselmo commented Jun 3, 2024

#3405 should take precedence

@fselmo fselmo closed this as not planned Won't fix, can't repro, duplicate, stale Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants