erigon-pulse/cmd/evm
Michael Forney 1f01ebb26c cmd/evm: Allow loading input from file (#20273)
Make it possible to load input from a file. Simlar to `--code` / `--codefile`, have `--input`/`--inputfile`.
2019-12-03 13:36:01 +01:00
..
internal/compiler Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
compiler.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
disasm.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
main.go cmd/evm: Allow loading input from file (#20273) 2019-12-03 13:36:01 +01:00
runner.go cmd/evm: Allow loading input from file (#20273) 2019-12-03 13:36:01 +01:00
staterunner.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00