Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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