-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prover rename leaf index next index (#851)
* renamed leafIndex to nextIndex * reverted nextIndex in json parsing * updated highest element to highest 248bit value * Update proving & verifying keys * Update variable naming for consistency The commit updates variables and parameters names in the light-prover, changing from camelCase to snake_case for better readability and consistency. This includes updates in the scripts `generate_keys.sh` and `main.go`. Changes have been made in flags like `compressedAccounts` to `compressed-accounts` and array names like `compressedAccounts_arr` to `compressed_accounts_arr`. * Invalidate cache when light-prover/scripts/download_keys.sh is changed * remove test with invalid test data * removed comment --------- Co-authored-by: Sergey Timoshin <[email protected]>
- Loading branch information
1 parent
3468015
commit 338e474
Showing
57 changed files
with
1,684 additions
and
1,669 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
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
Oops, something went wrong.