Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/disasm, cmd/evm: integrate disasm tool into evm tool. (#3729) | Valentin Wüstholz | 2017-03-01 | 1 | -42/+0 |
| | |||||
* | core, core/vm, cmd/disasm: unify procedures for disassembling evm code (#3530) | Valentin Wüstholz | 2017-02-27 | 1 | -23/+5 |
| | |||||
* | cmd/disasm: fix array-out-of-bounds error (#3491) | Valentin Wüstholz | 2017-01-08 | 1 | -4/+8 |
| | |||||
* | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -1/+1 |
| | | | | | | | | This significantly reduces the dependency closure of ethclient, which no longer depends on core/vm as of this change. All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too, the constructor simply returned a literal. | ||||
* | cmd/disasm: fix off-by-one error and improve error handling (#3482) | Valentin Wüstholz | 2016-12-22 | 1 | -2/+7 |
| | |||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -2/+2 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
| | |||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | Samples and disams cmd for evm code | obscuren | 2015-01-29 | 1 | -0/+34 |