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
PR #35 introduces an executor in the op-reth transaction pool in order to get the logs used for interop.
This ticket is to parse the logs into executing messages.
Use ExecutingMessageValidator: https://github.com/op-rs/maili/blob/05f7a8c057c443f9a17d499f7db018f1aa4190d3/crates/rpc/src/traits.rs#L22-L63
ExecutingMessageValidator
See: #35 (comment)
The text was updated successfully, but these errors were encountered:
blocked by op-rs/maili#98
Sorry, something went wrong.
refcell
No branches or pull requests
Describe the feature
PR #35 introduces an executor in the op-reth transaction pool in order to get the logs used for interop.
This ticket is to parse the logs into executing messages.
Use
ExecutingMessageValidator
: https://github.com/op-rs/maili/blob/05f7a8c057c443f9a17d499f7db018f1aa4190d3/crates/rpc/src/traits.rs#L22-L63Additional context
See: #35 (comment)
The text was updated successfully, but these errors were encountered: