Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Oct 8, 2024
1 parent 4f10841 commit 6928d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ jobs:
- run:
name: Checkout asterisc to correct commit
command: |
# we need to use proper asterisc version that works with specific op-program version
cp prestates.json temp.json
git checkout "<<parameters.asterisc-commit>>"
cp -f temp.json prestates.json
Expand Down
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,13 @@ devnet-clean-monorepo:

devnet-clean: devnet-clean-monorepo
rm -rf .devnet
rm -rf .devnet-standard
rm -rf ./rvsol/devnetL1
rm -rf ./rvsol/deployments
rm -f ./rvsol/devnetL1.json
.PHONY: devnet-clean

reproducible-prestate:
@head -n 1 rvsol/lib/optimism/op-program/Dockerfile.repro > temp.repro && \
tail -n +2 Dockerfile.repro >> temp.repro && \
mv temp.repro Dockerfile.repro
@GO_VERSION=$$(go mod edit -json rvsol/lib/optimism/go.mod | jq -r '.Go'); \
echo "Updating Go version to $$GO_VERSION"; \
go mod edit -go=$$GO_VERSION;
@docker build --output ./bin/ --progress plain -f Dockerfile.repro .
@echo "Absolute prestate hash:"
@cat ./bin/prestate.json | jq -r .stateHash
Expand Down

0 comments on commit 6928d38

Please sign in to comment.