Skip to content

Commit

Permalink
ci: Add op-program v1.1.0 to list of prestates to check reproducibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed May 23, 2024
1 parent 09db90e commit f408cb7
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 @@ -1190,6 +1190,8 @@ jobs:
echo 'export EXPECTED_PRESTATE_HASH="0x034c8cc69f22c35ae386a97136715dd48aaf97fd190942a111bfa680c2f2f421"' >> $BASH_ENV
elif [[ "<<parameters.version>>" == "1.0.0" ]]; then
echo 'export EXPECTED_PRESTATE_HASH="0x037ef3c1a487960b0e633d3e513df020c43432769f41a634d18a9595cbf53c55"' >> $BASH_ENV
elif [[ "<<parameters.version>>" == "1.1.0" ]]; then
echo 'export EXPECTED_PRESTATE_HASH="0x03e69d3de5155f4a80da99dd534561cbddd4f9dd56c9ecc704d6886625711d2b"' >> $BASH_ENV
else
echo "Unknown prestate version <<parameters.version>>"
exit 1
Expand Down Expand Up @@ -2391,6 +2393,6 @@ workflows:
- preimage-reproducibility:
matrix:
parameters:
version: ["0.1.0", "0.2.0", "0.3.0", "1.0.0"]
version: ["0.1.0", "0.2.0", "0.3.0", "1.0.0", "1.1.0"]
context:
slack

0 comments on commit f408cb7

Please sign in to comment.