Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "core: vm: refactor file structure (#151)" | Wei-Ning Huang | 2019-01-17 | 1 | -1/+1 |
| | | | | This reverts commit 020c8a477578cef3764b54f33d9ca0cf6caf7631. | ||||
* | core: vm: refactor file structure (#151) | JM | 2019-01-15 | 1 | -1/+1 |
| | | | | For support other vm types, this pr modified the core/vm file structures. | ||||
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2018-12-19 | 1 | -9/+9 |
| | |||||
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -2/+1 |
| | | | | | | | | * all: get rid of error when create mdb * core: clean up variables definition * all: inline mdb definition | ||||
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -2/+2 |
| | |||||
* | cmd, core, eth/tracers: support fancier js tracing (#15516) | Péter Szilágyi | 2017-12-21 | 1 | -0/+194 |
* cmd, core, eth/tracers: support fancier js tracing * eth, internal/web3ext: rework trace API, concurrency, chain tracing * eth/tracers: add three more JavaScript tracers * eth/tracers, vendor: swap ottovm to duktape for tracing * core, eth, internal: finalize call tracer and needed extras * eth, tests: prestate tracer, call test suite, rewinding * vendor: fix windows builds for tracer js engine * vendor: temporary duktape fix * eth/tracers: fix up 4byte and evmdis tracer * vendor: pull in latest duktape with my upstream fixes * eth: fix some review comments * eth: rename rewind to reexec to make it more obvious * core/vm: terminate tracing using defers |