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
#382 introduced the operator fee into the Isthmus hardfork. But since the contracts are not merged and released, the contract bytecode used in the Isthmus network upgrade transactions cannot be filled out in the specs yet. They were left as TODOs in #382.
Once ethereum-optimism/optimism#12166 is merged, a release can be cut that contains the bytecode and source hashes needed to fill in the TODOs.
Missing Contract Bytecodes (TODOs) that need to be filled in with the bytecode from the release.
Once these bytecodes are filled in, alloy-rs/op-alloy#411 can be updated, merged, and an op-alloy release can be cut to provide the Isthmus network upgrade transactions.
The go implementation will also need to be updated with the Isthmus network upgrade transactions.
The text was updated successfully, but these errors were encountered:
Description
#382 introduced the operator fee into the Isthmus hardfork. But since the contracts are not merged and released, the contract bytecode used in the Isthmus network upgrade transactions cannot be filled out in the specs yet. They were left as
TODO
s in #382.Once ethereum-optimism/optimism#12166 is merged, a release can be cut that contains the bytecode and source hashes needed to fill in the
TODO
s.Missing Contract Bytecodes (
TODO
s) that need to be filled in with the bytecode from the release.Isthmus derivation specs have
TODO
s that need to be filled in.Aside
Once these bytecodes are filled in, alloy-rs/op-alloy#411 can be updated, merged, and an
op-alloy
release can be cut to provide the Isthmus network upgrade transactions.The go implementation will also need to be updated with the Isthmus network upgrade transactions.
The text was updated successfully, but these errors were encountered: