[REVIEW ONLY] nodereal-op-merge-offcial-v1.1.0 diff official/op-node/v1.1.0#30
Draft
keroro520 wants to merge 4 commits intoofficial/op-node/v1.1.0from
Draft
[REVIEW ONLY] nodereal-op-merge-offcial-v1.1.0 diff official/op-node/v1.1.0#30keroro520 wants to merge 4 commits intoofficial/op-node/v1.1.0from
keroro520 wants to merge 4 commits intoofficial/op-node/v1.1.0from
Conversation
xuan-io
approved these changes
Jun 7, 2023
| } | ||
|
|
||
| func (s *l2VerifierBackend) SequencerStopped(ctx context.Context) bool { | ||
| return true |
Author
There was a problem hiding this comment.
This module is for integration tests only. And l2VerifierBackend.SequencerStopped() will never be used. I just implement it because of Go interface requirement.
|
|
||
| func (c *CoordinatorClient) RequestBuildingBlock() bool { | ||
| var respErr error | ||
| err := c.rpc.Call(respErr, "coordinator_requestBuildingBlock", c.sequencerId) |
Author
There was a problem hiding this comment.
I don't have a clue. It just works...
2129zxl
pushed a commit
that referenced
this pull request
Nov 17, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mirror of #29, for reviewers to know what changes we made compared to the original fork repository.