We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
op-supervisor status:
op-supervisor
op-geth
safe
op-node
The text was updated successfully, but these errors were encountered:
Closing this:
Sorry, something went wrong.
protolambda
Successfully merging a pull request may close this issue.
op-supervisor status:
Create a DB, fill it with random data, and see if the x-head can be progressed.
the empty-DB case is recognized correctly now.
op-supervisor
pollsop-geth
forsafe
, to update local-safe.op-geth
serves cross-safe, not local-safe.op-node
learns fromop-supervisor
.Instead, it should poll the op-node for safe and finalized data.
and retrieve the finalized L1 block, and the derived-from info, at the same time.
We should have just 1 level of finality in op-node / op-geth.
until we have the safety-index which covers a deeper history
(see design doc).
to the latest cross-safe value recognized in the recent history
of the latest finalized L1 block.
The text was updated successfully, but these errors were encountered: