-
Notifications
You must be signed in to change notification settings - Fork 11
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
scoping out txn fetching #4
Conversation
Signed-off-by: nomaxg <[email protected]>
@@ -710,7 +723,116 @@ func (s *Sequencer) precheckNonces(queueItems []txQueueItem) []txQueueItem { | |||
return outputQueueItems | |||
} | |||
|
|||
func (s *Sequencer) createBlockEspresso(ctx context.Context) (returnValue bool) { |
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.
I think we should move these code to the arbnode
to let every validator forward txs and build block. arb sequencer
is a centralized thing
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.
And it is not easy to update arb sequencer
to let every one run it because arbitrum now is not permissionless.
40bd048
to
30390bf
Compare
I think this is a more easier and cleaner way to integrate with it, but I'm not sure if this is enough for us. |
I think that right now, the sequencer is encapsulated in the |
In the The latest commit I submitted clearly shows the differences between the |
New PR: #10 |
Document that gasEstimateL1Component doesn't pad its estimate
Remove blockhash and difficulty from unit tests
No description provided.