-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change microblock mining strategy
Make a miner start mining microblocks immediately after it mines an anchor block. Since this is a single miner environment, there is no need to continue RBF-ing the block-commit transaction, spamming the L1 mempool. Instead, the miner can just send one block-commit as soon as a new L1 block arrives, then build microblocks until the next L1 block arrives.
- Loading branch information
Showing
2 changed files
with
3 additions
and
7 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