aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum
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-182-2/+2
|/
* Fixed issue in peer windowobscuren2015-02-141-1/+1
| | | | | * Fixed issues where new peer window could cause a crash when entering an empty string
* wipobscuren2015-02-132-26/+53
|\
| * cmd/ethereum, cmd/mist, eth, p2p: use package p2p/natFelix Lange2015-02-132-18/+20
| | | | | | | | This deletes the old NAT implementation.
| * cmd/mist, cmd/ethereum: add CLI arguments for node keyFelix Lange2015-02-102-7/+33
| |
| * cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-072-3/+4
| |
| * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-3/+2
| |
* | mergeobscuren2015-02-132-6/+8
|\|
| * Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-062-3/+3
| |\
| | * Move hardcoded seed node address to app flagTaylor Gerring2015-02-032-3/+3
| | | | | | | | | | | | Replaces functionality `-seed=true` with `-seed="ip:port"`
| * | Use different default RPC port per #186Taylor Gerring2015-02-051-1/+1
| |/
| * Bumped version numberobscuren2015-01-301-1/+1
| |
| * Update CLI to use new Websocket RPCTaylor Gerring2015-01-282-1/+3
| | | | | | | | Use “wsport” flag to change default port
* | Add LogFormat flagTaylor Gerring2015-01-222-0/+3
|/
* Add defer rescued back inobscuren2015-01-161-0/+5
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+3
|
* Added version flagobscuren2015-01-072-0/+17
|
* Added license headersobscuren2015-01-063-49/+58
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+1
|
* Mergeobscuren2015-01-062-8/+14
|
* Version bumpobscuren2015-01-041-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-30/+18
|
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-0/+1
|
* 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-232-1/+29
| |
* | Refactored block & Transactionobscuren2014-12-231-6/+0
| | | | | | | | * Includes new rlp decoder
* | Merge branch 'develop' into poc8obscuren2014-12-202-2/+2
|\| | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * Increased peer from 10 to 30obscuren2014-12-201-1/+1
| |
| * version bumpobscuren2014-12-191-1/+1
| |
* | Merged developobscuren2014-12-181-1/+1
|\|
| * Updated to new methodsobscuren2014-12-181-1/+1
| |
* | resolve merge conflict hellzelig2014-12-151-5/+0
| |
* | adapt cmd/cli to new backendzelig2014-12-151-0/+5
| | | | | | | | | | | | | | | | | | | | - new flag nat for nat support UPNP|PMP - new flag pmp for PMP gateway IP - add NatType to utils/cmd to get p2p.NAT from nat type string - obsolete usepnp flag - get rid of IsUpToDate and sleep in miner start - ethereum constructor takes nat type, port, maxpeer - add pubkey arg to client identity
* | new cli optionszelig2014-12-152-4/+6
| | | | | | | | | | | | | | - nat UPNP|PMP - gateway for PMP NAT - obsolete usepnp - add pubkey to client identity
* | import eth pkgzelig2014-12-152-2/+2
|/
* 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
| |
* | 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/