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
Bytecode made by new solidity ^0.8.20 compiler can no longer be deployed on quorum Istanbul EVM version because of the introduction of push0 (see [EIP-3855] https://eips.ethereum.org/EIPS/eip-3855 ).
Implementation
Does it planned to update quorum EVM version to Shanghai to support latest solidity versions?
The text was updated successfully, but these errors were encountered:
Rationale
Bytecode made by new solidity ^0.8.20 compiler can no longer be deployed on quorum Istanbul EVM version because of the introduction of
push0
(see [EIP-3855] https://eips.ethereum.org/EIPS/eip-3855 ).Implementation
Does it planned to update quorum EVM version to Shanghai to support latest solidity versions?
The text was updated successfully, but these errors were encountered: