-
Notifications
You must be signed in to change notification settings - Fork 387
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
update L1 data fee for curie #1293
Conversation
mark ready for ci checking purpose |
/// Committed value of L1 base fee | ||
#[cfg(feature = "l1_fee_curie")] | ||
/// Current value of L1 blob base fee | ||
l1_blob_basefee_word: U64Word<F>, |
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.
need to check with peter whether they really in range u64.
if scroll-prover test passes, i will merge this. But later i think we should add some unit tests in repo. |
wow, test have passed!! |
* fix constraint for remainder in l1fee Signed-off-by: noelwei <[email protected]> * fmt Signed-off-by: noelwei <[email protected]> --------- Signed-off-by: noelwei <[email protected]> Co-authored-by: DreamWuGit <[email protected]>
Description
l1_fee_curie
switch for curie forkIssue Link
[link issue here]
Type of change