This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 857
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lookup constraints pi circuit block table assignment pi circuit tx table assignment new way to get public input circuit assignment ready pi circuit pass compile fix cell un-assignment error format code and bug fix fixed copy constraints error fix existing error during unittest code cosmetics fix error due to challenge usage fix lints and code cosmetics pi circuit more test with real block data super circuit keccak dev_load rewrite gate to clearly the branch rewrite circuit in bottom up style and fix all constriants refactor timing for pi circuit keccak table load nonce/gas_limit to u64 code cosmetics increase keccak row to cover new pi input circuit skip signdata generation on non pi circuit test set max keccak row 35000 to cover new pi input circuit fix pi bytes endian in witness block fix fmt migrate to word lo/hi
- Loading branch information
Showing
15 changed files
with
1,417 additions
and
928 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#!/bin/sh | ||
set -e | ||
set -o xtrace | ||
|
||
ARG_DEFAULT_SUDO= | ||
ARG_DEFAULT_STEPS="setup gendata tests cleanup" | ||
|
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
Oops, something went wrong.