[go: up one dir, main page]

EVM on WASM: Pay for gas to the gas limit

Context

Now transaction caller will have to pay for the gas up to the gas limit for the transaction. For simulation calls, this can be switched off (call argument to run_transaction). Currently there is no refund of unused gas and no refund of money. That will be implemented in a separate MR real soon.

Manually testing the MR

Use the unit tests. Use the CI.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports

Loading