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

feat(client): ecrecover fallthrough #226

Closed
clabby opened this issue Jun 9, 2024 · 1 comment
Closed

feat(client): ecrecover fallthrough #226

clabby opened this issue Jun 9, 2024 · 1 comment
Labels
A-client Area: client binary K-feature Kind: feature

Comments

@clabby
Copy link
Collaborator

clabby commented Jun 9, 2024

Overview

Implement SignedRecoverable from kona-derive for OpTxEnvelope and TxEnvelope in the client program so that signature recovery is offloaded to the host program. k256 seems to work well on asterisc, but not cannon.

This can be done through the l1-precompile hint route: https://specs.optimism.io/fault-proof/index.html#l1-precompile-precompile--inputbytes

@clabby clabby added K-feature Kind: feature A-client Area: client binary labels Jun 9, 2024
@clabby clabby added this to the Phase 3: Kona Client & Host milestone Jun 9, 2024
@clabby
Copy link
Collaborator Author

clabby commented Aug 5, 2024

Closing this as stale; This was removed in #400

@clabby clabby closed this as completed Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client binary K-feature Kind: feature
Projects
None yet
Development

No branches or pull requests

1 participant