| Commit message (Expand) | Author | Age | Files | Lines |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -4/+4 |
* | core/vm: Refactor tracing to make Tracer the main interface | Nick Johnson | 2016-08-22 | 1 | -14/+0 |
* | Revert "test, cmd/evm, core, core/vm: illegal code hash implementation" | Péter Szilágyi | 2016-06-29 | 1 | -6/+0 |
* | Revert "core: add voting and result tracking for the dao soft-fork" | Péter Szilágyi | 2016-06-29 | 1 | -7/+3 |
* | Revert "core: update DAO soft-fork number, clean up the code" | Péter Szilágyi | 2016-06-29 | 1 | -0/+4 |
* | core: update DAO soft-fork number, clean up the code | Péter Szilágyi | 2016-06-23 | 1 | -4/+0 |
* | core: add voting and result tracking for the dao soft-fork | Péter Szilágyi | 2016-06-23 | 1 | -3/+7 |
* | test, cmd/evm, core, core/vm: illegal code hash implementation | Jeffrey Wilcke | 2016-06-22 | 1 | -0/+6 |
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -1/+1 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -16/+13 |
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -17/+24 |
* | core, core/vm, tests: changed the initialisation behaviour of the EVM | Jeffrey Wilcke | 2016-03-23 | 1 | -1/+5 |
* | core: various typos | Leif Jurvetson | 2016-03-16 | 1 | -1/+1 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -0/+4 |
* | core/vm/runtime: simplified runtime calling mechanism | Jeffrey Wilcke | 2016-02-11 | 1 | -12/+24 |
* | core, tests: get_hash fix | Jeffrey Wilcke | 2015-10-21 | 1 | -2/+4 |
* | core, core/vm, cmd/evm: remove redundant balance check | Gustav Simonsson | 2015-10-06 | 1 | -2/+2 |
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -2/+2 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -15/+19 |
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -1/+1 |
* | core, tests: reduced state copy by N calls | Jeffrey Wilcke | 2015-08-07 | 1 | -0/+4 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | Use uint64 for block header timestamp | Gustav Simonsson | 2015-06-30 | 1 | -1/+1 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -17/+17 |
* | core, core/vm: added structure logging | obscuren | 2015-06-10 | 1 | -0/+11 |
* | Changed how logs are being recorded | obscuren | 2015-04-08 | 1 | -1/+1 |
* | Cleanup VM | obscuren | 2015-03-29 | 1 | -7/+3 |
* | Cleaned up changes | obscuren | 2015-03-24 | 1 | -3/+3 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -2/+2 |
* | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 1 | -2/+2 |
* | core: actually convert transaction pool | Felix Lange | 2015-03-17 | 1 | -1/+1 |
* | converted vm | obscuren | 2015-03-17 | 1 | -18/+19 |
* | updated vm env | obscuren | 2015-03-17 | 1 | -16/+17 |
* | Added (disabled) Jit validation | obscuren | 2015-02-01 | 1 | -0/+4 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -3/+10 |
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -6/+6 |
* | Cleaned up objects | obscuren | 2014-12-19 | 1 | -3/+1 |
* | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -5/+5 |
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -3/+3 |
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+63 |