-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L2 -> L1 msgs, sol/cpp/ts #469
Changes from all commits
684a725
a6a9025
841a23b
268f665
350333c
0c949d4
dfe0448
81518e8
9d4b980
8433052
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ constexpr size_t KERNEL_NEW_NULLIFIERS_LENGTH = 4; | |
constexpr size_t KERNEL_NEW_CONTRACTS_LENGTH = 1; | ||
constexpr size_t KERNEL_PRIVATE_CALL_STACK_LENGTH = 8; | ||
constexpr size_t KERNEL_PUBLIC_CALL_STACK_LENGTH = 8; | ||
constexpr size_t KERNEL_NEW_L2_TO_L1_MSGS_LENGTH = 4; | ||
constexpr size_t KERNEL_NEW_L2_TO_L1_MSGS_LENGTH = 2; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How is this different to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the same manner as |
||
constexpr size_t KERNEL_OPTIONALLY_REVEALED_DATA_LENGTH = 4; | ||
|
||
constexpr size_t VK_TREE_HEIGHT = 3; | ||
|
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.
nit: i know you didn't do this, but can you rename this to
expected_calldata_hash