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
If an evm contract has the opcode BLOCKHASH, the relayer should include the necessary block headers. I.e. if evm code includes BLOCKHASH 3, relayer includes block header for block 3 in the transaction.
We're still far from the point where we need this, but I just faced it and wanted to document it for future.
The text was updated successfully, but these errors were encountered:
If an evm contract has the opcode BLOCKHASH, the relayer should include the necessary block headers. I.e. if evm code includes
BLOCKHASH 3
, relayer includes block header for block 3 in the transaction.We're still far from the point where we need this, but I just faced it and wanted to document it for future.
The text was updated successfully, but these errors were encountered: