aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/flags.go
Commit message (Expand)AuthorAgeFilesLines
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-081-0/+7
* cmd/utils: allow for multiple influxdb tags (#18520)Anton Evangelatov2019-02-201-12/+29
* common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035)Martin Holst Swende2019-02-191-2/+3
* cmd, core, params: add support for GoerliPéter Szilágyi2019-02-191-2/+21
* 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
* | core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-4/+27
|/
* common: remove windows path functionsFelix Lange2015-08-061-1/+1
* miner: gas limit strategy, target 3141592 & def gas price 50 ShannonGustav Simonsson2015-08-041-3/+3
* cmd, core, eth: support for the olympic networkJeffrey Wilcke2015-08-041-0/+12
* cmd/util: lowered default gas priceJeffrey Wilcke2015-07-251-1/+1
* Merge pull request #1510 from fjl/license-fixesJeffrey Wilcke2015-07-231-2/+2
|\
| * all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
* | cmd, core, eth, ethdb: cache flag to allocate memory for db internal usePéter Szilágyi2015-07-221-4/+12
|/
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-2/+7
* cmd/geth, cmd/utils: changed ParamsToAddress to return errorJeffrey Wilcke2015-07-071-3/+7
* all: update license informationFelix Lange2015-07-071-0/+16
* cmd,eth,rpc,tests: default coinbaseJeffrey Wilcke2015-07-071-4/+24
* Merge pull request #1283 from ethersphere/frontier/accountsJeffrey Wilcke2015-07-041-1/+1
|\
| * unlock multiple passes and obsolete primaryzelig2015-07-031-1/+1
* | Merge pull request #1392 from bas-vk/ipcpipeliningJeffrey Wilcke2015-07-031-5/+5
|\ \
| * | ipcpath issue fixBas van Kervel2015-07-021-5/+5
| |/
* / core, miner: miner header validation, transaction & receipt writingJeffrey Wilcke2015-07-031-1/+1
|/
* cmd/geth, cmd/utils, eth: advertise both eth/60 and eth/61Péter Szilágyi2015-07-011-6/+0
* cmd, core, eth, metrics, p2p: require enabling metricsPéter Szilágyi2015-06-301-0/+6
* added RPC start/stop supportBas van Kervel2015-06-221-2/+2
* added batch support to console and attach actionsBas van Kervel2015-06-221-0/+4
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-2/+2
* refactored old rpc structure to newBas van Kervel2015-06-221-4/+15
* Changed miner and gpo min gas price to 1 szabozsfelfoldi2015-06-151-6/+6
* fixed saving receiptszsfelfoldi2015-06-151-27/+63
* removed obsolete console flagBas van Kervel2015-06-121-1/+0
* fixed windows ipc path issueBas van Kervel2015-06-121-1/+21
* ipc socket always used default pathBas van Kervel2015-06-121-1/+1
* added API/IPC commandline flagsBas van Kervel2015-06-111-0/+33
* core: settable genesis nonceobscuren2015-06-091-1/+12
* cmd/utils, eth: core.NewBlockProcessor no longer needs TxPoolFelix Lange2015-06-041-2/+1
* cmd/geth, cmd/utils: rename utils.Get* -> utils.Make*Felix Lange2015-05-281-7/+12
* cmd/geth, cmd/utils: don't use Ethereum for import, export and upgradedbFelix Lange2015-05-281-26/+18
* cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flagPéter Szilágyi2015-05-271-1/+5
* automatic DAG pregeneration for smooth epoch transitionszelig2015-05-211-0/+5
* solc now in ethereum, fixes solc path setting; setSolc() didnt workzelig2015-05-201-0/+1
* core: parallelise nonce checking when processing blocksobscuren2015-05-181-1/+1
* cmd/utils: print messages from package log through glogFelix Lange2015-05-141-0/+1