mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-04 11:03:48 +00:00
pick 9798c84af core/types: add method to compute transaction intrinsic gas
pick 2c620ab77 core: replace core.IntrinsicGas() with types.IntrinsicGas()
fixup 0aef175eb removed unused commented code
pick 989d56082 core/types: add IntrinsicGas() function to compute tx intrinsic gas
|
||
|---|---|---|
| .. | ||
| block.go | ||
| execution.go | ||
| file_tracer.go | ||
| flags.go | ||
| gen_execresult.go | ||
| gen_header.go | ||
| gen_stenv.go | ||
| transaction.go | ||
| transition.go | ||
| tx_iterator.go | ||
| utils.go | ||