aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm/disasm.go
Commit message (Collapse)AuthorAgeFilesLines
* 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