Closed clabby closed 3 months ago
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.
SignedRecoverable
kona-derive
OpTxEnvelope
TxEnvelope
client
k256
asterisc
cannon
This can be done through the l1-precompile hint route: https://specs.optimism.io/fault-proof/index.html#l1-precompile-precompile--inputbytes
l1-precompile
Closing this as stale; This was removed in #400
Overview
Implement
SignedRecoverable
fromkona-derive
forOpTxEnvelope
andTxEnvelope
in theclient
program so that signature recovery is offloaded to the host program.k256
seems to work well onasterisc
, but notcannon
.This can be done through the
l1-precompile
hint route: https://specs.optimism.io/fault-proof/index.html#l1-precompile-precompile--inputbytes