aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Update CLI to use new Websocket RPCTaylor Gerring2015-01-281-1/+1
| | | | Use “wsport” flag to change default port
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+3
|
* Added version flagobscuren2015-01-071-0/+15
|
* Added license headersobscuren2015-01-061-17/+20
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+1
|
* Mergeobscuren2015-01-061-7/+9
|
* Version bumpobscuren2015-01-041-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-30/+18
|
* export => importobscuren2014-12-241-1/+1
|
* mergeobscuren2014-12-241-1/+1
|\
| * Bumpobscuren2014-12-241-1/+1
| |
* | Switched to new trieobscuren2014-12-241-3/+3
| |
* | Moved import to utilsobscuren2014-12-231-18/+2
| |
* | Close the fileobscuren2014-12-231-0/+2
| |
* | Decode from stream directlyobscuren2014-12-231-3/+2
| |
* | Chain importerobscuren2014-12-231-1/+27
| |
* | Merge branch 'develop' into poc8obscuren2014-12-201-1/+1
|\| | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * version bumpobscuren2014-12-191-1/+1
| |
* | Merged developobscuren2014-12-181-1/+1
|\|
| * Updated to new methodsobscuren2014-12-181-1/+1
| |
* | new cli optionszelig2014-12-151-2/+2
|/ | | | | | | - nat UPNP|PMP - gateway for PMP NAT - obsolete usepnp - add pubkey to client identity
* upped proto version and modified block poolobscuren2014-12-051-1/+1
|
* Upped protocol versionobscuren2014-12-041-1/+1
|
* 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
| |
* | 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-311-1/+1
|
* ethlog => loggerobscuren2014-10-311-2/+3
|
* ethcrypto => cryptoobscuren2014-10-311-2/+2
|
* Removed events from the state managerobscuren2014-10-291-0/+2
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+115
mist, etheruem have been moved to cmd/