You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Solidity version v0.8.27 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.
What was wrong?
v0.8.27
released and test contracts need to be recompiled with this version.How can it be fixed?
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.See relevant documentation for more details.
The text was updated successfully, but these errors were encountered: