Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 1 | -4/+8 |
| | |||||
* | switched to obscuren/qml | obscuren | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | StdVm by default | obscuren | 2015-01-20 | 1 | -0/+3 |
| | |||||
* | Minor browser improvements | obscuren | 2015-01-19 | 1 | -2/+2 |
| | |||||
* | Added license headers | obscuren | 2015-01-06 | 1 | -17/+20 |
| | |||||
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments | ||||
* | Fixed using new trie iterator API | obscuren | 2015-01-02 | 1 | -3/+5 |
| | |||||
* | Updated to new methods | obscuren | 2014-12-18 | 1 | -1/+1 |
| | |||||
* | states moved to chain | obscuren | 2014-12-11 | 1 | -2/+2 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -2/+2 |
| | |||||
* | Descriptive function names for closure getters | obscuren | 2014-12-04 | 1 | -7/+0 |
| | |||||
* | Updated environments according to the new interface set | obscuren | 2014-12-04 | 1 | -8/+12 |
| | |||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -2/+2 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -10/+10 |
| | |||||
* | Moved utils to cmd | obscuren | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | cmd/*: add license headers | Felix Lange | 2014-10-23 | 1 | -0/+17 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -0/+341 |
mist, etheruem have been moved to cmd/ |