Skip to content
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

Interop: op-supervisor: Implement backend CheckBlock #11031

Closed
Tracked by #10856
ajsutton opened this issue Jun 27, 2024 · 1 comment
Closed
Tracked by #10856

Interop: op-supervisor: Implement backend CheckBlock #11031

ajsutton opened this issue Jun 27, 2024 · 1 comment
Assignees

Comments

@ajsutton
Copy link
Contributor

func (su *SupervisorBackend) CheckBlock(chainID *hexutil.U256, blockHash common.Hash, blockNumber hexutil.Uint64) (types.SafetyLevel, error) {
// TODO(protocol-quest#288): hook up to logdb lookup
return types.CrossUnsafe, nil
}

@ajsutton ajsutton self-assigned this Jun 27, 2024
@ajsutton ajsutton added this to the Interop: Devnet 1 milestone Jun 27, 2024
@axelKingsley axelKingsley self-assigned this Aug 9, 2024
@protolambda
Copy link
Contributor

Completed in #11586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants