aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17231 from ethersphere/developViktor Trón2018-07-242-0/+263
|\
| * swarm/storage/mru: Client-side MRU signatures (#784)Javier Peletier2018-07-232-0/+236
| * cmd/swarm: add implicit subcommand help (fix #786) (#788)Javier Peletier2018-07-231-0/+27
* | 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/swarm: change version of swarm binary (#17174)Anton Evangelatov2018-07-141-1/+1
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-132-2/+6
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-113-4/+9
* cmd: typo fixed, isntance -> instance (#17149)Wenbiao Zheng2018-07-091-1/+1
* swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)Anton Evangelatov2018-07-094-4/+13
* cmd/geth: fix usage formatting (#17136)Wenbiao Zheng2018-07-091-1/+2
* cmd/geth: fixed comment typo (#17140)LeoLiao2018-07-091-1/+1
* cmd/p2psim: add exit error output and exit code (#17116)Chen Quan2018-07-031-1/+4
* cmd/geth: export metrics to InfluxDB (#16979)Anton Evangelatov2018-07-023-5/+87
* Merge pull request #17041 from ethersphere/swarm-network-rewrite-mergeViktor Trón2018-06-2216-305/+1561
|\
| * swarm: network rewrite mergeethersphere2018-06-2216-305/+1561
* | cmd/geth: remove the tail "," from genesis config (#17028)nobody2018-06-211-1/+1
|/
* cmd: remove faucet/puppeth dead code (#16991)Wenbiao Zheng2018-06-152-66/+0
* cmd/utils: fix NetworkId default when -dev is set (#16833)Jeremy Schlatter2018-06-141-0/+3
* crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)Felix Lange2018-06-121-9/+4
* cmd/ethkey: add command to change key passphrase (#16516)Steven Roose2018-06-086-19/+100
* cmd/puppeth: fixed a typo in a wizard input query (#16910)Bruno Škvorc2018-06-061-2/+2
* params: fix golint warnings (#16853)kiel barry2018-06-057-9/+9
* cmd/abigen: support for reading solc output from stdin (#16683)Antonio Salazar Cardozo2018-06-051-6/+26
* cmd/geth: cap cache allowancerjl4934564422018-06-041-0/+20
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-3/+2
* cmd: various golint fixes (#16700)kiel barry2018-05-095-24/+28
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-072-7/+6
* whisper/mailserver: pass init error to the caller (#16671)Ivan Daniluk2018-05-041-1/+3
* cmd/clef: documentation about setup (#16568)Martin Holst Swende2018-05-029-1/+251
* Merge pull request #16569 from holiman/evm_blocknumPéter Szilágyi2018-05-021-7/+10
|\
| * evm/main: use blocknumber from genesisMartin Holst Swende2018-05-021-7/+10
* | cmd/utils: point users to --syncmode under DEPRECATED (#16572)Martin Klepsch2018-04-271-2/+2
|/
* cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-231-0/+2
* Revert "cmd/puppeth: fix node deploys for updated dockerfile user"Péter Szilágyi2018-04-231-4/+4
* cmd/geth: update the copyright year in the geth command usage (#16537)Vie2018-04-232-2/+2
* all: fix various typos (#16533)Wuxiang2018-04-195-7/+7
* rpc: clean up IPC handler (#16524)Felix Lange2018-04-181-3/+3
* cmd/utils: fix help template issue for subcommands (#16351)Zhenguo Niu2018-04-181-1/+1
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-4/+0
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-169-0/+2229
* common: delete StringToAddress, StringToHash (#16436)Felix Lange2018-04-101-2/+2
* cmd/puppeth: fix node deploys for updated dockerfile userPéter Szilágyi2018-04-101-4/+4
* cmd/evm: print vm output when debug flag is on (#16326)dm42018-04-061-3/+2
* 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-262-2/+2
|\
| * whisper: some components are still using v5, switch to v6Guillaume Ballet2018-03-222-2/+2
* | cmd/puppeth: add constraints to network name (#16336)Zhenguo Niu2018-03-261-1/+6
* | cmd: export preimages in RLP, support GZIP, uniform with block exportPéter Szilágyi2018-03-263-119/+154
* | cmd: implement preimage dump and import cmdsrjl4934564422018-03-262-0/+115
|/
* cmd/utils: fix maxpeers vs lightpeers logic (#16125)Felföldi Zsolt2018-03-091-0/+3
* cmd/puppeth: allow any vhost in walletVlad Bokov2018-03-091-1/+1
* 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-082-7/+0
* whisper: final refactoring (#16259)gluk2562018-03-071-31/+52
* cmd/evm, core/vm, internal/ethapi: don't disable call gas meteringPéter Szilágyi2018-03-052-8/+2
* utils: fix #16138 by checking if vhosts flag is set (#16141)Martin Holst Swende2018-03-051-3/+4
* whisper: refactoring go-routinesVlad2018-03-051-24/+32
* whisper: minor refactoringVlad2018-03-041-8/+4
* Merge pull request #16231 from gluk256/303-readergluk2562018-03-031-0/+37
|\
| * whisper: filereader mode introduced to wnodeVlad2018-03-021-0/+37
* | Merge pull request #16228 from karalabe/faucet-background-skipPéter Szilágyi2018-03-021-3/+16
|\ \
| * | cmd/faucet: update state in background, skip when busyPéter Szilágyi2018-03-021-3/+16
| |/
* / cmd/swarm: fix some typos in manifest cmd (#16227)Zhenguo Niu2018-03-021-3/+3
|/
* whisper: topics replaced by bloom filtersVlad2018-03-011-7/+33
* whisper: serious security issue fixed (#16219)gluk2562018-03-011-7/+10
* puppeth: fix Parity Chain Spec parameter GasLimitBoundDivision (#16188)Saulius Grigaitis2018-02-271-14/+14
* Merge pull request #16198 from gluk256/266-wnodeGuillaume Ballet2018-02-271-14/+12
|\
| * whipser: comments updatedVlad2018-02-271-3/+5
| * whisper: wnode updated - all messages are saved if savedir param is givenVlad2018-02-261-14/+10
* | cmd/geth: fix broken links to JavaScript-Console wiki in cmd line help (#16183)Domino Valdano2018-02-261-3/+3
|/
* swarm: initial instrumentation (#15969)Anton Evangelatov2018-02-231-1/+7
* core, vm, common: define constantinople fork + shift (#16045)Martin Holst Swende2018-02-231-0/+1
* swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2018-02-2326-139/+198
|\
| * cmd/faucet: resolve twitter user from final redirectPéter Szilágyi2018-02-221-2/+7
| * cmd/puppeth: Don't allow hyphen in network name. Fixes #16155Nilesh Trivedi2018-02-221-3/+4
| * cmd, console: support all termination signalsPéter Szilágyi2018-02-212-3/+5
| * whisper: only use the node id as a p2p id, not for sending messages (#16102)Guillaume Ballet2018-02-151-2/+2
| * Merge pull request #16098 from holiman/fix_importPéter Szilágyi2018-02-151-0/+3
| |\
| | * main: add gc flags to import-commandMartin Holst Swende2018-02-151-0/+3
| * | all: update license information (#16089)Felix Lange2018-02-147-11/+43
| |/
| * cmd/puppeth: unify discv4 and discv5 portsPéter Szilágyi2018-02-129-101/+78
| * rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-123-0/+9
| * p2p, p2p/discover: misc connectivity improvements (#16069)Felix Lange2018-02-121-1/+6
| * whisper: get wnode to work with v6 (#16051)Guillaume Ballet2018-02-101-16/+41
* | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2018-02-2229-293/+855
|\|
| * core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-066-20/+70
| * les: limit LES peer count and improve peer configuration logic (#16010)Felföldi Zsolt2018-02-051-3/+23
| * utils: fix #16006 by not lowering OS ulimitMartin Holst Swende2018-02-021-3/+5
| * whisper: remove linter warnings (#15972)Guillaume Ballet2018-01-261-2/+2
| * cmd, params: update discovery v5 bootnodes (#15954)Felföldi Zsolt2018-01-251-1/+1
| * Merge pull request #15832 from karalabe/abigen-eventsPéter Szilágyi2018-01-241-17/+0
| |\
| | * accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-17/+0
| * | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-223-13/+23
| |/
| * cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-166-92/+226
| * dashboard: deep state update, version in footer (#15837)Kurkó Mihály2018-01-152-3/+3
| * cmd/geth: user friendly light miner errorPéter Szilágyi2018-01-121-1/+4
| * common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-125-218/+3
| * all: update generated code (#15808)Felix Lange2018-01-082-15/+11
| * cmd/utils: handle git commit a bit safer for user specified strings (#15790)Evangelos Pappas2018-01-041-1/+1
| * all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-033-22/+22
| * various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-1/+1
| * cmd/geth: remove trailing newline in license command (#15782)Péter Szilágyi2018-01-021-2/+1
| * cmd/puppeth: fix faucet 502 error due to non-exposed HTTP portPéter Szilágyi2017-12-211-0/+2
| * Merge pull request #15729 from karalabe/faucet-fix-twitterPéter Szilágyi2017-12-211-6/+1
| |\
| | * cmd/faucet: fix removal of Twitter zlib compressionPéter Szilágyi2017-12-211-6/+1
| * | cmd/utils: add check on fd hard limit, skip test if below target (#15684)lash2017-12-214-1/+37
| |/
| * cmd, core, eth/tracers: support fancier js tracing (#15516)Péter Szilágyi2017-12-211-0/+10
| * cmd/ethkey: new command line tool for keys (#15438)Steven Roose2017-12-216-0/+533
| * cmd/geth: add support for geth --rinkeby attachSorin Neacsu2017-12-161-2/+6
* | cmd/swarm: return error early in buildConfig functionJanos Guljas2017-12-201-0/+3
* | cmd/swarm: add validation for EnsAPIs configuration parameterJanos Guljas2017-12-192-0/+130
* | cmd/swarm, swarm: disable ENS API by defaultJanos Guljas2017-12-181-18/+5
* | cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2017-12-144-6/+7
|\|
| * all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-134-6/+7
* | swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2017-12-1334-788/+2855
|\|
| * cmd/swarm: add config file (#15548)holisticode2017-12-124-90/+879
| * cmd/utils, eth: init etherbase from within eth (#15528)Péter Szilágyi2017-12-101-9/+6
| * cmd/geth: add support for geth attach --testnet (#15597)Sorin Neacsu2017-12-051-2/+10
| * buld: enable goconst linter (#15566)Zach2017-11-301-3/+5
| * cmd/geth: fix geth attach --datadir=... (#15517)Maximilian Meister2017-11-281-1/+6
| * cmd/utils: bootstrap nodes in config file were not respectedMaximilian Meister2017-11-261-0/+2
| * cmd/utils: disallow --lightserv in light mode (#15514)Paul Litvak2017-11-241-4/+32
| * cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-241-15/+19
| * cmd/puppeth: fix typo in comment (#15539)Zoe Nolan2017-11-241-2/+2
| * cmd/puppeth: fix typos and review suggestionsPéter Szilágyi2017-11-2313-25/+19
| * cmd/puppeth: fix unconvert lintersPéter Szilágyi2017-11-212-2/+2
| * cmd/puppeth: switch over to upstream alltools docker imagePéter Szilágyi2017-11-211-1/+1
| * cmd/faucet, cmd/puppeth: drop GitHub support at official requestPéter Szilágyi2017-11-215-68/+8
| * cmd/puppeth: simplifications and pre-built docker imagesPéter Szilágyi2017-11-2113-164/+115
| * cmd/puppeth: store genesis locally to persist restartsPéter Szilágyi2017-11-219-49/+64
| * cmd/puppeth: skip genesis custom extra-dataPéter Szilágyi2017-11-212-12/+1
| * cmd/puppeth: fix dashboard iframes, extend with new servicesPéter Szilágyi2017-11-215-51/+441
| * cmd/faucet: protocol relative websockets, noauth modePéter Szilágyi2017-11-215-44/+87
| * cmd/puppeth: add support for deploying web walletsPéter Szilágyi2017-11-215-1/+366
| * cmd/puppeth: etherchain light block explorer for PoW netsPéter Szilágyi2017-11-218-11/+565
| * cmd/puppeth: mount ethash dir from the host to cache DAGsPéter Szilágyi2017-11-212-13/+33
| * cmd/puppeth: support deploying services with forced rebuildsPéter Szilágyi2017-11-2110-17/+52
| * cmd/puppeth: concurrent server dials and health checksPéter Szilágyi2017-11-213-93/+142
| * cmd/puppeth: reorganize stats reports to make it readablePéter Szilágyi2017-11-2113-136/+205
| * cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-211-4/+17
* | swarm: deprecate --ens-addr CLI flag with a warning messageJanos Guljas2017-12-051-6/+10
* | swarm: check if "--ens-api ''" is specified in order to disable ENSJanos Guljas2017-12-051-0/+4
* | swarm: add comment for parseFlagEnsAPI and fix a mistake in comment in codeJanos Guljas2017-12-051-1/+3
* | swarm: multiple --ens-api flagsJanos Guljas2017-12-042-20/+32
* | swarm: add CLI --ens-endpoint flag (#14386)Janos Guljas2017-12-012-54/+190
|/
* cmd, dashboard: dashboard using React, Material-UI, Recharts (#15393)Kurkó Mihály2017-11-154-7/+74
* puppeth: handle encrypted ssh keys (closes #15442) (#15443)Bo2017-11-132-2/+13
* build: enable unconvert linter (#15456)ferhat elmas2017-11-114-6/+4
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-2/+2
* cmd/rlpdump: allow hex input to have leading '0x'Jim McDonald2017-10-271-1/+1
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-245-24/+50
* cmd/evm: print stateroot in evm utility (#15341)Martin Holst Swende2017-10-201-1/+7
* cmd/faucet: dynamic funding progress and visual feedbackPéter Szilágyi2017-10-173-7/+83
* cmd/faucet: proper error handling all overPéter Szilágyi2017-10-173-36/+135
* cmd/faucet: support twitter, google+ and facebook auth tooPéter Szilágyi2017-10-163-67/+215
* Merge pull request #15269 from karalabe/puppeth-dumb-ip-filteringPéter Szilágyi2017-10-122-11/+33
|\
| * cmd/puppeth: use dumb textual IP filteringPéter Szilágyi2017-10-102-11/+33
* | cmd, eth: separate out FakePeer for future reusePéter Szilágyi2017-10-102-152/+32
* | cmd: Added support for copying data to another DB instanceNick Johnson2017-10-102-1/+196
|/
* cmd/puppeth: support managing fork block in the chain configPéter Szilágyi2017-10-044-11/+77
* cmd/puppeth, params: enable Byzantium on all networksPéter Szilágyi2017-10-021-0/+1
* cmd/geth: fix --password typoayeowch2017-09-271-1/+1
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-0/+414
* core/vm: standard vm traces (#15035)cdetrio2017-09-221-1/+1
* cmd/puppeth: reserve "yournode" as a non-allowed ethstats userPéter Szilágyi2017-09-121-1/+1
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-1/+1
* eth: use maxpeers from p2p layer instead of extra configPéter Szilágyi2017-09-061-4/+0
* cmd/puppeth: switch node containers to main onesPéter Szilágyi2017-09-051-4/+4
* cmd/evm: adds ability to run individual state test file (#14998)Martin Holst Swende2017-09-052-0/+120
* cmd/geth: fix --nousb typo (#15040)Oli Bye2017-08-251-1/+1
* cmd/evm, core/vm, internal/ethapi: Show error when exiting (#14985)Martin Holst Swende2017-08-232-6/+10
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-2/+1
* cmd/puppeth: support blacklisting malicious IPs on ethstatsPéter Szilágyi2017-08-183-7/+60
* cmd/evm: add --receiver, support code from stdin (#14873)Martin Holst Swende2017-08-152-27/+39
* 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-112-0/+4
|/
* cmd: fix megacheck warnings (#14912)Egon Elbre2017-08-074-19/+16
* cmd/puppeth: remove wrapping loop in single readsPéter Szilágyi2017-08-041-18/+14
* cmd: add makecache cmd, use caches during import cmdPéter Szilágyi2017-08-043-27/+42
* swarm/api: make api.NewManifest synchronous (#14880)Lewis Marshall2017-07-312-2/+1
* cmd/swarm: support exporting, importing chunk db (#14868)Lewis Marshall2017-07-313-41/+172
* 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-283-0/+20
* | Merge pull request #14824 from karalabe/faucet-ignore-whitespacePéter Szilágyi2017-07-181-2/+3
|\ \
| * | cmd/faucet: ignore whitespace in gist contentPéter Szilágyi2017-07-181-2/+3
| |/
* / cmd/puppeth: limit cotnainers to 10MB logsPéter Szilágyi2017-07-185-0/+25
|/
* Merge pull request #14737 from holiman/txpool_localaccountsPéter Szilágyi2017-07-103-0/+9
|\
| * cmd, core: add --txpool.nolocals to disable local price exemptionsPéter Szilágyi2017-07-053-0/+9
* | params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-042-3/+3
|/
* cmd/swarm: Exit if --ethapi is setLewis Marshall2017-06-302-15/+14
* Merge pull request #14646 from ethersphere/swarm-ens-apiPéter Szilágyi2017-06-301-8/+97
|\
| * cmd/swarm: Support using Mainnet for resolving ENS namesLewis Marshall2017-06-261-8/+97
* | core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-272-4/+4
* | Merge pull request #14690 from karalabe/faucet-key-reusePéter Szilágyi2017-06-261-2/+1
|\ \ | |/ |/|
| * cmd/puppeth: fix key reuse during faucet deploysPéter Szilágyi2017-06-231-2/+1
* | Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-266-24/+79
|\ \ | |/ |/|
| * 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-214-15/+33
| * whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-155-24/+61
* | cmd/swarm: disable TestCLISwarmUp because it's flakyFelix Lange2017-06-231-0/+2
* | 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-217-293/+424
* | cmd/evm, core/vm: add --nomemory, --nostack to evm (#14617)Martin Holst Swende2017-06-213-16/+37
* | cmd/geth: fixed a minor typo in the commentsnecaremus2017-06-161-1/+1
|/
* cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476)Martin Holst Swende2017-06-073-16/+146
* cmd/swarm: fix error handling in 'swarm up' (#14557)Lewis Marshall2017-06-061-13/+22
* cmd/puppeth: fix improper key validation for remotesPéter Szilágyi2017-05-302-3/+2
* cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-293-29/+110
* cmd/geth: reorganise help section for new cli flag handlingBas van Kervel2017-05-253-12/+70
* Merge pull request #14336 from obscuren/metropolis-preparationFelix Lange2017-05-252-0/+44
|\
| * cmd/evm: added mem/cpu profilingJeffrey Wilcke2017-05-232-0/+44
* | cmd/faucet: fix a few typosPéter Szilágyi2017-05-241-1/+1
* | cmd/geth: reintroduce wallet import subcommandBas van Kervel2017-05-231-15/+30
* | cmd/swarm: Add --httpaddr flag (#14475)Lewis Marshall2017-05-221-0/+8
|/
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-171-1/+1
* cmd/puppeth: v4/v5 boot separation, signer gas configs (#14453)Péter Szilágyi2017-05-134-8/+73
* cmd, node: support different bootnodes, fix default light portPéter Szilágyi2017-05-103-5/+28
* Merge pull request #14418 from karalabe/rinkeby-flagPéter Szilágyi2017-05-043-15/+38
|\
| * cmd, core, params: add --rinkeby flag for fast connectivityPéter Szilágyi2017-05-043-15/+38
* | Merge pull request #14413 from bas-vk/cli-chain-mngtPéter Szilágyi2017-05-048-94/+129
|\ \
| * | 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-033-67/+79
| * | cmd/geth: reorganise chain commands/flagsBas van Kervel2017-05-031-20/+41
| |/
* | cmd/faucet: fix period to days conversionPéter Szilágyi2017-05-041-4/+5
* | cmd/faucet, cmd/puppeth: support multi-tiered faucetPéter Szilágyi2017-05-045-30/+92
|/
* cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneouslyPéter Szilágyi2017-05-032-42/+45
* cmd/puppeth, vendor: update ssh, manage server keys (#14398)Péter Szilágyi2017-05-035-19/+75
* cmd/geth: reorganise account/wallet command/flagsBas van Kervel2017-04-283-70/+95
* whisper: switching to v5 + minor refactoring (#14387)gluk2562017-04-282-4/+5
* whisper: message format refactoring (#14335)gluk2562017-04-271-14/+17
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-253-5/+5
* cmd/bootnode: stop after generating/writing nodekeyBas van Kervel2017-04-241-0/+1
* Merge pull request #14339 from karalabe/faucet-block-banned-usersPéter Szilágyi2017-04-205-29/+109
|\
| * cmd: integrate invisible recaptcha into puppethPéter Szilágyi2017-04-174-19/+52
| * cmd/faucet: fix websocket double close/reopenPéter Szilágyi2017-04-172-2/+2
| * cmd/faucet: add optional recaptcha validation supportPéter Szilágyi2017-04-173-13/+49
| * cmd/faucet: double check user against the GH websitePéter Szilágyi2017-04-161-1/+12
* | cmd, node: add --nosub and node.Config.NoUSB to disable hw walletsPéter Szilágyi2017-04-203-0/+9
|/
* Merge remote-tracking branch 'fjl/license-update-1.6'Péter Szilágyi2017-04-145-12/+12
|\
| * all: update license informationFelix Lange2017-04-145-12/+12
* | cmd/geth: update flag groups in the geth command usagePéter Szilágyi2017-04-132-5/+14
|/