aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum
Commit message (Collapse)AuthorAgeFilesLines
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-1/+1
| | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup
* mergeobscuren2014-12-031-1/+1
|\
| * Fixed mem error in vm. Fixed logs testsobscuren2014-12-031-1/+1
| |
* | Fixed mergeobscuren2014-11-291-1/+2
|\|
| * updated PVobscuren2014-11-291-1/+1
| |
| * Updated main.go - fix for broken develop build Eric Robitaille2014-11-211-1/+1
| | | | | | Transaction execution fixes - 60cdb1148c404218846fd39331690658168f4e04
* | Fixed tests for 'types'obscuren2014-11-191-3/+2
| |
* | formatting update per gofmtTaylor Gerring2014-11-161-7/+7
| |
* | Remove failing PrintfTaylor Gerring2014-11-151-1/+2
|/
* Version bumpobscuren2014-11-141-1/+1
|
* Transaction execution fixesobscuren2014-11-121-1/+1
|
* Version bumpobscuren2014-11-041-1/+1
|
* all: fix rename breakageFelix Lange2014-11-011-2/+1
|
* Moved utils to cmdobscuren2014-10-312-2/+2
|
* ethlog => loggerobscuren2014-10-314-10/+11
|
* ethcrypto => cryptoobscuren2014-10-311-2/+2
|
* Removed events from the state managerobscuren2014-10-291-0/+2
|
* cmd/*: add license headersFelix Lange2014-10-237-0/+119
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-238-0/+621
mist, etheruem have been moved to cmd/