nimbus-eth1/nimbus/transaction
jangko 472e4457e3
EIP-3529: Reduce the max gas refunded after a transaction
Previously max gas refunded was defined as gas_used div 2.
Here we name the constant 2 as MAX_REFUND_QUOTIENT and
change its value to 5.

The new equation will be: gas_used div MAX_REFUND_QUOTIENT
2021-06-29 07:37:17 +07:00
..
call_common.nim EIP-3529: Reduce the max gas refunded after a transaction 2021-06-29 07:37:17 +07:00
call_evm.nim preparation for EIP-1559 implementation 2021-06-29 07:33:48 +07:00
evmc_host_glue.nim EVMC: Using `{.show.}` trace all calls from the host into the EVM 2021-06-08 18:29:40 +01:00
evmc_vm_glue.nim EVMC: Binary compatibility on the VM side for calling `execute` 2021-06-08 18:29:39 +01:00
host_call_nested.nim Transaction: Just enough support to work with nested calls 2021-06-08 18:29:41 +01:00
host_services.nim EIP-3198: add baseFee op code in nim-evm 2021-06-29 07:35:16 +07:00
host_trace.nim EVMC: Using `{.show.}` trace all calls from the host into the EVM 2021-06-08 18:29:40 +01:00
host_types.nim Transaction: Run all computations via EVMC `execute` 2021-06-08 18:29:39 +01:00