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
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Recently we merged the spec for CREATE/CREATE2: #355
But I noticed that the spec for contract creation via Tx is not done:
zkevm-specs/src/zkevm_specs/evm_circuit/execution/begin_tx.py
Lines 91 to 97 in 29f1c2d
Nevertheless on the circuit side this seems to be implemented:
https://github.com/privacy-scaling-explorations/zkevm-circuits/blob/0e1d230191d3a1b3ea4b27034c73a545a6e66158/zkevm-circuits/src/evm_circuit/execution/begin_tx.rs#L212-L295
So we need to sync the specs on the create case of BeginTx.
The text was updated successfully, but these errors were encountered: