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
We have some contracts that works well in remix Vm environment but fails when executing in our local quorum network.
In a post I have read that from 0.4.24 on, Solidity by default uses the Byzantium version of the EVM.
Our contracts use solidity 0.5.0
¿How can I set quorum to use byzantium? ¿Which is the highest compiler solidity version supported in quorum?
Thanks in advance
The text was updated successfully, but these errors were encountered:
ware32
changed the title
set quorum to use byzantium for smart contracts using solidity 0.5.0
highest solidity compiler compatible with quorum
Nov 4, 2023
We have some contracts that works well in remix Vm environment but fails when executing in our local quorum network.
In a post I have read that from 0.4.24 on, Solidity by default uses the Byzantium version of the EVM.
Our contracts use solidity 0.5.0
¿How can I set quorum to use byzantium? ¿Which is the highest compiler solidity version supported in quorum?
Thanks in advance
The text was updated successfully, but these errors were encountered: