aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/flags.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/utils: reduce light.maxpeers default for clients to 1/10th (#19933)SjonHortensius2019-09-031-0/+5
* acmd, core, eth, les: support --override.istanbulPéter Szilágyi2019-08-231-0/+4
* cmd/utils: customize cli.HelpPrinter to fix alignment (#19956)SjonHortensius2019-08-221-5/+19
* cmd, eth: fix dump config issue (#19825)gary rong2019-07-111-3/+3
* cmd, eth, les: make les flags conform to dotted stylePéter Szilágyi2019-07-101-28/+47
* cmd: encapsulate les relative cli optionsrjl4934564422019-07-101-31/+36
* cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-101-45/+22
* cmd/abigen: refactor command line interface (#19797)gary rong2019-07-081-6/+6
* cmd, eth, les, param: drop --override.constantinoplePéter Szilágyi2019-07-021-4/+0
* core/state, cmd/geth: streaming json output for dump command (#15475)Martin Holst Swende2019-06-241-0/+16
* cmd, graphql, node: graphql flag polishes, les integrationPéter Szilágyi2019-06-201-34/+56
* p2p/enode: improve IPv6 support, add ENR text representation (#19663)Felix Lange2019-06-071-1/+1
* cmd/utils: close quote (#19665)Martin Holst Swende2019-06-051-1/+1
* accounts/scwallet: don't error when pcsc socket is missing (#19662)Guillaume Ballet2019-06-041-1/+1
* accounts/scwallet: flag to specify path to smartcard daemon (#19439)Guillaume Ballet2019-05-311-0/+27
* les, les/flowcontrol: implement LES/3 (#19329)Felföldi Zsolt2019-05-311-4/+4
* core, cmd, vendor: fixes and database inspection tool (#15)gary rong2019-05-161-1/+1
* cmd, core, eth, les, node: chain freezer on top of db reworkPéter Szilágyi2019-05-161-1/+8
* cmd, internal/build, docker: advertise commit date in unstable build versions...C. Brown2019-05-081-5/+2
* cmd/utils, node: switch over default peer count to 50Péter Szilágyi2019-04-251-2/+2
* miner: polish miner configuration (#19480)gary rong2019-04-231-38/+43
* cmd: special case default cache allowance (4GB mainnet, 128MB ligh)Péter Szilágyi2019-04-121-1/+1
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-081-0/+7
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-041-0/+7
* Merge pull request #19328 from karalabe/preloadPéter Szilágyi2019-04-021-4/+10
|\
| * cmd, core, eth: support disabling the concurrent state prefetcherPéter Szilágyi2019-04-011-4/+10
* | cmd/flags: fix typo in --exitwhensynced flag (#19364)William Setzer2019-04-021-1/+1
|/
* core: split out detailed trie access metrics from insertion time (#19316)Péter Szilágyi2019-03-251-2/+6
* cmd/swarm: dont connect to bootnodes in tests (#19270)Elad2019-03-151-5/+8
* cmd, core, eth, trie: get rid of trie cache generations (#19262)Péter Szilágyi2019-03-141-10/+0
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-1/+1
* les, les/flowcontrol: improved request serving and flow control (#18230)Felföldi Zsolt2019-02-261-1/+13
* cmd: prefer nil slices over zero-length slices (#19077)Matthew Halpern2019-02-151-1/+1
* common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035)Martin Holst Swende2019-02-121-2/+3
* cmd/utils, eth: relinquish GC cache to read cache in archive modePéter Szilágyi2019-02-071-2/+2
* accounts, eth, clique, signer: support for external signer API (#18079)Martin Holst Swende2019-02-051-7/+23
* cmd, core, params: add support for GoerliPéter Szilágyi2019-02-041-2/+21
* cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (...lhendre2019-01-301-1/+4
* cmd/utils: allow for multiple influxdb tags (#18520)Anton Evangelatov2019-01-291-12/+29
* cmd/utils: allow empty bootnodes flag override (#18509)Anton Evangelatov2019-01-241-4/+6
* les: implement ultralight client (#16904)b00ris2019-01-241-0/+55
* GraphQL master FF for review (#18445)Kris Shinn2019-01-211-0/+43
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-111-2/+4
* cmd/utils, eth: minor polishes on whitelist codePéter Szilágyi2018-12-101-23/+18
* cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flagRyan Schneider2018-12-101-0/+33
* cmd/utils: max out the OS file allowance, don't cap to 2KPéter Szilágyi2018-11-291-8/+3
* cmd/swarm: FUSE do not require --ipcpath (#18112)Ferenc Szabo2018-11-231-10/+14
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-151-6/+18
* cmd/utils: fix bug when checking for flag value conflicts (#17803)Ryan Schneider2018-10-081-1/+4
* all: new p2p node representation (#17643)Felix Lange2018-09-251-3/+3
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* core/vm: add switches to select evm+ewasm interpreters (#17687)Guillaume Ballet2018-09-201-0/+19
* cmd/utils: typos in {Miner, MinerLegacy}GasPriceFlag (#17588)TColl2018-09-101-2/+2
* whisper: add light mode check to handshake (#16725)b00ris2018-09-051-0/+7
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-291-11/+16
* consensus, miner: stale block mining support (#17506)gary rong2018-08-281-2/+9
* cmd, eth: clean up miner startup API, drop noop config fieldPéter Szilágyi2018-08-231-6/+0
* cmd, eth: apply default miner recommit setting (#17479)gary rong2018-08-221-1/+1
* cmd, core, miner: add --txpool.locals and priority miningPéter Szilágyi2018-08-221-0/+14
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-221-7/+15
* cmd: polish miner flags, deprecate olds, add upgrade pathPéter Szilágyi2018-08-151-37/+67
* cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-101-4/+10
* build: rename swarm deb package to ethereum-swarm; change swarm deb version f...Anton Evangelatov2018-07-301-1/+1
* cmd: prevent accidental invalid commands (#17248)a e r t h2018-07-261-2/+1
* cmd/utils: fix comment typo (#17249)Sarlor2018-07-261-1/+1
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-111-2/+2
* cmd: typo fixed, isntance -> instance (#17149)Wenbiao Zheng2018-07-091-1/+1
* cmd/geth: export metrics to InfluxDB (#16979)Anton Evangelatov2018-07-021-4/+62
* cmd/utils: fix NetworkId default when -dev is set (#16833)Jeremy Schlatter2018-06-141-0/+3
* cmd/utils: point users to --syncmode under DEPRECATED (#16572)Martin Klepsch2018-04-271-2/+2
* cmd/utils: fix help template issue for subcommands (#16351)Zhenguo Niu2018-04-181-1/+1
* whisper: some components are still using v5, switch to v6Guillaume Ballet2018-03-221-1/+1
* cmd/utils: fix maxpeers vs lightpeers logic (#16125)Felföldi Zsolt2018-03-091-0/+3
* cmd, dashboard: use webpack dev server, remove custom assets (#16263)Kurkó Mihály2018-03-081-6/+0
* utils: fix #16138 by checking if vhosts flag is set (#16141)Martin Holst Swende2018-03-051-3/+4
* rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-121-0/+7
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-7/+40
* 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
* cmd, params: update discovery v5 bootnodes (#15954)Felföldi Zsolt2018-01-251-1/+1
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-10/+0
* dashboard: deep state update, version in footer (#15837)Kurkó Mihály2018-01-151-2/+2
* common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-121-2/+3
* 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-031-2/+2
* cmd/utils, eth: init etherbase from within eth (#15528)Péter Szilágyi2017-12-101-9/+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, dashboard: dashboard using React, Material-UI, Recharts (#15393)Kurkó Mihály2017-11-151-0/+41
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-13/+33
* cmd, eth: separate out FakePeer for future reusePéter Szilágyi2017-10-101-7/+14
* cmd/geth: fix --password typoayeowch2017-09-271-1/+1
* eth: use maxpeers from p2p layer instead of extra configPéter Szilágyi2017-09-061-4/+0
* cmd/geth: fix --nousb typo (#15040)Oli Bye2017-08-251-1/+1
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-2/+1
* cmd: add makecache cmd, use caches during import cmdPéter Szilágyi2017-08-041-1/+4
* cmd, core, eth: journal local transactions to disk (#14784)Péter Szilágyi2017-07-281-0/+16
* cmd, core: add --txpool.nolocals to disable local price exemptionsPéter Szilágyi2017-07-051-0/+7
* whisper: move flags from whisper package to utilsBas van Kervel2017-06-211-4/+18
* whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-7/+14
* cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-291-29/+91
* cmd/geth: reorganise help section for new cli flag handlingBas van Kervel2017-05-251-10/+14
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-171-1/+1
* cmd, node: support different bootnodes, fix default light portPéter Szilágyi2017-05-101-5/+24
* Merge pull request #14418 from karalabe/rinkeby-flagPéter Szilágyi2017-05-041-13/+34
|\
| * cmd, core, params: add --rinkeby flag for fast connectivityPéter Szilágyi2017-05-041-13/+34
* | cmd/geth: reorganise console/attach commands/flagsBas van Kervel2017-05-031-1/+1
|/
* cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneouslyPéter Szilágyi2017-05-031-10/+4
* cmd/geth: reorganise account/wallet command/flagsBas van Kervel2017-04-281-1/+25
* whisper: switching to v5 + minor refactoring (#14387)gluk2562017-04-281-1/+1
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-2/+2
* cmd, node: add --nosub and node.Config.NoUSB to disable hw walletsPéter Szilágyi2017-04-201-0/+7
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-16/+7
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-249/+301
* cmd, les, eth, eth/gasprice: using new gas price oracle (#13853)Felföldi Zsolt2017-04-061-33/+9
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-5/+5
* core: refactor genesis handlingFelix Lange2017-03-231-73/+18
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-091-7/+8
* cmd, eth, les, node, pow: disk caching and progress reportsPéter Szilágyi2017-03-091-1/+60
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-4/+3
* * cmd/geth: add --nocompaction flag + multiple import filesMartin Holst Swende2017-03-081-1/+4
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-3/+3
* cmd/utils, core, params: fork all teh things for dev mode (#3697)Jeffrey Wilcke2017-03-011-0/+2
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-12/+12
* cmd, whisper/mailserver: revert to utils.FatalfPéter Szilágyi2017-02-231-21/+20
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-25/+24
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-1/+1
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-7/+13
* les, cmd/util: disable topic discovery with --nodiscoverZsolt Felfoldi2017-01-271-2/+6
* Merge pull request #3579 from bas-vk/natspecPéter Szilágyi2017-01-171-5/+0
|\
| * cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-5/+0
* | cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+7
|/
* core: remove support for Olympic networkBas van Kervel2017-01-121-31/+3
* cmd/utils: fix comma-separated --bootnodesFelix Lange2017-01-111-4/+4
* Merge pull request #3518 from fjl/ethclient-dependency-cleanupPéter Szilágyi2017-01-061-17/+14
|\
| * params: avoid importing p2p/discover for bootnodesFelix Lange2017-01-061-17/+14
* | Merge pull request #3515 from bas-vk/exportropstenPéter Szilágyi2017-01-051-0/+8
|\ \ | |/ |/|
| * core,cmd/utils: bugfix for ropsten dump importsBas van Kervel2017-01-051-0/+8
* | cmd/utils: disallow `--fakepow` for live operation (#3512)Péter Szilágyi2017-01-051-1/+0
|/
* cmd/utils, eth, les: bubble --fakepow flag into eth/les tooPéter Szilágyi2017-01-041-0/+1
* cmd/utils: update helpscreen's testnet description (#3377)Luca Zeug2016-11-291-1/+1
* cmd: drop DAO related choice flags since ETC divergedPéter Szilágyi2016-11-291-16/+0
* cmd/bzzd: swarm daemon fixes (#3359)Viktor Trón2016-11-281-1/+1
* cmd, ethstats, les, mobile, params: native netstats (#3336)Péter Szilágyi2016-11-251-5/+27
* Merge pull request #3325 from fjl/p2p-netrestrictFelix Lange2016-11-251-0/+15
|\
| * cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrictFelix Lange2016-11-231-0/+15
* | cmd/utils, internal/web3ext: removed httpGetJeffrey Wilcke2016-11-251-1/+1
* | core: implemented new ropsten testnetJeffrey Wilcke2016-11-231-23/+9
* | cmd/geth, core, light, mobile: removed state account StartingNonceJeffrey Wilcke2016-11-231-3/+0
|/
* cmd/utils, mobile, params: set the correct field on testnet EIP 155 (#3272)Péter Szilágyi2016-11-161-49/+28
* cmd/utils: remove jit flag handling (#3273)Felix Lange2016-11-161-14/+0
* core, core/types: refactored tx chain id checking (#3257)Jeffrey Wilcke2016-11-151-0/+7
|\
| * cmd/utils, params: define chain idsJeffrey Wilcke2016-11-151-0/+7
* | cmd/utils, mobile: place bootnodes in LGPL packagesPéter Szilágyi2016-11-151-3/+3
* | cmd, mobile, node, p2p: surface the discovery V5 bootnodesPéter Szilágyi2016-11-151-2/+27
* | mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-2/+2
|/
* cmd/utils: set temporary HF numberJeffrey Wilcke2016-11-131-13/+28
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-0/+4
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-15/+16
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-6/+11
* cmd, eth: added light client and light server modeszsfelfoldi2016-11-091-5/+53
* Merge pull request #3195 from karalabe/fix-testnet-fastsyncPéter Szilágyi2016-10-291-19/+35
|\
| * cmd, params: only set default fork configs for test and mainnetPéter Szilágyi2016-10-291-25/+34
| * cmd/utils, core, params: explicitly pick reprice fork for fast syncPéter Szilágyi2016-10-291-0/+7
* | whisper: project restructured, version 5 introduced (#3022)gluk2562016-10-291-1/+1
|/
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-291-5/+0
* cmd, core/state: allow configurable trie cache generationsPéter Szilágyi2016-10-191-5/+15
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+7
* common, node: move datadir defaults into package nodeFelix Lange2016-09-161-8/+8
* node: ensure datadir can be co-inhabited by different instancesFelix Lange2016-09-161-24/+26
* cmd, eth: drop the blockchain version from cli/eth configsPéter Szilágyi2016-09-151-6/+0
* cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utilsFelix Lange2016-09-051-11/+13
* contracts/release: move package release to contracts/Felix Lange2016-08-301-1/+1
* cmd/utils: removed DAO oppose / support messageJeffrey Wilcke2016-08-221-17/+0
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-85/+50
* cmd/utils, eth: display the user's current fork, minor text tweakPéter Szilágyi2016-07-161-1/+19
* cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-151-4/+5
* cmd, core, miner: add extradata validation to consensus rulesPéter Szilágyi2016-07-151-27/+26
* cmd, core, eth, params: implement flags to control dao fork blocksPéter Szilágyi2016-07-151-36/+40
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+7
* Merge pull request #2455 from zsfelfoldi/chaindbJeffrey Wilcke2016-06-131-1/+1
|\
| * core: improved chainDb using sequential keyszsfelfoldi2016-06-071-1/+1
* | cmd/geth: codegansta/cli package renamed to urfave/cliBas van Kervel2016-06-091-1/+1
|/
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-1/+18
* release, all: integrate the release service into gethPéter Szilágyi2016-05-021-8/+6
* common/versions, cmd/utils: add geth version contractGustav Simonsson2016-05-021-0/+7
* cmd: add a `--fakepow` flag to help benchmarking database changesPéter Szilágyi2016-04-211-3/+10
* cmd/utils: strip excessive whitespace from api command line argumentsBas van Kervel2016-04-141-2/+12
* cmd/utils: fix --password on WindowsFelix Lange2016-04-121-9/+14
* accounts: streamline APIFelix Lange2016-04-121-11/+7
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-12/+7
* Merge pull request #2359 from bas-vk/rpc-optional-argsJeffrey Wilcke2016-04-121-4/+4
|\
| * rpc: various fixes/enhancementsBas van Kervel2016-04-121-4/+4
* | Merge pull request #2431 from bas-vk/js-preloadJeffrey Wilcke2016-04-121-0/+4
|\ \
| * | cmd/geth: add JS preload parameterBas van Kervel2016-04-111-0/+4
| |/
* / cmd/utils: bugfix where database is opened multiple timesBas van Kervel2016-04-071-7/+11
|/
* Merge pull request #2378 from obscuren/enable-jit-a-bJeffrey Wilcke2016-04-041-1/+13
|\
| * cmd/utils, miner: A/B testing JIT VM. Disabled for minersJeffrey Wilcke2016-04-011-1/+13
* | cmd/utils: fix geth startup with empty databaseFelix Lange2016-04-021-14/+13
|/
* core: added basic chain configurationJeffrey Wilcke2016-04-011-19/+53
* Merge pull request #2141 from obscuren/evm-initJeffrey Wilcke2016-03-241-11/+2
|\
| * core, eth, cmd: temporary work around for enabling the jitJeffrey Wilcke2016-03-241-0/+2
| * core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-11/+0
* | rpc/http: improve request handlingBas van Kervel2016-03-231-1/+1
|/
* cmd, eth, ethdb, node: prioritise chaindata for resources, bump cachePéter Szilágyi2016-03-091-2/+20
* cmd/utils: add --keystoreKobi Gurkan2016-03-081-2/+17
* cmd/utils, params: homestead blockJeffrey Wilcke2016-02-291-0/+2
* cmd/utils: lower the min accepted gas price for relay and GPO to 20 shannonJeffrey Wilcke2016-02-291-2/+2
* Merge pull request #2175 from karalabe/refactor-http-rpcPéter Szilágyi2016-02-131-56/+38
|\
| * cmd, common, node, rpc: rework naming convention to canonical onePéter Szilágyi2016-02-091-26/+26
| * cmd, node, rpc: move websockets into node, break singletonPéter Szilágyi2016-02-051-25/+15
| * cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspectPéter Szilágyi2016-02-051-28/+20
* | cmd/utils: fix jspath flag typoIsidoro Ghezzi2016-02-051-1/+1
|/
* cmd, common, node, rpc: move IPC into the node itselfPéter Szilágyi2016-02-041-59/+12
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-281-54/+6
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-69/+88
* core, eth, node, rpc: port the admin and debug APIPéter Szilágyi2015-12-151-1/+1
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-5/+47
* cmd/utils: restore starting geth without any accounts and etherbaseFelix Lange2015-12-011-19/+13
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-3/+7
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-124/+281
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-2/+0
* cmd/geth, cmd/utils: surface the light KDF flag to the CLIPéter Szilágyi2015-11-101-2/+2
* Merge pull request #1949 from karalabe/update-command-usageJeffrey Wilcke2015-10-301-67/+52
|\
| * cmd/geth, cmd/utils, eth: group CLI flags by purposePéter Szilágyi2015-10-301-67/+52
* | cmd/utils, rpc/comms: stop XEth when IPC connection endsFelix Lange2015-10-301-7/+4
|/
* cmd/utils, crypto: add --lightkdf flag for lighter KDFDrake Burroughs2015-10-291-1/+11
* rpc api: eth_getNatSpeczelig2015-10-271-2/+8
* console:zelig2015-10-221-3/+7
* Merge pull request #1883 from obscuren/jit-vm-optimisationsJeffrey Wilcke2015-10-221-0/+3
|\
| * core/vm: added JIT segmenting / optimisationsJeffrey Wilcke2015-10-171-0/+3
* | eth: clean out light node notions from ethPéter Szilágyi2015-10-191-35/+4
* | cmd, eth: support switching client modes of operationPéter Szilágyi2015-10-191-3/+21
|/
* Merge pull request #1869 from Gustav-Simonsson/gpu_minerJeffrey Wilcke2015-10-161-0/+6
|\
| * all: Add GPU mining, disabled by defaultGustav Simonsson2015-10-071-0/+6
* | Merge pull request #1888 from obscuren/testnetJeffrey Wilcke2015-10-091-0/+18
|\ \
| * | cmd, core, eth: added official testnetJeffrey Wilcke2015-10-091-0/+18
* | | cmd: properly initialize Olympic for all subcommandsPéter Szilágyi2015-10-071-1/+16
|/ /
* / cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-2/+2
|/
* common: fix #1818, secondary datadir paths to fall back toPéter Szilágyi2015-10-011-3/+13
* all: move common.Database to package ethdbFelix Lange2015-09-151-1/+1
* cmd/geth, cmd/utils, eth: added dev mode flagJeffrey Wilcke2015-09-091-1/+32
* eth: port the synchronisation algo to eth/62Péter Szilágyi2015-08-251-1/+1
* eth, eth/downloader: handle header requests, table driven proto testsPéter Szilágyi2015-08-241-0/+17
* Merge pull request #1635 from bas-vk/useragentJeffrey Wilcke2015-08-141-9/+16
|\
| * support for user agentsBas van Kervel2015-08-121-9/+16
* | cmd/evm, core/vm, tests: changed DisableVm to EnableVmJeffrey Wilcke2015-08-121-1/+1
|/
* Merge pull request #1604 from obscuren/db-mergeJeffrey Wilcke2015-08-091-12/+6
|\
| * core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-12/+6