| Commit message (Expand) | Author | Age | Files | Lines |
* | core, core/vm, crypto: fixes for homestead | Jeffrey Wilcke | 2016-02-18 | 1 | -44/+7 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -2/+36 |
* | core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, in... | Peter Pratscher | 2016-02-02 | 1 | -1/+1 |
* | core/vm: resolve circular dependency to debug vm storage | Péter Szilágyi | 2016-01-12 | 1 | -6/+3 |
* | core/vm: copy stack element to prevent overwrites | Péter Szilágyi | 2015-10-12 | 1 | -3/+4 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -578/+105 |
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -1/+1 |
* | cmd/evm, core/vm, tests: changed DisableVm to EnableVm | Jeffrey Wilcke | 2015-08-12 | 1 | -1/+1 |
* | core/vm, tests: implemented semi-jit vm | Jeffrey Wilcke | 2015-08-07 | 1 | -48/+77 |
* | 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: 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 |
* | Fix core error forwarding, unify OOG VM err | Gustav Simonsson | 2015-07-04 | 1 | -2/+2 |
* | Use uint64 for block header timestamp | Gustav Simonsson | 2015-06-30 | 1 | -1/+1 |
* | core/vm: clarified SSTORE | obscuren | 2015-06-18 | 1 | -7/+5 |
* | core/state, core/vm: reworked storage get / set to use common.Hash | obscuren | 2015-06-17 | 1 | -4/+11 |
* | core/state, core/vm: cleanup refunds | obscuren | 2015-06-17 | 1 | -2/+2 |
* | core/vm: Improved error reporting for trace logging | obscuren | 2015-06-12 | 1 | -35/+34 |
* | core/vm: added a comment regarding the uint64 vs *big.Int | obscuren | 2015-06-11 | 1 | -1/+3 |
* | core, core/vm: moved logger and added gas cost to struct logging | obscuren | 2015-06-11 | 1 | -4/+4 |
* | core/vm: unexported stack again. No longer required | obscuren | 2015-06-10 | 1 | -3/+3 |
* | core/vm: documentation and name changes | obscuren | 2015-06-10 | 1 | -18/+30 |
* | core/vm, core/state: added storage to structured vm logging | obscuren | 2015-06-10 | 1 | -3/+10 |
* | core, core/vm: added structure logging | obscuren | 2015-06-10 | 1 | -133/+14 |
* | core/vm: added structured logging | obscuren | 2015-06-10 | 1 | -4/+22 |
* | core/vm: changed program counter to uint64 | obscuren | 2015-06-10 | 1 | -9/+9 |
* | core/vm: check for 'no code' before doing any work | Felix Lange | 2015-06-03 | 1 | -5/+5 |
* | core/vm: improve JUMPDEST analysis | Felix Lange | 2015-06-03 | 1 | -9/+8 |
* | core/vm: Cleanups & SUB output fix. Closes #1096 | obscuren | 2015-05-26 | 1 | -15/+3 |
* | core/vm: RETURN op code returns pointer to memory rather than copy | obscuren | 2015-05-20 | 1 | -1/+1 |
* | Changed how logs are being recorded | obscuren | 2015-04-08 | 1 | -1/+2 |
* | basic glog | obscuren | 2015-04-04 | 1 | -7/+4 |
* | Read most protocol params from common/params.json | Gustav Simonsson | 2015-04-02 | 1 | -21/+22 |
* | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 1 | -1/+2 |
* | Cleanup VM. | obscuren | 2015-03-29 | 1 | -36/+20 |
* | Cleanup VM | obscuren | 2015-03-29 | 1 | -1/+7 |
* | PUSH gas fix | obscuren | 2015-03-27 | 1 | -17/+1 |
* | Removed defer/panic. #503 | obscuren | 2015-03-27 | 1 | -27/+61 |
* | Cleaned up changes | obscuren | 2015-03-24 | 1 | -1/+1 |
* | Decrement depth | obscuren | 2015-03-24 | 1 | -1/+3 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -0/+897 |