aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
Commit message (Expand)AuthorAgeFilesLines
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-292-1/+2
* consensus, miner: stale block mining support (#17506)gary rong2018-08-282-0/+2
* cmd, eth: clean up miner startup API, drop noop config fieldPéter Szilágyi2018-08-231-14/+6
* cmd, core, miner: add --txpool.locals and priority miningPéter Szilágyi2018-08-222-0/+2
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-222-0/+2
* cmd: polish miner flags, deprecate olds, add upgrade pathPéter Szilágyi2018-08-153-22/+34
* cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-102-1/+3
* consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-031-1/+1
* build: rename swarm deb package to ethereum-swarm; change swarm deb version f...Anton Evangelatov2018-07-303-4/+4
* core: report progress on log chain exports (#17066)Raghav Sood2018-07-261-1/+2
* cmd: prevent accidental invalid commands (#17248)a e r t h2018-07-261-0/+3
* cmd/geth: clean up call to SelfDerive (#16970)Wenbiao Zheng2018-07-241-3/+3
* cmd/geth: fix golint issue (#17176)Roc Yu2018-07-161-3/+3
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-111-1/+6
* cmd/geth: fix usage formatting (#17136)Wenbiao Zheng2018-07-091-1/+2
* cmd/geth: fixed comment typo (#17140)LeoLiao2018-07-091-1/+1
* cmd/geth: export metrics to InfluxDB (#16979)Anton Evangelatov2018-07-022-1/+25
* cmd/geth: remove the tail "," from genesis config (#17028)nobody2018-06-211-1/+1
* cmd/geth: cap cache allowancerjl4934564422018-06-041-0/+20
* cmd: various golint fixes (#16700)kiel barry2018-05-092-5/+5
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-3/+3
* cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-231-0/+2
* cmd/geth: update the copyright year in the geth command usage (#16537)Vie2018-04-232-2/+2
* all: fix various typos (#16533)Wuxiang2018-04-191-1/+1
* cmd/geth: update template for 'geth bug' command (#16350)Zhenguo Niu2018-04-061-10/+14
* cmd/geth: remove relOracle variable (#16434)Nguyen Sy Thanh Son2018-04-041-3/+0
* whisper: switch all remaining components from v5 to v6Guillaume Ballet2018-03-261-1/+1
|\
| * whisper: some components are still using v5, switch to v6Guillaume Ballet2018-03-221-1/+1
* | cmd: export preimages in RLP, support GZIP, uniform with block exportPéter Szilágyi2018-03-262-116/+63
* | cmd: implement preimage dump and import cmdsrjl4934564422018-03-262-0/+115
|/
* cmd, ethdb, vendor: integrate leveldb iostats (#16277)Kurkó Mihály2018-03-081-0/+13
* cmd, dashboard: use webpack dev server, remove custom assets (#16263)Kurkó Mihály2018-03-081-1/+0
* cmd/geth: fix broken links to JavaScript-Console wiki in cmd line help (#16183)Domino Valdano2018-02-261-3/+3
* cmd, console: support all termination signalsPéter Szilágyi2018-02-211-1/+2
* main: add gc flags to import-commandMartin Holst Swende2018-02-151-0/+3
* rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-122-0/+2
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-063-3/+10
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-17/+0
* dashboard: deep state update, version in footer (#15837)Kurkó Mihály2018-01-151-1/+1
* cmd/geth: user friendly light miner errorPéter Szilágyi2018-01-121-1/+4
* cmd/geth: remove trailing newline in license command (#15782)Péter Szilágyi2018-01-021-2/+1
* cmd/geth: add support for geth --rinkeby attachSorin Neacsu2017-12-161-2/+6
* cmd/geth: add support for geth attach --testnet (#15597)Sorin Neacsu2017-12-051-2/+10
* cmd/geth: fix geth attach --datadir=... (#15517)Maximilian Meister2017-11-281-1/+6
* cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-211-4/+17
* cmd, dashboard: dashboard using React, Material-UI, Recharts (#15393)Kurkó Mihály2017-11-153-7/+33
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-244-11/+17
* cmd, eth: separate out FakePeer for future reusePéter Szilágyi2017-10-101-145/+18
* cmd: Added support for copying data to another DB instanceNick Johnson2017-10-102-1/+196
* Merge pull request #14885 from karalabe/trezor-boomPéter Szilágyi2017-08-141-6/+12
|\
| * accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-091-1/+3
| * accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-091-6/+10
* | cmd/geth, cmd/swarm: sort commands and flags by name (#3462)Maximilian Meister2017-08-111-0/+2
|/
* cmd: add makecache cmd, use caches during import cmdPéter Szilágyi2017-08-042-26/+38
* common: EIP55-compliant Address.Hex() (#14815)Felix Lange2017-07-311-6/+6
|\
| * cmd/geth: update tests for EIP55-compliant Address.Hex()Jim McDonald2017-07-161-6/+6
* | cmd, core, eth: journal local transactions to disk (#14784)Péter Szilágyi2017-07-282-0/+4
|/
* Merge pull request #14737 from holiman/txpool_localaccountsPéter Szilágyi2017-07-102-0/+2
|\
| * cmd, core: add --txpool.nolocals to disable local price exemptionsPéter Szilágyi2017-07-052-0/+2
* | params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-041-1/+1
|/
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-1/+1
* Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-264-12/+40
|\
| * cmd/geth: fix whisper flag group capitalizationPéter Szilágyi2017-06-261-1/+1
| * whisper: use hexutil.UnmarshalFixedText for topic parsingBas van Kervel2017-06-211-1/+1
| * whisper: move flags from whisper package to utilsBas van Kervel2017-06-213-11/+15
| * whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-153-12/+36
* | cmd/geth: corrently init gas price for CLI CPU miningPéter Szilágyi2017-06-221-0/+4
* | swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-215-293/+93
* | cmd/geth: fixed a minor typo in the commentsnecaremus2017-06-161-1/+1
|/
* cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-292-0/+19
* cmd/geth: reorganise help section for new cli flag handlingBas van Kervel2017-05-252-2/+56
* cmd/geth: reintroduce wallet import subcommandBas van Kervel2017-05-231-15/+30
* cmd, node: support different bootnodes, fix default light portPéter Szilágyi2017-05-102-0/+4
* Merge pull request #14418 from karalabe/rinkeby-flagPéter Szilágyi2017-05-042-2/+4
|\
| * cmd, core, params: add --rinkeby flag for fast connectivityPéter Szilágyi2017-05-042-2/+4
* | cmd/geth: migrate dumpconfig command/flagsBas van Kervel2017-05-031-1/+2
* | cmd/geth: migrate bug command/flagsBas van Kervel2017-05-031-1/+2
* | cmd/geth: migrate metric command/flagsBas van Kervel2017-05-031-1/+1
* | cmd/geth: reorganise misc commands/flagsBas van Kervel2017-05-031-4/+4
* | cmd/geth: reorganise console/attach commands/flagsBas van Kervel2017-05-032-66/+78
* | cmd/geth: reorganise chain commands/flagsBas van Kervel2017-05-031-20/+41
|/
* cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneouslyPéter Szilágyi2017-05-031-32/+41
* cmd/geth: reorganise account/wallet command/flagsBas van Kervel2017-04-282-69/+70
* cmd, node: add --nosub and node.Config.NoUSB to disable hw walletsPéter Szilágyi2017-04-202-0/+2
* Merge remote-tracking branch 'fjl/license-update-1.6'Péter Szilágyi2017-04-141-1/+1
|\
| * all: update license informationFelix Lange2017-04-141-1/+1
* | cmd/geth: update flag groups in the geth command usagePéter Szilágyi2017-04-132-5/+14
|/
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-132-7/+0
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-127-107/+215
* eth: accept transactions when starting CPU mining (#13882)Péter Szilágyi2017-04-101-1/+1
* Merge pull request #13870 from karalabe/miners-fixesPéter Szilágyi2017-04-071-6/+0
|\
| * cmd/geth, eth: drop bad block reporting, its offline anywayPéter Szilágyi2017-04-061-6/+0
* | cmd, les, eth, eth/gasprice: using new gas price oracle (#13853)Felföldi Zsolt2017-04-062-12/+4
|/
* cmd/geth, node: surface geth architecture into version (#13866)Péter Szilágyi2017-04-062-3/+6
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-052-3/+11
* core: refactor genesis handlingFelix Lange2017-03-231-4/+10
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-093-4/+4
* cmd, eth, les, node, pow: disk caching and progress reportsPéter Szilágyi2017-03-092-0/+15
* * cmd/geth: add --nocompaction flag + multiple import filesMartin Holst Swende2017-03-082-5/+23
* Logger updates 3 (#3730)Péter Szilágyi2017-03-022-8/+8
* cmd/geth: drop upgradedb subcommand since it's unfeasiblePéter Szilágyi2017-02-232-61/+0
* cmd, whisper/mailserver: revert to utils.FatalfPéter Szilágyi2017-02-236-74/+54
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-232-8/+12
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-236-72/+90
* cmd/geth: added 'geth bug' command (#3684)Jeffrey Wilcke2017-02-202-0/+109
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-1/+1
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-1/+1
* accounts: ledger and HD review fixesPéter Szilágyi2017-02-131-2/+3
* accounts/usbwallet: make wallet responsive while Ledger is busyPéter Szilágyi2017-02-131-0/+8
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-131-2/+30
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-132-13/+13
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-132-7/+12
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-133-22/+32
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-1/+1
* cmd/geth, cmd/swarm: Fix to close file handler appropriatelyShintaro Kaneko2017-01-301-0/+1
* Merge pull request #3579 from bas-vk/natspecPéter Szilágyi2017-01-172-2/+0
|\
| * cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-172-2/+0
* | cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-172-0/+2
|/
* core: remove support for Olympic networkBas van Kervel2017-01-122-2/+0
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-1/+2
* logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-1/+0
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-4/+4
* cmd/geth: drop legacy android codePéter Szilágyi2016-12-143-126/+0
* cmd/geth: tidied up the source (#3385)Péter Szilágyi2016-11-303-133/+174
* cmd: drop DAO related choice flags since ETC divergedPéter Szilágyi2016-11-292-72/+17
* cmd, ethstats, les, mobile, params: native netstats (#3336)Péter Szilágyi2016-11-253-10/+32
* Merge pull request #3325 from fjl/p2p-netrestrictFelix Lange2016-11-251-0/+1
|\
| * cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrictFelix Lange2016-11-231-0/+1
* | core: implemented new ropsten testnetJeffrey Wilcke2016-11-231-2/+3
* | cmd/geth, core, light, mobile: removed state account StartingNonceJeffrey Wilcke2016-11-232-8/+0
|/
* cmd/geth: improve command help messages (#3227)Kenji Siu2016-11-105-87/+132
* cmd/geth: reinstate dropped --cache flagPéter Szilágyi2016-11-101-0/+1
* cmd/geth: use a loop in TestDAOForkBlockNewChain (#3222)xiekeyang2016-11-091-84/+68
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-092-29/+2
* cmd, eth: added light client and light server modeszsfelfoldi2016-11-093-1/+35
* all: remove weird filesFelix Lange2016-10-301-1/+0
* cmd, params: only set default fork configs for test and mainnetPéter Szilágyi2016-10-291-5/+5
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-292-44/+1
* cmd/geth, code, eth/downloader: tune import logs and mem statsPéter Szilágyi2016-10-211-22/+49
* cmd/geth, trie: report on trie cache unloads, also add debug logPéter Szilágyi2016-10-191-1/+2
* cmd, core/state: allow configurable trie cache generationsPéter Szilágyi2016-10-193-2/+9
* cmd/geth, trie: track and report trie cache missesPéter Szilágyi2016-10-191-4/+14
* cmd/geth: compact and print database stats after an importPéter Szilágyi2016-10-181-4/+21
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-165-32/+45
* cmd, eth: drop the blockchain version from cli/eth configsPéter Szilágyi2016-09-152-2/+0
* cmd/geth: fix port clash in genesis testFelix Lange2016-09-051-1/+4
* cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utilsFelix Lange2016-09-053-62/+39
* contracts/release: move package release to contracts/Felix Lange2016-08-301-1/+1
* cmd/geth: set correct initial nonce on testnet for import/init subcommands (#...Hellsegga2016-08-232-0/+8
* cmd/geth: added copyright and license informationJeffrey Wilcke2016-08-222-0/+25
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-173-43/+47
* rpc: add new client, use it everywhereFelix Lange2016-07-232-31/+27
* cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-151-3/+3
* cmd, core, miner: add extradata validation to consensus rulesPéter Szilágyi2016-07-152-185/+112
* cmd/geth, miner, params: special extradata for DAO fork startPéter Szilágyi2016-07-151-0/+1
* core: gracefully handle missing homestead block configPéter Szilágyi2016-07-151-0/+105
* cmd, core, eth, params: implement flags to control dao fork blocksPéter Szilágyi2016-07-153-8/+308
* cmd/geth: print version on geth start (#2622)Matthew Di Ferrante2016-07-121-0/+2
* cmd, common, console, eth, release: drop redundant "full"sPéter Szilágyi2016-06-301-1/+1
* Merge pull request #2159 from zsfelfoldi/light-backendPéter Szilágyi2016-06-301-3/+7
|\
| * eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-3/+7
* | Merge pull request #2750 from sybiload/developPéter Szilágyi2016-06-291-1/+1
|\ \
| * | cmd/geth: fix the import error messageYohann LEON2016-06-291-1/+1
* | | Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-292-2/+0
|/ /
* / core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-232-0/+2
|/
* Merge pull request #2455 from zsfelfoldi/chaindbJeffrey Wilcke2016-06-131-1/+1
|\
| * core: improved chainDb using sequential keyszsfelfoldi2016-06-071-1/+1
* | cmd: fix CLI package deprecation warningsPéter Szilágyi2016-06-106-24/+51
* | cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-096-6/+6
* | cmd/geth: fix the keystore path in the accounts help textPéter Szilágyi2016-06-081-1/+1
* | cmd/geth: truly randomize console test RPC endpointsPéter Szilágyi2016-06-081-4/+12
|/
* cmd/geth: make console tests more robustFelix Lange2016-06-031-18/+28
* cmd/geth, console: fix reviewer issuesPéter Szilágyi2016-05-313-4/+4
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-309-1064/+338
* eth: enable bad block reportsFelix Lange2016-05-251-0/+6
* eth: add new RPC method (personal.) SignAndSendTransactionBas van Kervel2016-05-201-1/+1
* cmd/geth: fix console history exclusionFelix Lange2016-05-141-6/+3
* Merge pull request #2549 from karalabe/geth-tester-text-templatesPéter Szilágyi2016-05-111-1/+1
|\
| * cmd/geth: use text/templates in the tester, not htmlPéter Szilágyi2016-05-111-1/+1
* | cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix minerPéter Szilágyi2016-05-111-1/+1
|/
* cmd/geth: fixed to use proper version string for outputJeffrey Wilcke2016-05-031-1/+1
* cmd/geth, release: polish and deploy live release contractPéter Szilágyi2016-05-021-1/+1
* release, all: integrate the release service into gethPéter Szilágyi2016-05-021-22/+37
* Merge pull request #2485 from karalabe/fakepowPéter Szilágyi2016-04-292-2/+6
|\
| * cmd: add a `--fakepow` flag to help benchmarking database changesPéter Szilágyi2016-04-212-2/+6
* | Merge pull request #2478 from fjl/geth-js-tweakFelix Lange2016-04-262-12/+26
|\ \ | |/ |/|
| * cmd/geth, jsre: improve the js commandFelix Lange2016-04-212-12/+26
* | VERSION, cmd/geth: bumped versionJeffrey Wilcke2016-04-201-2/+2
|/
* rpc: move web3.js extensions to internal/web3extFelix Lange2016-04-151-1/+2
* all: fix go vet warningsFelix Lange2016-04-151-1/+4
* all: update license informationFelix Lange2016-04-151-1/+1
* accounts: improve API and add documentationFelix Lange2016-04-121-1/+6
* cmd/geth: add recovery procedure for AmbiguousAddrErrorFelix Lange2016-04-123-2/+107
* cmd/geth: print actual error when --unlock failsFelix Lange2016-04-122-4/+4
* accounts: add ErrDecryptFelix Lange2016-04-122-2/+2
* accounts: cache key addressesFelix Lange2016-04-122-8/+17
* cmd/geth: add tests for account commandsFelix Lange2016-04-127-1/+522
* accounts: streamline APIFelix Lange2016-04-123-21/+7
* cmd/geth: move account commands to accountcmd.goFelix Lange2016-04-122-258/+286
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-17/+9
* cmd/geth, cmd/utils: improve input handlingFelix Lange2016-04-124-67/+25
* Merge pull request #2359 from bas-vk/rpc-optional-argsJeffrey Wilcke2016-04-123-3/+3
|\
| * rpc: various fixes/enhancementsBas van Kervel2016-04-123-3/+3
* | cmd/geth: add JS preload parameterBas van Kervel2016-04-113-0/+34
|/
* cmd/geth: add missing gas target flag (fixing 0 convergence issue)Péter Szilágyi2016-04-042-1/+2
* cmd/geth, eth: move --genesis deprecation warning to cmd/gethFelix Lange2016-04-021-0/+6
* core: added basic chain configurationJeffrey Wilcke2016-04-013-3/+41
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-242-2/+0
* cmd/utils: add --keystoreKobi Gurkan2016-03-082-0/+2
* cmd/geth: removed multiline supportJeffrey Wilcke2016-02-271-1/+0
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* Merge pull request #2206 from fjl/update-depsJeffrey Wilcke2016-02-172-91/+30
|\
| * cmd/geth, jsre: improve auto-completionFelix Lange2016-02-151-64/+5
| * cmd/geth: enable multi-line modeFelix Lange2016-02-121-0/+1
| * cmd/geth: gofmt js.go and rename ethereum.js to web3.jsFelix Lange2016-02-121-6/+6
| * cmd/geth: update monitor to new termui codePéter Szilágyi2016-02-111-25/+22
* | cmd, node, rpc: readd inproc RPC client, expose via nodePéter Szilágyi2016-02-092-6/+4
* | cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-094-7/+7
* | cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-053-38/+37
* | cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-5/+0
|/
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-042-8/+3
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-282-24/+17
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-265-183/+196
* console: add admin.sleep and admin.sleepBlocksBas van Kervel2016-01-191-0/+9
* Merge pull request #2064 from fjl/remove-common-rlpJeffrey Wilcke2015-12-191-3/+2
|\
| * common: remove old RLP implementation, Value and ExtPackageFelix Lange2015-12-181-3/+2
* | console: bugfix that causes the console to crash when connection to an endpoi...Bas van Kervel2015-12-181-5/+6
|/
* Merge pull request #2070 from karalabe/android-archivesFelix Lange2015-12-151-0/+56
|\
| * Makefile, cmd/geth: support building Android archivesPéter Szilágyi2015-12-141-0/+56
* | Merge pull request #2035 from bas-vk/rcp-v2-rebaseFelix Lange2015-12-154-4/+22
|\ \ | |/ |/|
| * rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-144-4/+22
* | Makefile, cmd/geth: assemble ios xcode frameworksPéter Szilágyi2015-12-093-1/+72
|/
* cmd/utils: restore starting geth without any accounts and etherbaseFelix Lange2015-12-011-2/+5
* console: fix instance name printed incorrect on startBas van Kervel2015-11-301-1/+1
* Merge pull request #1970 from karalabe/customizable-protocol-stacksJeffrey Wilcke2015-11-274-408/+195
|\
| * cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-273-10/+10
| * cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-273-273/+195
| * cmd: drop blocktest command, create gethrpctest programPéter Szilágyi2015-11-271-135/+0
* | cmd, crypto: fixed nil public keys and updated web3Jeffrey Wilcke2015-11-261-2/+2
|/
* cmd/geth, cmd/utils: removed legaleseJeffrey Wilcke2015-11-191-26/+0
* cmd/geth, cmd/utils: surface the light KDF flag to the CLIPéter Szilágyi2015-11-102-0/+2
* cmd/geth: fix recover command crash if no param is suppliedPéter Szilágyi2015-11-051-2/+2
* VERSION, cmd/geth: bumped version 1.4.0Jeffrey Wilcke2015-11-031-2/+2
* cmd/geth, cmd/utils, eth: group CLI flags by purposePéter Szilágyi2015-10-302-4/+213
* rpc api: eth_getNatSpeczelig2015-10-272-23/+18
* fix console history, lines with leadning whitespace NOT includedzelig2015-10-241-1/+1
* console:zelig2015-10-222-54/+67
* eth: clean out light node notions from ethPéter Szilágyi2015-10-191-3/+1
* cmd, eth: support switching client modes of operationPéter Szilágyi2015-10-191-0/+1
* Merge pull request #1869 from Gustav-Simonsson/gpu_minerJeffrey Wilcke2015-10-162-3/+45
|\