Skip to content

Commit

Permalink
op-program: Add v1.0.0 to set of reproducibility checks (#10403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed May 5, 2024
1 parent 2541e99 commit 0f11f2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,8 @@ jobs:
echo 'export EXPECTED_PRESTATE_HASH="0x031e3b504740d0b1264e8cf72b6dde0d497184cfb3f98e451c6be8b33bd3f808"' >> $BASH_ENV
elif [[ "<<parameters.version>>" == "0.3.0" ]]; then
echo 'export EXPECTED_PRESTATE_HASH="0x034c8cc69f22c35ae386a97136715dd48aaf97fd190942a111bfa680c2f2f421"' >> $BASH_ENV
elif [[ "<<parameters.version>>" == "1.0.0" ]]; then
echo 'export EXPECTED_PRESTATE_HASH="0x037ef3c1a487960b0e633d3e513df020c43432769f41a634d18a9595cbf53c55"' >> $BASH_ENV
else
echo "Unknown prestate version <<parameters.version>>"
exit 1
Expand Down Expand Up @@ -2368,6 +2370,6 @@ workflows:
- preimage-reproducibility:
matrix:
parameters:
version: ["0.1.0", "0.2.0", "0.3.0"]
version: ["0.1.0", "0.2.0", "0.3.0", "1.0.0"]
context:
slack

0 comments on commit 0f11f2a

Please sign in to comment.