aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/cmd.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limitFelix Lange2015-04-171-1/+1
|
* Added blockchain DB versioning support, closes #650Bas van Kervel2015-04-131-3/+22
|
* Updated loggingobscuren2015-04-071-4/+4
|
* cmd/ethereum, cmd/utils: partial fix for chain importFelix Lange2015-03-181-4/+3
|
* core: use package rlp to encode blocksFelix Lange2015-03-181-15/+22
| | | | | This also changes the chain export format so there is no enclosing list around the blocks, which enables streaming export.
* Moved ethutil => commonobscuren2015-03-161-5/+5
|
* Merge branch origin/develop into accounts-integrationFelix Lange2015-03-111-24/+26
|\ | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go
| * Merge pull request #449 from Gustav-Simonsson/add_blockchain_tests2Jeffrey Wilcke2015-03-101-0/+9
| |\ | | | | | | Add empty total difficulty to test blocks and clean up stopping the node
| | * Add empty total difficulty to test blocks and clean up stopping the nodeGustav Simonsson2015-03-101-0/+9
| | |
| * | Merge pull request #438 from ethersphere/poc9/cliJeffrey Wilcke2015-03-101-24/+17
| |\ \ | | |/ | |/| Poc9/cli (exportchain)
| | * add export blockchain subcommand, remove BlockDozelig2015-03-081-24/+17
| | |
* | | cmd/utils: remove extra space in fatal error messageFelix Lange2015-03-101-1/+1
| | |
* | | Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
| * | Updated xeth instances to take extra param for ui.Interfaceobscuren2015-03-091-1/+1
| |/ | | | | | | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface.
| * Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+1
| |
* | cmd/utils: delete InitConfig, KeyTasksFelix Lange2015-03-101-40/+0
| |
* | rpc: add dataDir parameter and JSON-RPC handlerFelix Lange2015-03-101-12/+0
|/
* cmd/ethereum: improve command line interfaceFelix Lange2015-03-061-9/+16
| | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon.
* Merge branch 'develop' into poc-9obscuren2015-03-041-13/+0
|\ | | | | | | | | Conflicts: cmd/utils/cmd.go
| * Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-021-2/+2
| |\ | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go
| * | Remove Websockets RPC transportTaylor Gerring2015-03-011-13/+0
| | |
* | | mergeobscuren2015-03-041-2/+2
|\ \ \ | | |/ | |/|
| * | Add flag to set RPC portTaylor Gerring2015-02-281-2/+2
| |/
* / fixed pow stuffobscuren2015-03-041-39/+0
|/
* Cleanup importsTaylor Gerring2015-02-261-3/+0
|
* DRY DefaultAssetPath()Taylor Gerring2015-02-261-26/+0
|
* Update osext import pathTaylor Gerring2015-02-261-1/+1
|
* Added eth_logs & fixed issue with manual log filteringobscuren2015-02-221-1/+1
| | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found
* Implement command line argument to set the amount of agents created by the minerMaran2015-02-191-1/+1
| | | | Defaults to the amount of cores available on the CPU
* cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-071-2/+2
|
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-4/+2
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-061-2/+2
|\
| * Move hardcoded seed node address to app flagTaylor Gerring2015-02-031-2/+2
| | | | | | | | Replaces functionality `-seed=true` with `-seed="ip:port"`
* | Update signature for rpc websocketsTaylor Gerring2015-02-021-1/+1
|/
* Remove old websocket implementationTaylor Gerring2015-01-291-3/+0
|
* further cleaned up xeth interfaceobscuren2015-01-291-1/+1
|
* Rename transport to wsTaylor Gerring2015-01-281-1/+1
| | | | Cleanup object naming for clarity
* Update CLI to use new Websocket RPCTaylor Gerring2015-01-281-4/+12
| | | | Use “wsport” flag to change default port
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-2/+2
|
* Move websockets out of cmd/utilTaylor Gerring2015-01-211-0/+8
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+3
|
* Added license headersobscuren2015-01-061-0/+21
|
* added shh back inobscuren2015-01-061-1/+5
|
* BlockManager => BlockProcessorobscuren2015-01-051-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-99/+4
|
* Switched to new trieobscuren2014-12-241-1/+1
|
* Moved import to utilsobscuren2014-12-231-0/+24
|
* Refactored block & Transactionobscuren2014-12-231-1/+1
| | | | * Includes new rlp decoder
* resolve merge conflict hellzelig2014-12-151-10/+1
|
* adapt cmd/cli to new backendzelig2014-12-151-0/+9
| | | | | | | | | | - 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
* adapt to new backendzelig2014-12-151-14/+24
| | | | | | | | | - eth p2p pkgs - new Ethereum initialiser - no caps param - use nat type - add NatType func to map nat type string to p2p.NAT - add pubkey to client identity
* Show newly created private key during startup. Closes #126obscuren2014-12-051-1/+1
|
* Set proper message valueobscuren2014-12-031-1/+1
|
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-1/+1
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* StateManager => BlockManagerobscuren2014-11-041-1/+1
|
* ethminer => minerobscuren2014-10-311-9/+9
|
* ethwire => wireobscuren2014-10-311-4/+4
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-2/+2
|
* Moved utils to cmdobscuren2014-10-311-0/+327