aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm/disasm.go
Commit message (Collapse)AuthorAgeFilesLines
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-1/+1
|
* Revert "cmd/evm: change error msg output to stderr (#17118)"Péter Szilágyi2018-08-021-1/+1
| | | | This reverts commit fb9f7261ec51e38eedb454594fc19f00de1a6834.
* cmd/evm: change error msg output to stderr (#17118)Chen Quan2018-07-311-1/+1
| | | | | | * cmd/evm: change error msg output to stderr * cmd/evm: fix some linter error
* cmd: fix megacheck warnings (#14912)Egon Elbre2017-08-071-4/+1
| | | | | | * cmd: fix megacheck warnings * cmd: revert time.Until changes, keep readFloat
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-1/+1
| | | | | This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.
* cmd/disasm, cmd/evm: integrate disasm tool into evm tool. (#3729)Valentin Wüstholz2017-03-011-0/+53