plugeth/cmd/evm/internal/t8ntool
lmittmann bc013bc42e
all: prefer new(big.Int) over big.NewInt(0) (#25087)
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
2022-06-14 15:09:48 +03:00
..
block.go build: add imports for go generate tools (#24682) 2022-04-12 20:24:02 +02:00
execution.go all: prefer new(big.Int) over big.NewInt(0) (#25087) 2022-06-14 15:09:48 +03:00
flags.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
gen_header.go cmd/evm: add b11r tool (#23843) 2021-11-22 09:25:35 +01:00
gen_stenv.go core/evm: RANDOM opcode (EIP-4399) (#24141) 2022-01-10 09:44:21 +02:00
transaction.go cmd/evm: add b11r tool (#23843) 2021-11-22 09:25:35 +01:00
transition.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
utils.go cmd/evm: add b11r tool (#23843) 2021-11-22 09:25:35 +01:00