erigon-pulse/cmd/evm
Michael Forney 206ba4ea54 cmd/evm: remove surrounding whitespace in hex input code (#20211)
This way, the output of `evm compile` can be used directly in `evm
--codefile code.txt run`, without stripping the trailing newline first.
2019-12-03 13:03:44 +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 Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
runner.go cmd/evm: remove surrounding whitespace in hex input code (#20211) 2019-12-03 13:03:44 +01:00
staterunner.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00