-
Notifications
You must be signed in to change notification settings - Fork 236
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
consensus: add Receipts
struct
#1247
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the reth receipts type is very bad because the option was due to contract level pruning.
I'd prefer if we could remove the Option entirely, I assume we can do this if we change how we prune during pipeline execution, or use two types one non optional and one optional for pruned receipts
@mattsse Nice bump here, can we merge or any blocker? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, forgot about this, one nit
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
@mattsse done |
* consensus: add Receipts struct * fix cfg * fix comments * fix cargo file * fix imports * fix imports * Update crates/consensus/src/receipt/receipts.rs Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * fix nit --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Related paradigmxyz/reth#7238