-
Notifications
You must be signed in to change notification settings - Fork 718
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
Allow sub-unit gas prices #342
Comments
adlerjohn
added
comp:FVM
Component: FuelVM
comp:VAL
Component: Transaction Validity outside the Fuel VM
labels
Jun 9, 2022
Recommended steps to implement:
|
vlopes11
added a commit
to FuelLabs/fuel-tx
that referenced
this issue
Jun 10, 2022
The gas price factor will be used to convert between gas units and the base asset value of the transaction. This will empower the users to execute cheap/micro transactions without being punished with high gas overheads. Related issue: FuelLabs/fuel-specs#342
vlopes11
added a commit
to FuelLabs/fuel-tx
that referenced
this issue
Jun 10, 2022
The gas price factor will be used to convert between gas units and the base asset value of the transaction. This will empower the users to execute cheap/micro transactions without being punished with high gas overheads. Related issue: FuelLabs/fuel-specs#342
vlopes11
added a commit
to FuelLabs/fuel-tx
that referenced
this issue
Jun 10, 2022
The gas price factor will be used to convert between gas units and the base asset value of the transaction. This will empower the users to execute cheap/micro transactions without being punished with high gas overheads. Related issue: FuelLabs/fuel-specs#342
Repository owner
moved this from Todo
to Done
in Fuel Network
Jun 10, 2022
vlopes11
added a commit
to FuelLabs/fuel-tx
that referenced
this issue
Jun 10, 2022
The gas price factor will be used to convert between gas units and the base asset value of the transaction. This will empower the users to execute cheap/micro transactions without being punished with high gas overheads. Related issue: FuelLabs/fuel-specs#342
vlopes11
added a commit
to FuelLabs/fuel-vm
that referenced
this issue
Jun 13, 2022
Related issue: FuelLabs/fuel-tx#141 Closes FuelLabs/fuel-specs#342
vlopes11
added a commit
to FuelLabs/fuel-vm
that referenced
this issue
Jun 13, 2022
Related issue: FuelLabs/fuel-tx#141 Closes FuelLabs/fuel-specs#342
vlopes11
added a commit
to FuelLabs/fuel-vm
that referenced
this issue
Jun 13, 2022
Related issue: FuelLabs/fuel-tx#141 Closes FuelLabs/fuel-specs#342
vlopes11
added a commit
to FuelLabs/fuel-vm
that referenced
this issue
Jun 14, 2022
ControlCplusControlV
pushed a commit
to FuelLabs/fuel-vm
that referenced
this issue
Dec 1, 2022
The gas price factor will be used to convert between gas units and the base asset value of the transaction. This will empower the users to execute cheap/micro transactions without being punished with high gas overheads. Related issue: FuelLabs/fuel-specs#342
xgreenx
pushed a commit
to FuelLabs/fuel-vm
that referenced
this issue
Dec 20, 2022
The gas price factor will be used to convert between gas units and the base asset value of the transaction. This will empower the users to execute cheap/micro transactions without being punished with high gas overheads. Related issue: FuelLabs/fuel-specs#342
xgreenx
pushed a commit
to FuelLabs/fuel-vm
that referenced
this issue
Dec 20, 2022
The gas price factor will be used to convert between gas units and the base asset value of the transaction. This will empower the users to execute cheap/micro transactions without being punished with high gas overheads. Related issue: FuelLabs/fuel-specs#342
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rather than specifying gas prices in units of the base asset, specify them in some factor of units of the base asset, e.g. 1/1,000,000,000th of a unit. Then, when doing final gas accounting, round up to the nearest unit.
This will allow for much cheaper transactions, as otherwise even with a 1 unit gas price, transactions might still consume quite a bit of the base asset.
The text was updated successfully, but these errors were encountered: