This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Conversation
This was referenced Jul 24, 2018
andresilva
approved these changes
Jul 25, 2018
| /// Gas paid up front for transaction execution | ||
| /// Gas paid up front for entire transaction execution. | ||
| pub entire_gas: U256, | ||
| /// Gas paid up front for action execution. |
Contributor
There was a problem hiding this comment.
Gas paid up front for action execution (entire gas minus action opcode and data cost). ?
This was referenced Jul 26, 2018
Collaborator
|
I don't quite understand the meaning of
Given that this |
Collaborator
|
Another method to fix #9178 and #6964 is to directly insert the transaction gas to tracing mod. I think that may be the better way, because the current gas used is actually correct if we consider a transaction is a wrapper on a call/create executive. Also a note, this PR slightly conflicts with #9360. |
This was referenced Aug 30, 2018
Contributor
|
What's the status of this? |
Contributor
|
Please reopen once you continue working on this. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
description of the issue: #9178 (comment)