-
Notifications
You must be signed in to change notification settings - Fork 272
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
[Feature] Receipt trait in alloy-consensus #466
Comments
@prestwich can you give more context to; Receipt bound on and
|
seems related so leaving here instead of a new issue. Current UX for accessing logs from a
Currently there are only implementations for alloy/crates/consensus/src/receipt/any.rs Lines 18 to 27 in cd5e0f7
Note - there's already a Perhaps makes sense to remove this trait altogether in favor of the |
Yeah, i think my issue here isn't "create a Receipt trait" it's "ensure that the existing Receipt trait is properly implemented for relevant types further up the abstraction stack, like |
This is the sort of UX problem that a consistenyl applied and used |
Oh yeah... got it |
trait TxReceipt
in alloy-consensusfn status
intrait Receipt
type Recept
intrait Network
impl Receipt for ReceiptEnvelope
and related typesReceipt
implementation of innerimpl<T: Receipt> Receipt for ReceiptResponse
Originally posted by @prestwich in #456 (comment)
The text was updated successfully, but these errors were encountered: