-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: report wrong proof length in the verifier contract (#11728)
Make the error explicit when we test the deployed honk verifier contracts with the wrong proof length by looking at the length member of the calldata proof received as input.
- Loading branch information
1 parent
df9e4ec
commit 1a83cd2
Showing
5 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1a83cd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.nativeClientIVCBench/Full/6
22732.52264499999
ms/iter21126.880759000018
ms/iter1.08
wasmClientIVCBench/Full/6
82474.95643
ms/iter73855.372665
ms/iter1.12
commit(t)
3335265706
ns/iter2902792846
ns/iter1.15
Goblin::merge(t)
163568694
ns/iter140680761
ns/iter1.16
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton