Skip to content

Commit

Permalink
Merge pull request #70 from ethereum-optimism/tip/pcw109550/reproduce…
Browse files Browse the repository at this point in the history
…-op-program-prestate-1.0.0

Reproducible absolute prestate of op-program 1.0.0
  • Loading branch information
pcw109550 authored Jun 24, 2024
2 parents 4860406 + 5c8afef commit 722d74f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ workflows:
- prestate-reproducibility:
matrix:
parameters:
version: ["1.1.0", "1.2.0"]
version: ["1.0.0", "1.1.0", "1.2.0"]

jobs:
pnpm-monorepo:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ devnet-clean:
reproducible-prestate:
@docker build --output ./bin/ --progress plain -f Dockerfile.repro .
@echo "Absolute prestate hash:"
@cat ./bin/prestate-proof.json | jq -r .pre
@cat ./bin/prestate.json | jq -r .stateHash
.PHONY: reproducible-prestate
1 change: 1 addition & 0 deletions prestates.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"op-program": {
"1.0.0": "0x030cd49ed1c865166b54e0f9f1b37b38a11a3659233fd4ffc69e6fd792da55b7",
"1.1.0": "0x0338dc64405def7e3b9ce8f5076b422a846d831832617d227f13baf219cb5406",
"1.2.0": "0x0399525587d7ffb173aaa43f35e21b78f807a0bd3dc80ea6527f407732726351"
}
Expand Down

0 comments on commit 722d74f

Please sign in to comment.