Skip to content

Commit

Permalink
chore: add OneStepProofEntry to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Apr 24, 2024
1 parent 8c22b28 commit 4661583
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions test/signatures/OneStepProofEntry
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"getEndMachineHash(uint8,bytes32)": "d8558b87",
"getStartMachineHash(bytes32,bytes32)": "04997be4",
"proveOneStep((uint256,address),uint256,bytes32,bytes)": "5d3adcfb",
"prover0()": "30a5509f",
"proverHostIo()": "5f52fd7c",
"proverMath()": "66e5d9c3",
"proverMem()": "1f128bc0"
}
2 changes: 1 addition & 1 deletion test/signatures/test-sigs.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
output_dir="./test/signatures"
for CONTRACTNAME in Bridge Inbox Outbox RollupCore RollupUserLogic RollupAdminLogic SequencerInbox ChallengeManager ERC20Bridge ERC20Inbox ERC20Outbox BridgeCreator DeployHelper RollupCreator
for CONTRACTNAME in Bridge Inbox Outbox RollupCore RollupUserLogic RollupAdminLogic SequencerInbox ChallengeManager ERC20Bridge ERC20Inbox ERC20Outbox BridgeCreator DeployHelper RollupCreator OneStepProofEntry
do
echo "Checking for signature changes in $CONTRACTNAME"
[ -f "$output_dir/$CONTRACTNAME" ] && mv "$output_dir/$CONTRACTNAME" "$output_dir/$CONTRACTNAME-old"
Expand Down

0 comments on commit 4661583

Please sign in to comment.