go-ethereum/cmd/evm/internal/t8ntool
Bin 89cefe240f
cmd: use package filepath over path for file system operations (#29227)
Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.

Package path implements utility routines for manipulating slash-separated paths.

The path package should only be used for paths separated by forward slashes, such as the paths in URLs
2024-03-12 10:00:34 +01:00
..
block.go all: fix typos in comments (#29186) 2024-03-07 22:56:19 +01:00
execution.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
flags.go cmd/evm: t8n support custom tracers (#28557) 2023-12-18 15:16:25 +01:00
gen_header.go cmd/evm: cancun-updates for b11r and t8n -tools (#28195) 2023-10-03 03:26:33 -04:00
gen_stenv.go cmd/evm: cancun-updates for b11r and t8n -tools (#28195) 2023-10-03 03:26:33 -04:00
tracewriter.go cmd/evm: t8n support custom tracers (#28557) 2023-12-18 15:16:25 +01:00
transaction.go all: fix typos in comments (#29186) 2024-03-07 22:56:19 +01:00
transition.go cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
tx_iterator.go all: fix typos in comments (#29186) 2024-03-07 22:56:19 +01:00
utils.go all: fix typos in comments (#29186) 2024-03-07 22:56:19 +01:00