aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Bumpobscuren2015-02-221-1/+1
|
* reverted back to proper version numberobscuren2015-02-211-1/+1
|
* Minor updates for releaseobscuren2015-02-211-1/+1
|
* Merge pull request #339 from tgerring/jsonlogTaylor Gerring2015-02-191-0/+1
|\ | | | | JSON log updates
| * Re-add LogFormat to ConfigTaylor Gerring2015-02-181-0/+1
| |
* | Disabled ability to disable whisper. Closes #334obscuren2015-02-181-1/+1
|/
* Fixed issue in peer windowobscuren2015-02-141-1/+1
| | | | | * Fixed issues where new peer window could cause a crash when entering an empty string
* cmd/ethereum, cmd/mist, eth, p2p: use package p2p/natFelix Lange2015-02-131-14/+13
| | | | This deletes the old NAT implementation.
* cmd/mist, cmd/ethereum: add CLI arguments for node keyFelix Lange2015-02-101-0/+1
|
* cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-071-1/+2
|
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-3/+2
|
* Move hardcoded seed node address to app flagTaylor Gerring2015-02-031-1/+1
| | | | Replaces functionality `-seed=true` with `-seed="ip:port"`
* Bumped version numberobscuren2015-01-301-1/+1
|
* 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/