-
Notifications
You must be signed in to change notification settings - Fork 221
feat: Combined layout for transactions #3304
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
base: dat/accessors
Are you sure you want to change the base?
Conversation
51d15ae to
6c07e08
Compare
805ba7f to
4656507
Compare
6c07e08 to
5817864
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dat/accessors #3304 +/- ##
=================================================
- Coverage 76.22% 76.21% -0.01%
=================================================
Files 343 343
Lines 32517 32512 -5
=================================================
- Hits 24785 24779 -6
- Misses 5949 5955 +6
+ Partials 1783 1778 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| if err := core.WriteTransactionsAndReceipts( | ||
| txn, | ||
| block.Number, | ||
| block.Transactions, | ||
| block.Receipts, | ||
| ); err != nil { |
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.
Let's separate the assign from the if please
| if err := core.WriteTransactionsAndReceipts( | ||
| txn, | ||
| block.Number, | ||
| block.Transactions, | ||
| block.Receipts, | ||
| ); err != nil { |
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.
Here as well 🙏
4656507 to
d8b7d95
Compare
5817864 to
4d5ee18
Compare
d8b7d95 to
a2282bd
Compare
4d5ee18 to
85e62f4
Compare
a2282bd to
efab75b
Compare
85e62f4 to
2dfe1e7
Compare
No description provided.