forked from privacy-scaling-explorations/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update L1 data fee for curie (#1293)
* add new fields * update get_committed_values_from_state_db * add curies field into TxL1FeeGadget * add curie fields reads * assign curie fields * update raw_construct helper * update l1fee formula * rename * use upper case * fix build * fmt align * fix test build * fix ci test * add get_rlp_signed * update end_tx etc * update TxL1FeeGadgetTestContainer * fix l1fee_curie feature build err * add debug log * change gen_tx_l1_fee_ops in buss * add blob_scalar * correct l1BaseFee * begin_tx adjust rw offset when curie * upgrade l2geth (with latest l1 fee) * update tx_signed_length * update committed assign * fix build * debug log * minor fix * some cleanup * update link * try eth_tx.rlp * remove get_rlp_signed * [FIX #1307] (#1308) * 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]> --------- Signed-off-by: noelwei <[email protected]> Co-authored-by: Zhang Zhuo <[email protected]> Co-authored-by: Ho <[email protected]>
- Loading branch information
1 parent
f6a1acb
commit 6368e07
Showing
13 changed files
with
428 additions
and
34 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
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.