-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(constants): bump number of private reads and writes (#2062)
Increases the constants to support wider set of applications. Specifically: MAX_NEW_COMMITMENTS_PER_CALL = 4 $\longrightarrow$ 16 MAX_NEW_NULLIFIERS_PER_CALL = 4 $\longrightarrow$ 16 MAX_READ_REQUESTS_PER_CALL = 4 $\longrightarrow$ 32 Therefore, we have: MAX_NEW_COMMITMENTS_PER_TX = 16 $\longrightarrow$ 64 MAX_NEW_NULLIFIERS_PER_TX = 16 $\longrightarrow$ 64 MAX_READ_REQUESTS_PER_TX = 16 $\longrightarrow$ 128 --------- Co-authored-by: Suyash Bagad <suyashnbagad1997@gmail.com> Co-authored-by: ludamad <adam.domurad@gmail.com>
- Loading branch information
1 parent
4f5c4fe
commit ab6c6b1
Showing
16 changed files
with
916 additions
and
209 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
yarn-project/aztec.js/src/abis/schnorr_auth_witness_account_contract.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
yarn-project/aztec.js/src/abis/schnorr_single_key_account_contract.json
Large diffs are not rendered by default.
Oops, something went wrong.
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.