aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/clef: fix colored output on Windows (#19889)Frank Szendzielarz2019-07-251-1/+9
* Merge pull request #19875 from karalabe/dev-4gb-cachePéter Szilágyi2019-07-231-1/+1
|\
| * cmd/geth: skip 4GB memory bump for devnetPéter Szilágyi2019-07-231-1/+1
* | cmd/faucet: add grace period to faucet timeout (#18105)wbt2019-07-231-1/+4
|/
* cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19...Christian Muehlhaeuser2019-07-222-5/+5
* all: update author list and licensesPéter Szilágyi2019-07-227-5/+37
* cmd/geth, core/rawdb: add missing error checks (#19871)Christian Muehlhaeuser2019-07-221-0/+3
* cmd, crypto, eth, internals: fix Typos (#19868)Kitten King2019-07-222-2/+2
* all: replace fmt.Print* calls with t.Log* in tests (#19670)大彬2019-07-171-3/+2
* eth: add debug_accountRange (#17438)jwasinger2019-07-131-2/+2
* 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-103-38/+61
* cmd: encapsulate les relative cli optionsrjl4934564422019-07-102-33/+43
* cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-104-51/+28
* cmd/puppeth: integrate blockscout (#18261)gary rong2019-07-094-124/+109
* cmd/abigen: refactor command line interface (#19797)gary rong2019-07-082-94/+167
* accounts/abi/bind: link dependent libs in deploy (#19718)Guillaume Ballet2019-07-081-1/+6
* cmd/geth: wrong memory size sanitizing on OpenBSD (#19793)Guillaume Ballet2019-07-051-5/+10
* accounts, cmd, contracts, les: integrate clef for transaction signing (#19783)gary rong2019-07-043-111/+34
* accounts/abi: enable struct golang binding generation (#18491)gary rong2019-07-031-0/+2
* cmd, eth, les, param: drop --override.constantinoplePéter Szilágyi2019-07-023-9/+0
* cmd/clef, signer: refresh tutorial, fix noticed issues (#19774)Péter Szilágyi2019-07-028-437/+575
* accounts/abi/bind: Accept function ptr parameter (#19755)Guillaume Ballet2019-07-021-1/+3
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-286-16/+722
* mobile: fix mobile interface (#19180)gary rong2019-06-271-2/+0
* cmd/evm: evm input minor fixes (#19740)Martin Holst Swende2019-06-251-19/+25
* core/state, cmd/geth: streaming json output for dump command (#15475)Martin Holst Swende2019-06-244-5/+36
* cmd, graphql, node: graphql flag polishes, les integrationPéter Szilágyi2019-06-203-45/+67
* p2p/enode: improve IPv6 support, add ENR text representation (#19663)Felix Lange2019-06-074-6/+6
* cmd/devp2p: add devp2p debug tool (#19657)Felix Lange2019-06-073-0/+432
* cmd/clef: enable smartcard hub (#19649)Guillaume Ballet2019-06-051-1/+3
* cmd: Add retesteth command (to support execution and generation of tests via ...ledgerwatch2019-06-053-0/+1038
* 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
* swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-0441-12276/+0
* core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584)Martin Holst Swende2019-06-031-5/+30
* accounts/scwallet: flag to specify path to smartcard daemon (#19439)Guillaume Ballet2019-05-313-0/+29
* les, les/flowcontrol: implement LES/3 (#19329)Felföldi Zsolt2019-05-311-4/+4
* cmd/abigen: allow using `abigen --pkg` flag with standard input (#19207)Vitaly Bogdanov2019-05-281-8/+3
* cmd/geth, core/rawdb: seamless freezer consistency, friendly removedbPéter Szilágyi2019-05-164-275/+52
* core, cmd, vendor: fixes and database inspection tool (#15)gary rong2019-05-166-15/+299
* cmd, core, eth, les, node: chain freezer on top of db reworkPéter Szilágyi2019-05-164-3/+15
* Merge pull request #19563 from karalabe/faucet-remove-g+-mentionPéter Szilágyi2019-05-132-16/+54
|\
| * cmd/faucet: remove Google+ mention from web assets tooPéter Szilágyi2019-05-132-16/+54
* | core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-131-4/+10
|/
* cmd/swarm: skip export test on windows builds (#19555)Elad2019-05-131-1/+5
* swarm: instrument setNextBatchElad2019-05-101-1/+1
* swarm/storage: improve instrumentationAnton Evangelatov2019-05-101-4/+1
* swarm-smoke: add syncDelay flagAnton Evangelatov2019-05-103-12/+19
* swarm: push tags integration - request flowElad2019-05-103-3/+5
* cmd/swarm-smoke: check if chunks are at most prox hostAnton Evangelatov2019-05-101-3/+100
* swarm/storage/localstore: fix export db.Put signatureAnton Evangelatov2019-05-106-121/+184
* cmd/swarm, swarm: LocalStore storage integrationJanoš Guljaš2019-05-106-18/+1668
* cmd/faucet: sunset Google+ authenticationPéter Szilágyi2019-05-081-36/+6
* cmd/faucet: embed git commit hash and date into the versionPéter Szilágyi2019-05-081-1/+6
* cmd, internal/build, docker: advertise commit date in unstable build versions...C. Brown2019-05-0810-13/+21
* accounts, cmd, internal, signer: add note about backing up the keystore (#19432)Kurkó Mihály2019-05-072-3/+19
* Merge pull request #19497 from karalabe/peers-50Péter Szilágyi2019-04-251-2/+2
|\
| * cmd/utils, node: switch over default peer count to 50Péter Szilágyi2019-04-251-2/+2
* | Merge pull request #19438 from karalabe/ledger-new-derivation-pathPéter Szilágyi2019-04-251-3/+5
|\ \ | |/ |/|
| * accounts: switch Ledger derivation path to canonical onePéter Szilágyi2019-04-101-3/+5
* | miner: polish miner configuration (#19480)gary rong2019-04-231-38/+43
* | Merge pull request #18168 from karalabe/trie-better-cache-size-estimationPéter Szilágyi2019-04-182-1/+15
|\ \
| * | cmd: special case default cache allowance (4GB mainnet, 128MB ligh)Péter Szilágyi2019-04-122-1/+15
* | | eth, les, light: enforce CHT checkpoints on fast-sync tooPéter Szilágyi2019-04-171-1/+1
|/ /
* | cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450)Péter Szilágyi2019-04-123-285/+4
* | cmd/swarm: fix resource leaks in tests (#19443)Ferenc Szabo2019-04-113-49/+63
* | cmd/clef: bundle 4byte db into clef, (#19112)Martin Holst Swende2019-04-114-22/+296
* | clef: update warning-text (#19442)Martin Holst Swende2019-04-101-4/+7
|/
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-083-3/+12
* cmd: nuke geth bug, nobody is using it anywayPéter Szilágyi2019-04-053-160/+0
* cmd/geth, internal, node, vendor: nuke geth monitorPéter Szilágyi2019-04-052-353/+0
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-044-12/+38
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-033-3/+3
* Merge pull request #19328 from karalabe/preloadPéter Szilágyi2019-04-023-4/+12
|\
| * cmd, core, eth: support disabling the concurrent state prefetcherPéter Szilágyi2019-04-013-4/+12
* | 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-253-13/+10
* cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309)lash2019-03-222-3/+10
* swarm/network: measure time of messages in priority queue (#19250)Anton Evangelatov2019-03-212-20/+22
* contracts, swarm: implement EIP-1577 (#19285)Elad2019-03-201-1/+58
* Modified Abigen to Support Vyper (#19120)Kushagra Sharma2019-03-181-9/+27
* cmd/swarm/swarm-smoke: do not fail if a node does not respond to rpc (#19280)Anton Evangelatov2019-03-161-4/+12
* cmd/swarm: dont connect to bootnodes in tests (#19270)Elad2019-03-152-5/+22
* cmd, core, eth, trie: get rid of trie cache generations (#19262)Péter Szilágyi2019-03-144-16/+0
* asm: remove unused parameter for function Lex (#18058)Corey Lin2019-03-141-1/+1
* swarm: tracing improvements (#19249)Anton Evangelatov2019-03-111-17/+7
* cmd/swarm/swarm-smoke: better logs when debug mode triggers (#19237)Anton Evangelatov2019-03-081-4/+24
* cmd/swarm: do not ignore cache size=0 (#19231)Elad2019-03-071-2/+2
* signer: change the stdio jsonrpc to use legacy namespace conventions (#19047)Martin Holst Swende2019-03-074-141/+209
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-065-28/+23
* cmd/swarm/swarm-smoke: sliding window test should not time out (#19152)Elad2019-03-062-30/+45
* swarm: enable p2p/discovery and disable dynamic dialling (#19189)Anton Evangelatov2019-03-011-2/+2
* swarm/network: WIP consider all nodes for healthy iteration (#19155)lash2019-02-283-7/+10
* les, les/flowcontrol: improved request serving and flow control (#18230)Felföldi Zsolt2019-02-263-1/+17
* cmd,swarm: enforce camel case variable names (#19060)Matthew Halpern2019-02-245-78/+78
* swarm: mock store listings (#19157)Janoš Guljaš2019-02-235-40/+412
* cmd/swarm/global-store: use kill instead interrupt in tests (#19142)Janoš Guljaš2019-02-211-2/+2
* eth, node: use APPDATA env to support cygwin/msys correctly (#17786)HackyMiner2019-02-191-1/+6
* cmd/swarm/swarm-smoke: Trigger chunk debug on timeout (#19101)holisticode2019-02-182-10/+86
* cmd: prefer nil slices over zero-length slices (#19077)Matthew Halpern2019-02-158-12/+12
* clef: documentation generator + docs (#19020)Martin Holst Swende2019-02-147-13/+396
* clef: bidirectional communication with UI (#19018)Martin Holst Swende2019-02-133-18/+46
* clef: external signing fixes + signing data (#19003)Martin Holst Swende2019-02-123-3/+93
* common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035)Martin Holst Swende2019-02-121-2/+3
* swarm: Debug API and HasChunks() API endpoint (#18980)holisticode2019-02-071-1/+1
* cmd/swarm/global-store: global store cmd (#19014)Janoš Guljaš2019-02-077-3/+475
* Merge pull request #18991 from karalabe/archive-write-cachePéter Szilágyi2019-02-071-2/+2
|\
| * cmd/utils, eth: relinquish GC cache to read cache in archive modePéter Szilágyi2019-02-071-2/+2
* | cmd/swarm/swarm-smoke: refactor generateEndpoints (#19006)Anton Evangelatov2019-02-076-191/+214
* | cmd/swarm: hashes command (#19008)holisticode2019-02-072-0/+61
|/
* cmd, node, p2p/simulations: fix node account manager leak (#19004)Janoš Guljaš2019-02-075-6/+23
* cmd/puppeth: handle pre-set Petersburg number, save changed fork rulesPéter Szilágyi2019-02-061-3/+7
* signer, clef: implement EIP191/712 (#17789)Paul Berg2019-02-064-17/+169
* accounts, eth, clique, signer: support for external signer API (#18079)Martin Holst Swende2019-02-054-22/+35
* cmd, core, params: add support for GoerliPéter Szilágyi2019-02-043-2/+23
* cmd/swarm/swarm-smoke: remove wrong metrics (#18970)Anton Evangelatov2019-01-304-24/+4
* cmd/swarm/swarm-smoke: sliding window test (#18967)Elad2019-01-306-298/+416
* cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (...lhendre2019-01-303-1/+34
* cmd/utils: allow for multiple influxdb tags (#18520)Anton Evangelatov2019-01-295-23/+105
* cmd/bootnode: print node URL on startup (#18516)Felix Lange2019-01-251-1/+12
* cmd/utils: allow empty bootnodes flag override (#18509)Anton Evangelatov2019-01-241-4/+6
* swarm/version: commit version added (#18510)gluk2562019-01-241-3/+5
* les: implement ultralight client (#16904)b00ris2019-01-243-0/+60
* swarm: bootnode-mode, new bootnodes and no p2p package discovery (#18498)Anton Evangelatov2019-01-247-68/+53
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-243-46/+61
* GraphQL master FF for review (#18445)Kris Shinn2019-01-213-0/+56
* cmd/swarm/swarm-smoke: use ResettingTimer instead of Counters for times (#18479)holisticode2019-01-191-5/+2
* cmd/swarm: use resetting timer to measure fetch time (#18474)Anton Evangelatov2019-01-181-5/+3
* cmd/swarm/swarm-snapshot: disable tests on windows (#18478)Elad2019-01-181-0/+5
* Upload speed (#18442)holisticode2019-01-182-0/+102
* cmd/swarm/swarm-snapshot: swarm snapshot generator (#18453)Elad2019-01-164-0/+426
* cmd/evm: Add --vm.evm flag to support EVMC (#18457)Paweł Bylica2019-01-162-2/+9
* cmd/geth: update cli copyright years (#18455)dragonvslinux2019-01-162-2/+2
* cmd/geth: support dumpconfig optionally saving to file (#18327)Sean2019-01-071-3/+12
* Merge pull request #18390 from realdave/remove-sha3-pkgPéter Szilágyi2019-01-041-2/+2
|\
| * vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* | cmd/puppeth: fix panic error when export aleth genesis wo/ precompile-address...Ha ĐANG2019-01-041-1/+5
|/
* swarm: remove unused/dead code (#18351)Anton Evangelatov2018-12-241-4/+0
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-113-3/+9
* cmd/puppeth: support latest docker compose, expose faucet UDPPéter Szilágyi2018-12-116-2/+9
* cmd/faucet: fix faucet static peer regressionPéter Szilágyi2018-12-111-1/+1
* cmd/swarm, metrics, swarm/api/client, swarm/storage, swarm/metrics, swarm/api...Elad2018-12-113-62/+233
* 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-103-0/+35
* cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file...Martin Holst Swende2018-12-103-86/+2
* cmd/puppeth: fix rogue quote in alethGenesisSpec JSON (#18262)Javier Peletier2018-12-101-1/+1
* Merge pull request #18211 from karalabe/drop-fd-limitPéter Szilágyi2018-12-071-8/+3
|\
| * cmd/utils: max out the OS file allowance, don't cap to 2KPéter Szilágyi2018-11-291-8/+3
* | cmd/puppeth: chain import/export via wizard, minor polishesPéter Szilágyi2018-12-0412-105/+189
* | cmd/puppeth: implement chainspec convertersMartin Holst Swende2018-12-039-161/+779
* | cmd/puppeth: enforce lowercase network namesPéter Szilágyi2018-12-032-5/+5
* | cmd/swarm: add flag for application name (swarm or swarm-private) (#18189)Anton Evangelatov2018-11-303-7/+14
|/
* cmd/evm: commit statedb if dump is requested (#18208)Matthew Di Ferrante2018-11-291-0/+1
* cmd/swarm: update should error on manifest mismatch (#18047)Javier Peletier2018-11-272-6/+41
* Remove multihash from Swarm bzz:// for Feeds (#18175)Javier Peletier2018-11-261-4/+2
* cmd/swarm: FUSE do not require --ipcpath (#18112)Ferenc Szabo2018-11-234-45/+69
* cmd/swarm/swarm-smoke: update smoke tests to fit the new scheme for the k8s c...Anton Evangelatov2018-11-192-12/+15
* cmd/swarm: speed up tests - use global cluster (#18129)Anton Evangelatov2018-11-196-92/+101
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-153-6/+20
* cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm...Alexey Sharov2018-11-146-79/+29
* Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on (...Andrew Chiw2018-11-121-1/+1
* rawdb: remove unused parameter for WritePreimages func (#18059)Corey Lin2018-11-091-2/+2
* swarm, cmd/swarm: address ineffectual assignments (#18048)Anton Evangelatov2018-11-083-2/+10
* cmd/swarm: auto resolve default path according to env flag (#17960)Elad2018-11-042-10/+29
* cmd/swarm/swarm-smoke: fix issue that loop variable capture in func (#17992)Roc Yu2018-10-291-8/+5
* cmd/clef: replace password arg with prompt (#17897)Johns Beharry2018-10-261-15/+13
* core/vm: adds refund as part of the json standard trace (#17910)Martin Holst Swende2018-10-231-8/+9
* cmd/bootnode: fix -writeaddress output (#17932)Felix Lange2018-10-191-2/+2
* cmd/geth: don't set GOMAXPROCS by default (#17148)Wenbiao Zheng2018-10-161-3/+0
* cmd/clef: fix typos in README (#17908)Grachev Mikhail2018-10-161-3/+3
* cmd/swarm: Smoke test for Swarm Feed (#17892)lash2018-10-123-6/+351
* cmd/swarm: split flags and cli command declarations to the relevant files (#1...Elad2018-10-1211-422/+468
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-5/+6
* cmd/swarm: speed up tests (#17878)Elad2018-10-094-31/+38
* cmd/clef: encrypt the master seed on disk (#17704)Martin Holst Swende2018-10-092-47/+141
* cmd/utils: fix bug when checking for flag value conflicts (#17803)Ryan Schneider2018-10-081-1/+4
* cmd/abigen: support for --type flag with piped data (#17648)Philip Schlump2018-10-061-3/+8
* cmd/puppeth: fix node URL in health check (#17802)Felix Lange2018-10-041-4/+5
* cmd/evm: fix state dump (#17832)cdetrio2018-10-041-4/+4
* cmd/swarm: disable tests under Windows until they are fixed (#17827)Anton Evangelatov2018-10-041-0/+17
* Merge pull request #17796 from epiclabs-io/mru-feedsViktor Trón2018-10-033-91/+91
|\
| * swarm/storage/feed: Renamed packageJavier Peletier2018-10-032-18/+18
| * swarm/storage/feeds: renamed vars that can conflict with package nameJavier Peletier2018-10-031-4/+4
| * swarm/storage/feeds: removed capital Feed throughoutJavier Peletier2018-10-033-6/+6
| * swarm/storage/feeds: Final package rename and moved filesJavier Peletier2018-10-032-21/+21
| * swarm/storage/mru: Renamed rest of MRU referencesJavier Peletier2018-10-033-76/+76
| * swarm/storage/mru: Renamed all identifiers to FeedsJavier Peletier2018-10-032-5/+5
* | swarm: schemas and migrations (#17813)Anton Evangelatov2018-10-032-23/+0
|/
* cmd/swarm: fix appveyor build (#17808)Elad2018-10-023-7/+24
* Merge pull request #17771 from ethersphere/cmd-config-errorsViktor Trón2018-10-021-13/+30
|\
| * cmd/swarm: fix TestConfigFileOverridesJanos Guljas2018-09-282-3/+6
| * cmd/swarm: handle errors in cmdLineOverride and envVarsOverride functionsJanos Guljas2018-09-272-13/+27
* | Merge pull request #17799 from ethersphere/correct_swarm_versionViktor Trón2018-10-021-2/+2
|\ \
| * | cmd/swarm: correct swarm version on --helpAnton Evangelatov2018-10-011-2/+2
* | | cmd/swarm: disable export and upload tests on WindowsAnton Evangelatov2018-10-012-0/+4
* | | cmd/swarm, swarm: cross-platform Content-Type detection (#17782)Alexey Sharov2018-10-014-23/+1957
|/ /
* | cmd/swarm: remove swarm binary (#17784)Wenbiao Zheng2018-09-301-0/+0
* | cmd/swarm: respect --loglevel in run_test helpers (#17739)Ferenc Szabo2018-09-291-2/+2
* | Merge pull request #17781 from ethersphere/trim_newlineViktor Trón2018-09-291-2/+2
|\ \
| * | cmd/swarm: trim new lines from filesAnton Evangelatov2018-09-281-2/+2
* | | Clef: USB hw wallet support (#17756)Martin Holst Swende2018-09-281-0/+16
|/ /
* | Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#1...Javier Peletier2018-09-284-82/+301
* | cmd/swarm: fail on SWARM_ENV_MAX_STREAM_PEER_SERVERS parsing errorJanos Guljas2018-09-271-2/+4
* | Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-2710-40/+64
|\|
| * Merge pull request #17755 from JekaMas/implement-home-directory-expansionViktor Trón2018-09-272-3/+13
| |\
| | * cmd/swarm: use expandPath for swarm cli path parametersEvgeny Danienko2018-09-252-3/+13
| * | [ImgBot] optimizes images (#17741)Alpay Yildirim2018-09-266-0/+0
| * | Add Clef UI to README.md (#17763)Chi Kei Chan2018-09-261-0/+1
| * | cmd/clef: added more details to the clef tutorial (#17759)Paul Berg2018-09-261-37/+50
* | | Merge branch 'master' into max-stream-peer-serversJanos Guljas2018-09-2515-86/+155
|\| |
| * | cmd/clef, signer: security fixes (#17554)Martin Holst Swende2018-09-252-2/+15
| * | Polished clef tutorial (#17745)Paul Berg2018-09-251-3/+3
| * | all: new p2p node representation (#17643)Felix Lange2018-09-257-23/+27
| * | cmd/faucet: cache internal state, avoid sync-trashing lesPéter Szilágyi2018-09-211-45/+67
| * | 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-203-0/+23
| * | cmd/evm: EVM prestate initialization (#17685)Kevin2018-09-201-9/+16
| * | all: fix various comment typos (#17591)HackyMiner2018-09-201-1/+1
| * | cmd/geth: typo export -> import (#17703)Wenbiao Zheng2018-09-191-2/+2
| |/
* / cmd/swarm, swarm: add stream peer servers limitJanos Guljas2018-09-242-21/+38
|/
* cmd/puppeth: fix comment typo (#17690)chenyufeng2018-09-181-1/+1
* cmd/puppeth: fix comment typo (#17684)chenyufeng2018-09-171-1/+1
* all: simplify s[:] to s where s is a slice (#17673)Emil2018-09-151-1/+1
* Merge pull request #17652 from YaoZengzeng/file-permissionMartin Holst Swende2018-09-141-3/+3
|\
| * cmd/clef: fix incorrect file permissions for secrets.datYaoZengzeng2018-09-121-3/+3
* | swarm: Chunk refactor (#17659)Balint Gabor2018-09-133-13/+13
* | Merge pull request #17651 from ethersphere/wet-run-bugViktor Trón2018-09-121-1/+0
|\ \ | |/ |/|
| * cmd/swarm: password threw on upload manifestElad2018-09-121-1/+0
* | cmd/utils: typos in {Miner, MinerLegacy}GasPriceFlag (#17588)TColl2018-09-101-2/+2
* | cmd/swarm: added password to ACT (#17598)Elad2018-09-073-127/+97
|/
* cmd/swarm: added publisher key assertion to act tests (#17471)Elad2018-09-052-4/+64
* whisper: add light mode check to handshake (#16725)b00ris2018-09-053-0/+11
* cmd/swarm: added scaling test for ACT manifests (#17496)Elad2018-09-041-6/+37
* cmd/ethkey: fix the README to match updated commands (#17332)Evangelos Pappas2018-09-041-3/+15
* cmd/faucet: remove trailing newline in password (#17558)dipingxian22018-09-041-1/+2
* cmd/swarm: disable ACT tests on windows (#17536)Anton Evangelatov2018-08-291-0/+3
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-295-15/+32
* consensus, miner: stale block mining support (#17506)gary rong2018-08-283-2/+11
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-271-1/+1
* cmd, eth: clean up miner startup API, drop noop config fieldPéter Szilágyi2018-08-232-20/+6
* 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-223-0/+16
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-223-7/+17
* cmd/puppeth: accept ssh identity in the server string (#17407)Nilesh Trivedi2018-08-202-26/+34
* cmd/swarm: added swarm bootnodes (#17414)Elad2018-08-203-38/+98
* cmd/puppeth: fix nil panic on disconnected stats gatheringPéter Szilágyi2018-08-161-2/+10
* cmd/swarm, swarm: added access control functionality (#17404)Elad2018-08-157-34/+929
* cmd: polish miner flags, deprecate olds, add upgrade pathPéter Szilágyi2018-08-155-60/+102
* Merge pull request #17347 from karalabe/miner-notifyPéter Szilágyi2018-08-133-5/+13
|\