aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmd: implement preimage dump and import cmdsrjl4934564422018-03-263-0/+121
* Merge pull request #16256 from epiclabs-io/unpack_one_arg_eventMartin Holst Swende2018-03-213-19/+62
|\
| * accounts/abi: Modified unpackAtomic to accept struct lvaluesJavier Peletier2018-03-053-19/+49
| * accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_a...Javier Peletier2018-03-05256-4481/+14983
| |\
| * | accounts/abi: use unpackTuple to unpack event argumentsFynn2018-02-162-2/+15
* | | build: add GOBIN to PATH for gomobile (#16344)Felix Lange2018-03-201-3/+4
* | | crypto/bn256: full switchover to cloudflare's code (#16301)Péter Szilágyi2018-03-2022-174/+783
* | | whisper: Notify Vlad and Guillaume of whisper PRs (#16340)Guillaume Ballet2018-03-191-0/+1
* | | Merge pull request #15990 from markya0616/sim_backend_block_hashMartin Holst Swende2018-03-192-3/+15
|\ \ \
| * | | accounts/abi, core: add AddTxWithChain in BlockGen for simulationmark.lin2018-01-292-3/+15
* | | | miner: remove duplicated code (#15968)stompesi2018-03-161-2/+1
* | | | Merge pull request #16315 from karalabe/drop-vagrantPéter Szilágyi2018-03-165-72/+0
|\ \ \ \
| * | | | containers: drop vagrant support, noone's maintaining itPéter Szilágyi2018-03-145-72/+0
|/ / / /
* | | | core/asm: fixed typo (labal -> label) (#16313)hydai2018-03-142-2/+2
* | | | Merge pull request #16310 from karalabe/websocket-request-limitsPéter Szilágyi2018-03-134-22/+66
|\ \ \ \
| * | | | rpc: enforce the 128KB request limits on websockets tooPéter Szilágyi2018-03-134-22/+66
|/ / / /
* | | | github: more information bot configuration (#16298)Anton Evangelatov2018-03-121-0/+11
* | | | cmd/utils: fix maxpeers vs lightpeers logic (#16125)Felföldi Zsolt2018-03-091-0/+3
* | | | eth: update higest block we know during the sync if a higher was found (#16283)gary rong2018-03-092-0/+16
* | | | Merge pull request #16287 from razum2um/masterPéter Szilágyi2018-03-091-1/+1
|\ \ \ \
| * | | | cmd/puppeth: allow any vhost in walletVlad Bokov2018-03-091-1/+1
* | | | | Merge pull request #16289 from jeffwalsh/remove-add-std-argPéter Szilágyi2018-03-091-1/+0
|\ \ \ \ \
| * | | | | common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21Jeffery Robert Walsh2018-03-091-1/+0
|/ / / / /
* | | | | Merge pull request #16128 from karalabe/go1.10Péter Szilágyi2018-03-087-23/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | travis, Dockerfile, appveyor, build: bump to Go 1.10Péter Szilágyi2018-03-087-23/+29
|/ / / /
* | | | cmd, ethdb, vendor: integrate leveldb iostats (#16277)Kurkó Mihály2018-03-0811-84/+180
* | | | core/vm: optimize eq, slt, sgt and iszero + tests (#16047)Martin Holst Swende2018-03-082-25/+61
* | | | Merge pull request #16285 from karalabe/fix-resend-optional-paramPéter Szilágyi2018-03-081-2/+2
|\ \ \ \
| * | | | internal/ethapi: make resent gas params optionalPéter Szilágyi2018-03-081-2/+2
|/ / / /
* | | | cmd, dashboard: use webpack dev server, remove custom assets (#16263)Kurkó Mihály2018-03-0820-10003/+8879
* | | | Merge pull request #16275 from karalabe/bump-duktapePéter Szilágyi2018-03-073-5/+6
|\ \ \ \
| * | | | vendor: bump duktape to get rid of build warningPéter Szilágyi2018-03-073-5/+6
|/ / / /
* | | | accounts/abi: normalize method name to a camel-case string (#15976)Mark2018-03-072-10/+45
* | | | core: check transaction/receipt count match when reconstructing blocks (#16272)Kyuntae Ethan Kim2018-03-072-3/+11
* | | | Merge pull request #16240 from cuiweixie/txpoolPéter Szilágyi2018-03-072-55/+115
|\ \ \ \
| * | | | core: update txpool tests for the removal fixPéter Szilágyi2018-03-072-53/+112
| * | | | core: should enqueue the invalids tx anywaycui2018-03-071-5/+6
* | | | | eth: fixed typo (#16274)Kyuntae Ethan Kim2018-03-071-1/+1
|/ / / /
* | | | whisper: final refactoring (#16259)gluk2562018-03-072-31/+60
* | | | swarm/storage: disable treechunker test while it is flaky (#16254)Anton Evangelatov2018-03-061-1/+1
| |_|/ |/| |
* | | VERSION, params: begin 1.8.3 release cyclePéter Szilágyi2018-03-052-5/+5
* | | params: release Geth 1.8.2 stablePéter Szilágyi2018-03-051-4/+4
* | | github: config for probot-stale bot (#16235)Anton Evangelatov2018-03-051-0/+17
* | | core/vm, crypto/bn256: switch over to cloudflare library (#16203)Péter Szilágyi2018-03-0533-58/+2799
* | | Merge pull request #16229 from karalabe/evm-call-fixPéter Szilágyi2018-03-054-25/+14
|\ \ \
| * | | cmd/evm, core/vm, internal/ethapi: don't disable call gas meteringPéter Szilágyi2018-03-054-25/+14
|/ / /
* | | utils: fix #16138 by checking if vhosts flag is set (#16141)Martin Holst Swende2018-03-052-8/+10
* | | Merge pull request #16250 from gluk256/317-fatalfGuillaume Ballet2018-03-051-24/+32
|\ \ \
| * | | whisper: refactoring go-routinesVlad2018-03-051-24/+32
* | | | consensus/ethash: fixed typo (#16253)Kyuntae Ethan Kim2018-03-051-1/+1
|/ / /
* | | accounts/abi: Abi binding support for nested arrays, fixes #15648, including ...protolambda2018-03-056-79/+259
* | | Merge pull request #16245 from gluk256/311-close-channelGuillaume Ballet2018-03-051-8/+4
|\ \ \
| * | | whisper: minor refactoringVlad2018-03-041-8/+4
|/ / /
* | | Merge pull request #16231 from gluk256/303-readergluk2562018-03-032-0/+41
|\ \ \
| * | | whisper: filereader mode introduced to wnodeVlad2018-03-022-0/+41
* | | | whisper/whisperv6: delete unused function (#16234)gluk2562018-03-031-14/+0
* | | | 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.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 stableFelix 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
|/ / / / /