nimbus-eth1/nimbus/transaction
Jamie Lokier 12bf0fd346
Transaction: EIP-2930 (Berlin): Extra intrinsic gas for access list
Calculate extra intrinsic gas for an EIP-2930 transaction with access list.

While we're here, do the rest of the intrinsic gas calculation.  Make it clear,
explicit and in one place.  (Previous code delegated parts of the calculation
to `transaction.nim` but had to do the rest locally due to mismatched types.)

Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-05-29 06:54:19 +01:00
..
call_common.nim Transaction: EIP-2930 (Berlin): Extra intrinsic gas for access list 2021-05-29 06:54:19 +01:00
call_evm.nim Transaction: Move `setupComputation` to its own file 2021-05-29 06:53:11 +01:00
host_types.nim Transaction: New object `TransactionHost` for "EVMC host services" 2021-05-28 12:12:02 +01:00