aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/debugger.go
Commit message (Collapse)AuthorAgeFilesLines
* Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-011-4/+8
|
* switched to obscuren/qmlobscuren2015-01-281-1/+1
|
* StdVm by defaultobscuren2015-01-201-0/+3
|
* Minor browser improvementsobscuren2015-01-191-2/+2
|
* Added license headersobscuren2015-01-061-17/+20
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-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 APIobscuren2015-01-021-3/+5
|
* Updated to new methodsobscuren2014-12-181-1/+1
|
* states moved to chainobscuren2014-12-111-2/+2
|
* Renamed State => StateDBobscuren2014-12-041-1/+1
|
* Renamed `chain` => `core`obscuren2014-12-041-2/+2
|
* Descriptive function names for closure gettersobscuren2014-12-041-7/+0
|
* Updated environments according to the new interface setobscuren2014-12-041-8/+12
|
* StateManager => BlockManagerobscuren2014-11-041-2/+2
|
* ethstate => stateobscuren2014-10-311-10/+10
|
* Moved utils to cmdobscuren2014-10-311-1/+1
|
* Moved ethchain to chainobscuren2014-10-311-2/+2
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+341
mist, etheruem have been moved to cmd/