-
Notifications
You must be signed in to change notification settings - Fork 711
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
Some clarification after implementation #533
Conversation
| `outputs` | [Output](./output.md)`[]` | List of outputs. | | ||
| `witnesses` | [Witness](./witness.md)`[]` | List of witnesses. | | ||
|
||
Given helper `max_gas()` returns the maximum gas that the transaction can use. |
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.
Do we define max_gas()
anywhere? It might be confusing without more context. i.e in tx-validity
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.
I think it is what you've started in the #529 =D I decided not to describe it here because we have another PR dedicated to the gas model description.
Findings after implementation FuelLabs/fuel-vm#623