Conversation
f8b76a1 to
6e1da65
Compare
axic
reviewed
Feb 17, 2023
Transaction and TransactionReceipt
1d959d2 to
bee6db1
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #569 +/- ##
==========================================
+ Coverage 96.95% 97.03% +0.08%
==========================================
Files 67 70 +3
Lines 6232 6505 +273
==========================================
+ Hits 6042 6312 +270
- Misses 190 193 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 17, 2023
axic
reviewed
Feb 20, 2023
axic
reviewed
Feb 20, 2023
axic
reviewed
Feb 20, 2023
axic
reviewed
Feb 20, 2023
axic
reviewed
Feb 20, 2023
axic
reviewed
Feb 20, 2023
gumb0
reviewed
Feb 20, 2023
gumb0
reviewed
Feb 20, 2023
gumb0
reviewed
Feb 20, 2023
gumb0
reviewed
Feb 20, 2023
gumb0
reviewed
Feb 20, 2023
chfast
reviewed
Feb 23, 2023
ebcd4c7 to
58110ac
Compare
chfast
reviewed
Feb 24, 2023
chfast
reviewed
Feb 24, 2023
957a22a to
d7b6e8e
Compare
chfast
approved these changes
Feb 24, 2023
rodiazet
commented
Feb 24, 2023
| }); | ||
|
|
||
| return TransactionReceipt{gas_used, host.take_logs()}; | ||
| auto receipt = TransactionReceipt{tx.kind, result.status_code, gas_used, host.take_logs(), {}}; |
Member
Author
There was a problem hiding this comment.
@chfast Reviewing it for the last time I changed initialisation of receipt status filed to result.status_code from EVMC_SUCCESS. I think the prev version was wrong.
hanzo-dev
pushed a commit
to luxcpp/cevm
that referenced
this pull request
Apr 26, 2026
RLP encoding and MPT hash calculation for `Transaction` and `TransactionReceipt`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.