aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | light: new CHTs (#16233)Felföldi Zsolt2018-03-032-8/+10
* | | | eth/downloader: save and load trie sync progress (#16224)Péter Szilágyi2018-03-033-1/+29
* | | | internal/debug: add support for mutex profiles (#16230)Felix Lange2018-03-032-4/+38
* | | | 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
|/ / /
* | | Merge pull request #16223 from gluk256/300-msg-serialiationGuillaume Ballet2018-03-029-68/+100
|\ \ \
| * | | whisper: topics replaced by bloom filtersVlad2018-03-019-68/+100
* | | | metrics: fix flaky Example metrics test (#16222)Anton Evangelatov2018-03-022-3/+4
|/ / /
* | | whisper: serious security issue fixed (#16219)gluk2562018-03-011-7/+10
* | | Merge pull request #16210 from gluk256/288-filter-optimizationGuillaume Ballet2018-03-014-78/+76
|\ \ \
| * | | whisper: style fixesVlad2018-02-282-17/+10
| * | | whsiper: refactoringVlad2018-02-284-61/+22
| * | | whisper: message filtering optimizedVlad2018-02-281-11/+55
* | | | Merge pull request #16214 from b00ris/whisperv6_dataraceGuillaume Ballet2018-02-281-7/+11
|\ \ \ \
| * | | | whisper: fix typob00ris2018-02-281-2/+2
| * | | | whisper: fixed dataraceb00ris2018-02-281-7/+11
* | | | | Merge pull request #16206 from gluk256/277-mailserverGuillaume Ballet2018-02-282-4/+7
|\ \ \ \ \
| * | | | | whisper: comment updatedVlad2018-02-281-1/+1
| * | | | | whisper: test fixedVlad2018-02-271-1/+2
| * | | | | whisper: mailserver no longer supports the signature vaidationVlad2018-02-271-2/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #16217 from karalabe/rpc-receipt-fetch-fixPéter Szilágyi2018-02-281-2/+2
|\ \ \ \ \
| * | | | | internal/ethapi: fix getTransactionReceiptPéter Szilágyi2018-02-281-2/+2
* | | | | | Merge pull request #16207 from karalabe/drop-go1.7Péter Szilágyi2018-02-288-169/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | travis, build, consensus: drop support for Go 1.7Péter Szilágyi2018-02-288-169/+64
| | |/ / / | |/| | |
* / | | | core/asm: rename isAlphaNumeric to isLetter (#16212)Mark Rushakoff2018-02-281-2/+2
|/ / / /
* | | | swarm: give correct error on 0x hash prefix (#16195)Elad Nachmias2018-02-275-21/+98
* | | | node: fill StandardCounters as part of debugapi/metrics (#16054)Anton Evangelatov2018-02-271-0/+10
* | | | eth: added travis build badge (#16117)Elad Nachmias2018-02-271-0/+1
* | | | puppeth: fix Parity Chain Spec parameter GasLimitBoundDivision (#16188)Saulius Grigaitis2018-02-271-14/+14
* | | | eth, les: allow exceeding maxPeers for trusted peers (#16189)Andrey Petrov2018-02-272-2/+4
|/ / /
* | | 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
* | | | p2p: fix doEncHandshake documentation (#16184)JU HYEONG PARK2018-02-271-4/+4
* | | | core: make current*Block atomic, and accessor functions mutex-free (#16171)Martin Holst Swende2018-02-263-81/+76
* | | | cmd/geth: fix broken links to JavaScript-Console wiki in cmd line help (#16183)Domino Valdano2018-02-261-3/+3
* | | | contracts/chequebook: increase interval between auto deposits (#16178)Anton Evangelatov2018-02-261-2/+2
* | | | swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request w...cooganb2018-02-262-0/+152
|/ / /
* | | Merge pull request #16176 from gluk256/255-refactoringGuillaume Ballet2018-02-243-51/+3
|\ \ \
| * | | whisper: refactoringVlad2018-02-233-51/+3
* | | | swarm/metrics: introduce metrics export flag (#16177)Anton Evangelatov2018-02-231-13/+22
* | | | swarm: initial instrumentation (#15969)Anton Evangelatov2018-02-2316-10/+381
|/ / /
* | | swarm/api/http: Fix using deprecated bzzr scheme (#16152)Lewis Marshall2018-02-231-1/+1
* | | Merge pull request #16172 from gluk256/244-light-clientgluk2562018-02-232-4/+19
|\ \ \
| * | | whisper: light client mode introducedVlad2018-02-232-4/+19
* | | | core: flush out trie cache more meaningfully on stop (#16143)Péter Szilágyi2018-02-233-128/+123
* | | | Merge pull request #16146 from status-im/pombeirp/whisperv6-peer-race-cond-fixGuillaume Ballet2018-02-231-0/+6
|\ \ \ \
| * | | | whisper: Fix race condition in whisperv6/peer.goPedro Pombeiro2018-02-211-0/+6
* | | | | core, vm, common: define constantinople fork + shift (#16045)Martin Holst Swende2018-02-238-41/+302
* | | | | metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-2388-346/+7837
* | | | | Merge pull request #16164 from karalabe/les-receipt-fix-optimalPéter Szilágyi2018-02-238-17/+123
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | eth, les, light: filter on logs only, derive receipts on demandPéter Szilágyi2018-02-238-17/+123
* | | | | Merge pull request #15748 from janos/multiple-ens-endpointsBalint Gabor2018-02-238-89/+586
|\ \ \ \ \
| * \ \ \ \ swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2018-02-23148-3854/+3421
| |\ \ \ \ \
| * \ \ \ \ \ swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2018-02-22487-8032/+177991
| |\ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | swarm/api: implement NoResolverError with information about TLDJanos Guljas2017-12-192-7/+29
| * | | | | | | cmd/swarm, swarm: disable ENS API by defaultJanos Guljas2017-12-183-36/+12
| * | | | | | | cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2017-12-1430-79/+547
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ swarm, cmd/swarm: Merge branch 'master' into multiple-ens-endpointsJanos Guljas2017-12-13140-2064/+4996
| |\ \ \ \ \ \ \ \
| * | | | | | | | | swarm/api: use path.Ext instead strings.LastIndex in MultiResolver.ResolveJanos Guljas2017-12-051-2/+3
| * | | | | | | | | swarm: deprecate --ens-addr CLI flag with a warning messageJanos Guljas2017-12-051-6/+10
| * | | | | | | | | swarm/api: remove unneeded blank assignementJanos Guljas2017-12-051-1/+1
| * | | | | | | | | swarm/api: initialize map with make to comply with the conventionJanos Guljas2017-12-051-1/+1
| * | | | | | | | | swarm/api: remove unneeded assignment in MultiResolverOptionWithResolverJanos Guljas2017-12-051-3/+0
| * | | | | | | | | 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-015-63/+459
* | | | | | | | | | p2p: remove unused code (#16158)Ivan Daniluk2018-02-232-29/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | rpc: set rpcRequest.service as methodNotFoundError.service value (#16163)Janoš Guljaš2018-02-231-1/+1
* | | | | | | | | Merge pull request #16166 from karalabe/drop-deadPéter Szilágyi2018-02-221-23/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | core: yeah, funny file, drop itPéter Szilágyi2018-02-221-23/+0
* | | | | | | | | Merge pull request #15919 from ethersphere/p2p-protocols-prBalint Gabor2018-02-225-0/+1316
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | p2p/protocols: gofmt -w -sFelix Lange2018-02-221-22/+22
| * | | | | | | | p2p/testing: check for all expectations in TestExchangesJanos Guljas2018-02-182-57/+200
| * | | | | | | | p2p/protocols, p2p/testing: protocol abstraction and testingzelig2018-01-185-0/+1173
* | | | | | | | | Merge pull request #16165 from karalabe/faucet-twitter-apiPéter Szilágyi2018-02-221-2/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmd/faucet: resolve twitter user from final redirectPéter Szilágyi2018-02-221-2/+7
|/ / / / / / / / /
* | | | | | | | | p2p: don't send DiscReason when using net.Pipe (#16004)Anton Evangelatov2018-02-222-5/+43
* | | | | | | | | whisper: Support for v2 has long been discontinued, remove it. (#16153)Guillaume Ballet2018-02-2215-2892/+0
* | | | | | | | | Merge pull request #16157 from nileshtrivedi/masterPéter Szilágyi2018-02-221-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmd/puppeth: Don't allow hyphen in network name. Fixes #16155Nilesh Trivedi2018-02-221-3/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #15776 from ProChain/masterMartin Holst Swende2018-02-221-5/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | accounts/abi: fix the `output` at the beginning instead of making a workaroundcroath2018-01-233-51/+13
| * | | | | | | | | accounts/abi: add a test case for unpacking mobile interfacescroath2017-12-311-0/+36
| * | | | | | | | | accounts/abi: fix for one output interface crashingcroath2017-12-291-0/+10
* | | | | | | | | | Merge pull request #15770 from holiman/abi_nostructMartin Holst Swende2018-02-215-63/+166
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | abi: fix missing method on go 1.7/1.8Martin Holst Swende2018-02-211-13/+23
| * | | | | | | | | | accounts/abi: harden unpacking against malicious inputMartin Holst Swende2018-02-212-4/+83
| * | | | | | | | | | accounts/abi: address review concernsMartin Holst Swende2018-02-214-352/+5
| * | | | | | | | | | accounts/abi: Deduplicate code in unpackerMartin Holst Swende2018-02-214-53/+33
| * | | | | | | | | | accounts/abi: add another unpack interfaceMartin Holst Swende2018-02-215-14/+395
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | ethapi: prevent creating contract if no data is provided (#16108)Martin Holst Swende2018-02-211-0/+12
* | | | | | | | | | p2p: when peer is removed remove it also from dial history (#16060)Dmitry Shulyak2018-02-212-0/+57
* | | | | | | | | | Merge pull request #16142 from karalabe/graceful-sigtermPéter Szilágyi2018-02-213-4/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | cmd, console: support all termination signalsPéter Szilágyi2018-02-213-4/+7
|/ / / / / / / / /
* | | | | | | | | README: add goreportcard.com badge to Readme (#16133)steve greensill2018-02-201-0/+1
* | | | | | | | | VERSION, params: begin v1.8.2 release cyclePéter Szilágyi2018-02-192-5/+5
* | | | | | | | | params: release Geth v1.8.1v1.8.1Péter Szilágyi2018-02-191-4/+4
* | | | | | | | | les: fix light fetcher database race (#16103)Felföldi Zsolt2018-02-191-9/+21
* | | | | | | | | Merge pull request #16115 from nonsense/update_rjeczalik_notifyPéter Szilágyi2018-02-194-29/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vendor: update rjeczalik/notify so that it compiles on go1.10Anton Evangelatov2018-02-174-29/+6
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #16109 from karalabe/p2p-bond-checkPéter Szilágyi2018-02-185-25/+26
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | p2p/discover: s/lastPong/bondTime/, update TestUDP_findnodeFelix Lange2018-02-175-25/+26
| * | | | | | | | p2p/discover: validate bond against lastpong, not db presencePéter Szilágyi2018-02-161-1/+1
|/ / / / / / / /
* | | | | | | | swarm: add favicon for Swarm templates served by browser (#15958)cooganb2018-02-153-14/+15
* | | | | | | | whisper: only use the node id as a p2p id, not for sending messages (#16102)Guillaume Ballet2018-02-151-2/+2
* | | | | | | | whisper: test timeout extended (#16088)gluk2562018-02-151-25/+74
* | | | | | | | Merge pull request #16095 from karalabe/les-lockPéter Szilágyi2018-02-151-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | les: add missing lock around peer accessPéter Szilágyi2018-02-151-0/+3
* | | | | | | | | node: fix typo hvosts -> vhosts (#16096)GuiltyMorishita2018-02-151-1/+1
* | | | | | | | | 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
* | | | | | | | | | core: handle ignored error (#16065)ferhat elmas2018-02-151-0/+3
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | core/vm: remove unused hashing (#16075)ferhat elmas2018-02-141-7/+0
* | | | | | | | | params, VERSION: v1.8.1 unstableFelix Lange2018-02-142-5/+5
* | | | | | | | | params: v1.8.0 stablev1.8.0Felix Lange2018-02-141-4/+4
* | | | | | | | | containers/docker: bump legacy images to 1.8 branch (#16084)Péter Szilágyi2018-02-142-2/+2
* | | | | | | | | all: update license information (#16089)Felix Lange2018-02-1437-73/+235
|/ / / / / / / /
* | | | | | | | Merge pull request #16085 from karalabe/p2p-fix-outofboundsPéter Szilágyi2018-02-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | p2p/discover: fix out-of-bounds issuePéter Szilágyi2018-02-141-1/+1
|/ / / / / / / /
* | | | | | | | travis.yml: work around Go 1.9.4 issue (#16082)Felix Lange2018-02-141-0/+2
* | | | | | | | core: soften up state memory force-commit log messages (#16080)Felix Lange2018-02-131-6/+2
* | | | | | | | Merge pull request #16073 from karalabe/puppeth-unify-discoveryPéter Szilágyi2018-02-139-101/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | cmd/puppeth: unify discv4 and discv5 portsPéter Szilágyi2018-02-129-101/+78
* | | | | | | | | light: new CHTs (#16074)Felföldi Zsolt2018-02-131-8/+8
|/ / / / / / / /
* | | | | | | | Merge pull request #16071 from holiman/lintfixPéter Szilágyi2018-02-122-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | node, rpc: fix linter issuesMartin Holst Swende2018-02-122-2/+1
|/ / / / / / / /
* | | | | | | | rpc: dns rebind protection (#15962)Martin Holst Swende2018-02-128-22/+98
* | | | | | | | p2p, p2p/discover: misc connectivity improvements (#16069)Felix Lange2018-02-1210-277/+801
* | | | | | | | Merge pull request #16068 from karalabe/import-known-rolledback-blocksPéter Szilágyi2018-02-121-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | core: force import known but rolled back blocksPéter Szilágyi2018-02-121-2/+6
|/ / / / / / / /
* | | | | | | | internal/build: fix usage of strings.TrimLeft (#16066)ferhat elmas2018-02-121-1/+1
* | | | | | | | Merge pull request #16063 from karalabe/deprecate-ubuntu-zestyPéter Szilágyi2018-02-121-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | build: deprecate zesty, add bionic PPAPéter Szilágyi2018-02-121-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #16062 from karalabe/nodisable-fastsyncPéter Szilágyi2018-02-121-10/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | eth: only disable fast sync after successPéter Szilágyi2018-02-111-10/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #16061 from karalabe/downloader-nostate-ancestor-lookupPéter Szilágyi2018-02-112-13/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | eth/downloader: don't require state for ancestor lookupsPéter Szilágyi2018-02-112-13/+9
* | | | | | | | | les, light: fix CHT trie retrievals (#16039)Péter Szilágyi2018-02-1110-119/+210
|/ / / / / / / /
* | | | | | | | whisper: get wnode to work with v6 (#16051)Guillaume Ballet2018-02-1011-54/+79
* | | | | | | | les: fix server panic when discovery disabled (#16055)Felföldi Zsolt2018-02-101-9/+11
* | | | | | | | README: remove --fast and --cache flags and clarify default sync mode (#16043)Chase Wright2018-02-101-12/+17
* | | | | | | | whisper: bloom filter refactoring (#16046)gluk2562018-02-092-16/+21
* | | | | | | | whisper: Seal function fixed (#16048)gluk2562018-02-091-6/+14
* | | | | | | | p2p/discv5: fix multiple discovery issues (#16036)Felföldi Zsolt2018-02-093-27/+37
* | | | | | | | params: update ropsten bootnodes (#16029)cdetrio2018-02-081-2/+2
* | | | | | | | Merge pull request #16037 from karalabe/light-startup-polishesPéter Szilágyi2018-02-084-9/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | eth, light: minor light client startup cleanupsPéter Szilágyi2018-02-084-9/+4
* | | | | | | | Merge pull request #16022 from gballet/whisper-v6-investigate-macos-timeoutgluk2562018-02-071-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | whisper: improve a log message to analyze a travis issueGuillaume Ballet2018-02-061-1/+1
* | | | | | | | core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-0669-1159/+1953
* | | | | | | | Merge pull request #16020 from evertonfraga/patch-1Péter Szilágyi2018-02-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | github: Replaces Wiki linkEv2018-02-051-1/+1
|/ / / / / / / /
* | | | | | | | les: limit LES peer count and improve peer configuration logic (#16010)Felföldi Zsolt2018-02-057-11/+43
* | | | | | | | eth/downloader: fix #15858 by checking if downloader dropPeer function is set...Martin Holst Swende2018-02-051-3/+20
|/ / / / / / /
* | | | | | | Merge pull request #16009 from holiman/db_handlesPéter Szilágyi2018-02-041-3/+5
|\ \ \ \ \ \ \
| * | | | | | | utils: fix #16006 by not lowering OS ulimitMartin Holst Swende2018-02-021-3/+5
* | | | | | | | Merge pull request #16011 from karalabe/fix-bootnode-gofmtPéter Szilágyi2018-02-021-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | params: fix bootnodes gofmtPéter Szilágyi2018-02-021-2/+2
|/ / / / / / /
* | | | | | | params: Add Ropsten bootnodes (#16008)Afri Schoedon2018-02-011-0/+2
* | | | | | | Merge pull request #15996 from karalabe/drop-redundant-methodsPéter Szilágyi2018-01-3110-65/+54
|\ \ \ \ \ \ \
| * | | | | | | core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-3110-65/+54
* | | | | | | | Merge pull request #15997 from karalabe/batch-reset-sizePéter Szilágyi2018-01-311-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ethdb: reset the batch size too on resetPéter Szilágyi2018-01-311-0/+1
|/ / / / / / / /
* / / / / / / / core, ethdb: reuse database batches (#15989)Martin Holst Swende2018-01-314-1/+16
|/ / / / / / /
* | | | | | | p2p/discv5: fix removeTicketRef cached ticket removal (#15995)Felföldi Zsolt2018-01-311-4/+4
* | | | | | | whisper: change the whisper message format so as to add the payload size (#15...gluk2562018-01-308-183/+193
* | | | | | | vendor: update leveldb to 211f780 (poolfix) (#15988)Martin Holst Swende2018-01-295-22/+27
* | | | | | | internal: fix a typo that caused a lint error on travis (#15987)Guillaume Ballet2018-01-291-1/+1
* | | | | | | ethapi: add personal.signTransaction (#15971)Martin Holst Swende2018-01-272-20/+60
* | | | | | | les: fix TxStatusMsg RLP coding (#15974)Felföldi Zsolt2018-01-273-5/+5
* | | | | | | whisper: remove linter warnings (#15972)Guillaume Ballet2018-01-2619-328/+363
* | | | | | | whisper: fix empty topic (#15811)b00ris2018-01-266-16/+92
* | | | | | | accounts: fix comment typo (#15977)Miguel Mota2018-01-261-1/+1
* | | | | | | accounts/abi/bind/backends: fix comment typo (#15914)waymobetta2018-01-250-0/+0
* | | | | | | cmd, params: update discovery v5 bootnodes (#15954)Felföldi Zsolt2018-01-252-9/+2
* | | | | | | rpc: Support specifying HTTP client in RPC dialing (#15836)Steven Roose2018-01-241-3/+9
* | | | | | | Merge pull request #15832 from karalabe/abigen-eventsPéter Szilágyi2018-01-2425-1463/+2524
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-2425-1463/+2524
| | |/ / / / | |/| | | |
* | | | | | dashboard: CPU, memory, diskIO and traffic on the footer (#15950)Kurkó Mihály2018-01-24111-3156/+13160
* | | | | | Chain indexer fix + new CHT (#15934)Felföldi Zsolt2018-01-232-9/+9
* | | | | | p2p/discv5: fix topic register panic at shutdown (#15946)Felföldi Zsolt2018-01-231-1/+1
* | | | | | Merge pull request #15948 from holiman/addr_v5_bootnodePéter Szilágyi2018-01-231-0/+1
|\ \ \ \ \ \
| * | | | | | p2p/discv5: logs info about discv5 node info at bind timeMartin Holst Swende2018-01-231-0/+1
* | | | | | | consensus/ethash: improve cache/dataset handling (#15864)Felix Lange2018-01-238-213/+208
|/ / / / / /
* | | | | | Merge pull request #15941 from karalabe/fix-header-reorg-orderPéter Szilágyi2018-01-222-7/+54
|\ \ \ \ \ \
| * | | | | | core: sorted reorg insertion order for proper head header updatingPéter Szilágyi2018-01-222-7/+54
| |/ / / / /
* / / / / / p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-2217-91/+150
|/ / / / /
* | | | | Merge pull request #15902 from shapeshed/patch-2Péter Szilágyi2018-01-171-1/+1
|\ \ \ \ \
| * | | | | core/vm: Fix comment typoGeorge Ornbo2018-01-161-1/+1
|/ / / / /
* | | | | cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-167-95/+231
* | | | | Revert "trie: make fullnode children hash calculation concurrently (#15131)" ...Péter Szilágyi2018-01-153-88/+32
* | | | | miner: avoid unnecessary work (#15883)Jim McDonald2018-01-152-0/+10
* | | | | dashboard: deep state update, version in footer (#15837)Kurkó Mihály2018-01-1516-5308/+1416
* | | | | Merge pull request #15869 from Magicking/ethstats-reporting-fixPéter Szilágyi2018-01-151-0/+1
|\ \ \ \ \
| * | | | | ethstats: Fix ethstats reporting while syncingMagicking2018-01-131-0/+1
* | | | | | Merge pull request #15863 from karalabe/light-miner-errorPéter Szilágyi2018-01-121-1/+4
|\ \ \ \ \ \
| * | | | | | cmd/geth: user friendly light miner errorPéter Szilágyi2018-01-121-1/+4
* | | | | | | whisper/whisperv6: implement pow/bloom exchange protocol (#15802)gluk2562018-01-127-75/+451
|/ / / / / /
* | | | | | common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-125-30/+31
* | | | | | travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849)Jean-André Santoni2018-01-111-0/+1
* | | | | | eth/gasprice: set default percentile to 60%, count blocks instead of transact...Nick Johnson2018-01-102-19/+34
* | | | | | consensus/ethash: fix byzantium difficulty comment typo (#15842)gary rong2018-01-101-1/+1
* | | | | | les: fix les/1 CHT compatibility issue (#15692)Felföldi Zsolt2018-01-092-3/+3
* | | | | | all: regenerate codecs with gencodec commit 90983d99de (#15830)Felix Lange2018-01-0818-96/+96
* | | | | | all: update generated code (#15808)Felix Lange2018-01-0842-1378/+2086
* | | | | | dashboard: use balanced trees to include binary data (#15813)Russ Cox2018-01-051-97/+97
* | | | | | tests: update to upstream commit 2bb0c3da3b (#15806)Felix Lange2018-01-043-16/+17
* | | | | | eth: fix tracer panic when running without configs + reexec (#15799)Péter Szilágyi2018-01-041-3/+3
* | | | | | cmd/utils: handle git commit a bit safer for user specified strings (#15790)Evangelos Pappas2018-01-041-1/+1
* | | | | | Merge pull request #15466 from karalabe/uint64-gas-limitPéter Szilágyi2018-01-0382-642/+606
|\ \ \ \ \ \
| * | | | | | all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-0382-642/+606
* | | | | | | vendor: update github.com/rjeczalik/notify (#15801)Felix Lange2018-01-032-5/+8
|/ / / / / /
* | | | | | various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-0312-22/+22
* | | | | | eth: revert tracer preimage recording (#15800)Felix Lange2018-01-031-4/+1
* | | | | | eth: uncaptialize tracer preimage error message (#15792)Felix Lange2018-01-031-1/+1
* | | | | | console: remove comment about 'invalid' input (#15735)Richard Hart2018-01-021-2/+1
* | | | | | core, p2p/discv5: use time.NewTicker instead of time.Tick (#15747)ferhat elmas2018-01-022-5/+6
* | | | | | eth: enable preimage recording when tracing (#15787)cdetrio2018-01-021-1/+4
* | | | | | cmd/geth: remove trailing newline in license command (#15782)Péter Szilágyi2018-01-021-2/+1
* | | | | | vendor: update github.com/rjeczalik/notify for go1.10 (#15785)Péter Szilágyi2018-01-0220-158/+229
* | | | | | build: set CC through a command-line flag (#15784)Péter Szilágyi2018-01-022-9/+13
* | | | | | eth/downloader: avoid hidden reference to finished statesync request (#15545)Péter Szilágyi2018-01-021-1/+4
* | | | | | build: fix version comparison for go1.10 and beyond (#15781)Péter Szilágyi2018-01-021-6/+15
* | | | | | containers/docker: change docker images to go1.9 (#15789)Deepak Sharma2018-01-024-6/+10
* | | | | | whisper/whisper2: fix Go 1.10 vet issues on type mismatches (#15783)Péter Szilágyi2018-01-021-2/+2
* | | | | | crypto: ensure private keys are < N (#15745)Alex Wu2018-01-021-0/+10
* | | | | | consensus/ethash: fix overdue link (#15786)sunxiaojun20142017-12-311-1/+1
* | | | | | accounts/abi: handle named ouputs prefixed with underscores (#15766)Péter Szilágyi2017-12-304-4/+153
* | | | | | p2p/enr: initial implementation (#15585)Anton Evangelatov2017-12-303-0/+768
| |/ / / / |/| | | |
* | | | | eth, les, light: expose chain config in les node info too (#15732)Péter Szilágyi2017-12-284-11/+25
* | | | | p2p/discv5: fix reg lookup, polish code, use logger (#15737)Péter Szilágyi2017-12-284-142/+139
* | | | | rpc: allow OPTIONS requests without Content-Type (#15759)Sorin Neacsu2017-12-281-1/+1
* | | | | Merge pull request #15731 from holiman/revamp_abiMartin Holst Swende2017-12-2311-379/+666
|\ \ \ \ \
| * | | | | accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +...Martin Holst Swende2017-12-235-47/+128
| * | | | | acounts/abi: refactor abi, generalize abi pack/unpack to ArgumentsMartin Holst Swende2017-12-237-251/+260
| * | | | | accounts/abi: add unpack into array testRobert Zaremba2017-12-213-2/+17
| * | | | | accounts/abi: add Method Unpack testsRobert Zaremba2017-12-211-36/+59
| * | | | | accounts/abi: satisfy most of the linter warningsRobert Zaremba2017-12-217-95/+87
| * | | | | accounts/abi: fix event unpack into sliceRobert Zaremba2017-12-215-23/+36
| * | | | | accounts/abi: fix event tupleUnpackRobert Zaremba2017-12-211-7/+7
| * | | | | accounts/abi: adding event unpacker testsRobert Zaremba2017-12-211-0/+154
* | | | | | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-2223-99/+145
* | | | | | dashboard: integrate Flow, sketch message API (#15713)Kurkó Mihály2017-12-2123-620/+49960
* | | | | | Merge pull request #15730 from karalabe/puppeth-expose-faucet-httpPéter Szilágyi2017-12-211-0/+2
|\ \ \ \ \ \
| * | | | | | cmd/puppeth: fix faucet 502 error due to non-exposed HTTP portPéter Szilágyi2017-12-211-0/+2
|/ / / / / /