aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* params: release Geth v1.9.5 stablev1.9.5Felix Lange2019-09-201-4/+4
* core/state: fix state object deep copy (#20100)gary rong2019-09-201-0/+1
* params: start v1.9.5 release cyclePéter Szilágyi2019-09-191-4/+4
* params: release Geth v1.9.4 stablev1.9.4Péter Szilágyi2019-09-191-4/+4
* Merge pull request #20092 from karalabe/vendor-usb-bumpPéter Szilágyi2019-09-193-6/+8
|\
| * vendor: pull in USB Windows fixesPéter Szilágyi2019-09-193-6/+8
|/
* Merge pull request #20090 from soc1c/s1-testnet-istanbulPéter Szilágyi2019-09-192-12/+18
|\
| * core/forkid, params: fix tests, enable Istanbul on Rinkeby + testersPéter Szilágyi2019-09-192-10/+16
| * params: activate Istanbul on Ropsten and Görlisoc1c2019-09-191-2/+2
* | Merge pull request #20091 from karalabe/cht-1.9.4Péter Szilágyi2019-09-191-16/+16
|\ \ | |/ |/|
| * params: bump CHTs for the 1.9.4 releasePéter Szilágyi2019-09-191-16/+16
|/
* Merge pull request #20085 from karalabe/txpool-api-fixPéter Szilágyi2019-09-182-6/+90
|\
| * core: fix tx dedup return error countPéter Szilágyi2019-09-182-6/+90
|/
* les: multiple server bugfixes (#20079)Felföldi Zsolt2019-09-178-24/+87
* Merge pull request #20081 from karalabe/txpool-lockless-dedupPéter Szilágyi2019-09-171-8/+12
|\
| * core: dedup known transactions without global lock, track metricsPéter Szilágyi2019-09-171-8/+12
|/
* core: smaller txpool status locking (#20080)Martin Holst Swende2019-09-171-10/+13
* Merge pull request #20075 from holiman/evm_defaultsPéter Szilágyi2019-09-161-0/+2
|\
| * cmd/evm: make evm default to all ethash protocol changesMartin Holst Swende2019-09-141-0/+2
* | common/mclock: clean up AfterFunc support (#20054)Felix Lange2019-09-164-65/+158
* | Merge pull request #19953 from karalabe/state-accumulate-writesPéter Szilágyi2019-09-164-84/+242
|\ \
| * | core: add blockchain test too for revert cornercaseMartin Holst Swende2019-09-161-0/+75
| * | core/state: accumulate writes and only update tries when mustPéter Szilágyi2019-09-163-84/+167
|/ /
* / rlp: improve nil pointer handling (#20064)Felix Lange2019-09-137-244/+416
|/
* core: remove unused gas return in ApplyTransaction (#20065)Rob Mulholand2019-09-134-8/+8
* Revert "build: switch PPA from Gophers dep to manual download" (#20061)Péter Szilágyi2019-09-123-8/+10
* Merge pull request #20059 from karalabe/ppa-manual-goPéter Szilágyi2019-09-123-10/+8
|\
| * build: switch PPA from Gophers dep to manual downloadPéter Szilágyi2019-09-123-10/+8
|/
* Merge pull request #20058 from karalabe/go1.13Péter Szilágyi2019-09-124-16/+16
|\
| * travis, Dockerfile, appveyor: bump to Go 1.13Péter Szilágyi2019-09-124-16/+16
|/
* all: make unit tests work with Go 1.13 (#20053)Felix Lange2019-09-1110-83/+79
* tests: expose internal RunNoVerify method (#20051)Martin Holst Swende2019-09-111-12/+22
* eth: remove unused field (#20049)Nguyen Kien Trung2019-09-111-2/+0
* Merge pull request #20038 from holiman/minor_encodingfixPéter Szilágyi2019-09-103-1/+82
|\
| * core/state: optimize some internals during encodingMartin Holst Swende2019-09-103-1/+82
* | Merge pull request #20047 from karalabe/counter-to-gaugePéter Szilágyi2019-09-106-70/+108
|\ \
| * | core, metrics, p2p: switch some invalid counters to gaugesPéter Szilágyi2019-09-106-70/+108
|/ /
* | Merge pull request #20046 from karalabe/graphql-fix-web-and-decodingPéter Szilágyi2019-09-102-3/+3
|\ \
| * | common, graphql: fix hash/address decoding + UI content typePéter Szilágyi2019-09-102-3/+3
|/ /
* / README: accounts in alloc field should exist (#20005)Flash Sheridan2019-09-101-2/+2
|/
* Merge pull request #20033 from karalabe/docker-expose-graphqlPéter Szilágyi2019-09-042-2/+2
|\
| * Dockerfile: expose GraphQL portsPéter Szilágyi2019-09-042-2/+2
|/
* params: begin Geth v1.9.4 release cyclePéter Szilágyi2019-09-031-4/+4
* params: release Geth v1.9.3 stablev1.9.3Péter Szilágyi2019-09-031-4/+4
* cmd/utils: reduce light.maxpeers default for clients to 1/10th (#19933)SjonHortensius2019-09-031-0/+5
* Merge pull request #19915 from holiman/filltxPéter Szilágyi2019-09-032-0/+22
|\
| * ethapi: implement filltransactionMartin Holst Swende2019-08-082-0/+22
* | rpc: raise limit in TestClientNotificationStorm (#19999)Felix Lange2019-09-021-1/+1
* | retesteth: enable maxResults in AccountRange (#20020)winsvega2019-09-021-1/+1
* | Merge pull request #20019 from holiman/minor_adminfixPéter Szilágyi2019-08-301-0/+5
|\ \
| * | eth: disallow overwrite files via admin.exportChainMartin Holst Swende2019-08-301-0/+5
* | | les: fix panic (#20013)gary rong2019-08-271-2/+1
* | | les: wait for all task goroutines before dropping the peer (#20010)gary rong2019-08-277-53/+84
* | | README: change chainID to <arbitrary positive integer> (#20002)Flash Sheridan2019-08-261-1/+1
|/ /
* | Merge pull request #20004 from karalabe/istanbul-overridePéter Szilágyi2019-08-237-2/+21
|\ \
| * | acmd, core, eth, les: support --override.istanbulPéter Szilágyi2019-08-237-2/+21
* | | Merge pull request #19993 from karalabe/istanbul-eip-integrationPéter Szilágyi2019-08-234-6/+49
|\ \ \ | |/ / |/| |
| * | tests: implement Istanbul supportMartin Holst Swende2019-08-231-0/+23
| * | retesteth: implement istanbul supportMartin Holst Swende2019-08-231-0/+7
| * | core/vm: enable istanbul EIPs in the jump tablePéter Szilágyi2019-08-222-6/+19
* | | rpc: enable compression on HTTP transport (#19997)SjonHortensius2019-08-222-0/+67
* | | crypto: add SignatureLength constant and use it everywhere (#19996)Felix Lange2019-08-2211-33/+46
* | | p2p/enode: allow DNS names in enode URLs (#18524)alexwang2019-08-222-8/+10
* | | cmd/utils: customize cli.HelpPrinter to fix alignment (#19956)SjonHortensius2019-08-222-50/+56
* | | Merge pull request #19995 from karalabe/ios-notagPéter Szilágyi2019-08-221-1/+1
|\ \ \ | |/ / |/| |
| * | build: gomobile automaticall adds the ios tag, don't duplicatePéter Szilágyi2019-08-221-1/+1
|/ /
* | ethdb/dbtest: addd test suite for ethdb backends (#19960)Andrey Petrov2019-08-223-77/+364
* | common: unify hex prefix check code (#19937)lmittmann2019-08-222-7/+5
* | core: log chain reorg/split metrics (#18950)HackyMiner2019-08-221-2/+8
* | Merge pull request #19992 from karalabe/fix-blake2b-386-2Péter Szilágyi2019-08-221-1/+1
|\ \
| * | crypto/blake2b: fix 386, round 2Péter Szilágyi2019-08-221-1/+1
|/ /
* | Merge pull request #19990 from karalabe/fix-blake2b-386Péter Szilágyi2019-08-222-4/+57
|\ \
| * | crypto/blake2b: fix non-amd64 buildsPéter Szilágyi2019-08-222-4/+57
|/ /
* | Merge pull request #19972 from keep-network/istanbul-eip-152-blake2b-f-precom...Péter Szilágyi2019-08-2214-3/+2844
|\ \
| * | core/vm, crypto/blake2b: add SSE, AVX and AVX2 codePéter Szilágyi2019-08-2114-164/+2560
| * | core/vm, crypto/blake2b: add BLAKE2b compression func at 0x09Piotr Dyraga2019-08-215-3/+448
* | | les: handler separation (#19639)gary rong2019-08-2131-2512/+2364
* | | core: fix crash in chain reimport (#19986)Martin Holst Swende2019-08-212-0/+51
* | | appveyor: bump to Go 1.12.9 (#19966)Samuel Marks2019-08-191-2/+2
* | | core/vm, params: implement EIP2200, SSTORE optimizations (#19964)Péter Szilágyi2019-08-194-1/+142
* | | Merge pull request #19983 from karalabe/private-chain-configPéter Szilágyi2019-08-191-2/+6
|\ \ \
| * | | README: update private network fork config fieldsPéter Szilágyi2019-08-191-2/+6
|/ / /
* | | cmd/clef: spelling correction (#19973)Ben Holden-Crowther2019-08-191-1/+1
* | | signer/fourbyte: update signatures, sort and don't compress (#19957)Martin Holst Swende2019-08-193-32/+293692
|/ /
* | tests: update from ethereum/tests (#19945)Martin Holst Swende2019-08-154-22/+33
* | cmd/geth: set up cache and metrics when starting node (#19911)gary rong2019-08-152-40/+46
* | common/compiler: fix lint issue (#19967)Felix Lange2019-08-151-2/+2
* | p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 (#19963)Felix Lange2019-08-152-2/+2
* | common/compiler: support relative import paths (#17374)shiqinfeng12019-08-151-0/+1
* | core, light, params: implement eip2028 (#19931)gary rong2019-08-146-34/+53
* | Merge pull request #19955 from karalabe/deprecate-cosmicPéter Szilágyi2019-08-131-1/+2
|\ \
| * | build: deprecate Ubuntu Cosmic, start supporting EoanPéter Szilágyi2019-08-131-1/+2
|/ /
* | params: begin Geth v1.9.3 release cyclePéter Szilágyi2019-08-131-4/+4
* | params: release Geth v1.9.2v1.9.2Péter Szilágyi2019-08-131-4/+4
* | Merge pull request #19942 from karalabe/cht-1.9.2Péter Szilágyi2019-08-121-16/+16
|\ \
| * | params: update CHT to 12th August, 2019Péter Szilágyi2019-08-121-16/+16
* | | cmd/clef: fix typo introduced in #19932 (#19946)ligi2019-08-121-1/+1
* | | core, trie: decode the value for storage dump (#19943)gary rong2019-08-122-2/+9
* | | les: degrade the log level (#19939)gary rong2019-08-121-2/+2
|/ /
* | all: replace passPHRASE with passWORD in user interactions (#19932)SjonHortensius2019-08-1219-94/+94
* | graphql, internal/ethapi: support overriding accounts in eth_call (#19917)gary rong2019-08-084-8/+99
* | Eip 1344 (ChainID opcode) (#19921)Martin Holst Swende2019-08-082-1/+26
* | accounts, internal/ethapi: use common Accounts method (#18428)Roc Yu2019-08-082-14/+17
* | Eip 1884 v3 (#19743)Martin Holst Swende2019-08-086-32/+141
* | internal/build: fix commit extraction for detached head repo (#18315)Aleksey @soar Smyrnov2019-08-081-0/+8
* | core/vm: fix comment grammar (#19923)Corey Lin2019-08-072-2/+2
* | params, core/vm: Istanbul EIP-1108 bn256 gas cost reduction (#19904)Antonio Salazar Cardozo2019-08-064-45/+144
|/
* core/vm, params: refactor chain configuration (#19735)Martin Holst Swende2019-08-059-505/+329
* les: implement new client pool (#19745)Felföldi Zsolt2019-08-0315-586/+1651
* accounts/abi, signer/fourbyte: fix incorrect signature (#19881)gary rong2019-08-0211-57/+204
* ethdb/memorydb: allow noop compact on memdb (#19907)Péter Szilágyi2019-08-011-2/+3
* Merge pull request #19902 from karalabe/simulated-closePéter Szilágyi2019-07-316-8/+48
|\
| * accounts/abi/bind: support closing a simulated backendPéter Szilágyi2019-07-316-8/+48
|/
* internal/ethapi: return null inclusion info for pending transactions (#19901)Felix Lange2019-07-301-4/+4
* cmd/clef: fix colored output on Windows (#19889)Frank Szendzielarz2019-07-251-1/+9
* eth, graphql, internal/ethapi, les: polish and improve graphql (#19886)gary rong2019-07-255-96/+49
* ineternal/ethapi: wrap block size with hex.Uint64 (#19885)gary rong2019-07-251-1/+1
* travis: isolate linter and tests jobs (#19883)Tyler Ferrara2019-07-251-22/+33
* params: begin Geth v1.9.2 release cyclePéter Szilágyi2019-07-241-4/+4
* params: release Geth v1.9.1v1.9.1Péter Szilágyi2019-07-241-4/+4
* eth, internal, les: add getHeaderBy* APIs (#19669)gary rong2019-07-235-55/+126
* vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966)Alexander van der Meij2019-07-2397-1075/+37890
* signer/fourbytes: fix up error messages (#19877)Péter Szilágyi2019-07-231-4/+4
* 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
* | les: get rid of testing tx journal (#19876)gary rong2019-07-232-1/+3
* | cmd/faucet: add grace period to faucet timeout (#18105)wbt2019-07-231-1/+4
|/
* core, les: fix les unit tests (#19823)gary rong2019-07-225-12/+22
* cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19...Christian Muehlhaeuser2019-07-228-12/+12
* rpc: implement websockets with github.com/gorilla/websocket (#19866)Felix Lange2019-07-2232-177/+3955
* Merge pull request #19873 from karalabe/author-1.9.1Péter Szilágyi2019-07-2293-272/+593
|\
| * build: deduplicate same authors with different casingPéter Szilágyi2019-07-222-11/+14
| * all: update author list and licensesPéter Szilágyi2019-07-2292-259/+564
| * build: update license exclusions, case insensitive author listPéter Szilágyi2019-07-221-5/+18
* | Merge pull request #19872 from karalabe/cht-1.9.1Péter Szilágyi2019-07-221-16/+16
|\ \ | |/ |/|
| * params: bump hard-coded CHTs to 22nd July valuesPéter Szilágyi2019-07-221-16/+16
|/
* cmd/geth, core/rawdb: add missing error checks (#19871)Christian Muehlhaeuser2019-07-223-1/+21
* cmd, crypto, eth, internals: fix Typos (#19868)Kitten King2019-07-225-10/+10
* core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870)Christian Muehlhaeuser2019-07-224-6/+6
* p2p: add ENR to PeerInfo (#19816)Kurkó Mihály2019-07-191-5/+9
* Merge pull request #19856 from karalabe/chaindb-property-fixPéter Szilágyi2019-07-181-9/+4
|\
| * internal/ethapi: fix debug.chaindbPropertyPéter Szilágyi2019-07-181-9/+4
|/
* Merge pull request #19854 from karalabe/genesis-commit-checkPéter Szilágyi2019-07-181-2/+8
|\
| * core: check error before accessing potentially nil blockPéter Szilágyi2019-07-181-2/+8
|/
* all: replace t.Log(); t.FailNow() with t.Fatal() (#19849)Felix Lange2019-07-184-116/+56
* signer/core: fix reference issue in key derivation (#19827)Guillaume Ballet2019-07-181-1/+2
* all: replace fmt.Print* calls with t.Log* in tests (#19670)大彬2019-07-1710-87/+85
* core: fix write concurrency in txpool (#19835)gary rong2019-07-172-9/+29
* common/bitutil: use result of TestBytes to prevent dead code elimination (#19...David Chase2019-07-171-2/+8
* eth: add debug_accountRange (#17438)jwasinger2019-07-133-2/+225
* eth: fix storageRangeAt for empty blocks (#18076)cdetrio2019-07-121-0/+5
* cmd, eth: fix dump config issue (#19825)gary rong2019-07-113-11/+11
* params: begin Geth v1.9.1 release cyclePéter Szilágyi2019-07-101-4/+4
* params: release Geth v1.9.0v1.9.0Péter Szilágyi2019-07-101-4/+4
* Merge pull request #19818 from rjl493456442/encap-lesPéter Szilágyi2019-07-106-79/+112
|\
| * cmd, eth, les: make les flags conform to dotted stylePéter Szilágyi2019-07-106-56/+79
| * cmd: encapsulate les relative cli optionsrjl4934564422019-07-102-33/+43
|/
* Merge pull request #19814 from karalabe/ulc-fixupPéter Szilágyi2019-07-1021-273/+188
|\
| * cmd, eth, les: fix up ultra light config integrationPéter Szilágyi2019-07-1021-273/+188
* | Merge pull request #19815 from karalabe/go-1.12.7Péter Szilágyi2019-07-101-2/+2
|\ \
| * | appveyor: bump builder to Go 1.12.7Péter Szilágyi2019-07-101-2/+2
|/ /
* / core/state: fix random test args (#19255)Sheldon2019-07-091-1/+1
|/
* Merge pull request #19810 from karalabe/txpool-noncerPéter Szilágyi2019-07-096-289/+77
|\
| * core: kill off managed state, use own tiny noncer for txpoolPéter Szilágyi2019-07-096-289/+77
|/
* Merge pull request #19807 from karalabe/chtPéter Szilágyi2019-07-092-19/+60
|\
| * params: bump all CHTs, deploy all checkpoint oraclesPéter Szilágyi2019-07-092-19/+60
|/
* cmd/puppeth: integrate blockscout (#18261)gary rong2019-07-094-124/+109
* p2p/discover: improve randomness of ReadRandomNodes (#19799)Felix Lange2019-07-081-25/+8
* core/forkid: implement the forkid EIP, announce via ENR (#19738)Péter Szilágyi2019-07-0811-96/+571
* p2p: remove "cap" enr entry (#19800)Felix Lange2019-07-082-3/+0
* cmd/abigen: refactor command line interface (#19797)gary rong2019-07-083-103/+171
* eth, les: add sanity checks for unbounded block fields (#19573)Martin Holst Swende2019-07-086-5/+57
* accounts/abi/bind: link dependent libs in deploy (#19718)Guillaume Ballet2019-07-084-61/+224
* core: lessen mem-spike during 1.8->1.9 conversion (#19610)Martin Holst Swende2019-07-081-4/+47
* p2p: add address info to peer event reporting (#19716)Martin Holst Swende2019-07-063-26/+40
* cmd/geth: wrong memory size sanitizing on OpenBSD (#19793)Guillaume Ballet2019-07-052-6/+11
* accounts/abi/bind: fix typo in comments (#19791)Guillaume Ballet2019-07-041-2/+2
* accounts, cmd, contracts, les: integrate clef for transaction signing (#19783)gary rong2019-07-048-120/+61
* les: remove half-finished priority pool APIs (#19780)gary rong2019-07-0410-890/+153
* vendor: update karalabe/usb to fix CGO=0 builds (#19790)Guillaume Ballet2019-07-032-3/+8
* accounts/abi: enable struct golang binding generation (#18491)gary rong2019-07-039-81/+469
* core: fix receipt insertion (#19764)gary rong2019-07-031-5/+9
* core: fix chain indexer (#19786)gary rong2019-07-031-1/+1
* core: fix chain indexer reorg bug (#19748)Felföldi Zsolt2019-07-021-3/+18
* Merge pull request #19784 from karalabe/fix-constantinople-fixPéter Szilágyi2019-07-029-28/+4
|\
| * cmd, eth, les, param: drop --override.constantinoplePéter Szilágyi2019-07-029-28/+4
|/
* cmd/clef, signer: refresh tutorial, fix noticed issues (#19774)Péter Szilágyi2019-07-0216-521/+704
* accounts/abi/bind: Accept function ptr parameter (#19755)Guillaume Ballet2019-07-026-14/+100
* accounts/abi: Fix method overwritten by same name methods. (#17099)zer0to0ne2019-07-013-33/+58
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-2849-381/+2859
* les: prefer nil slices over zero-length slices (#19081)Matthew Halpern2019-06-271-4/+6
* mobile: fix mobile interface (#19180)gary rong2019-06-279-233/+903
* eth: fix sync bloom panic (#19757)gary rong2019-06-263-16/+22
* whisper: PoW calculations as specified in EIP-627 (#19753)Guillaume Ballet2019-06-252-13/+14
* 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-247-44/+142
* abi: adding the method EventByID and its test (#19359)salanfe2019-06-242-0/+81
* rpc: fix subscription buffer documentation and test (#19747)Rob Mulholand2019-06-242-2/+5
* graphql: check the integrity of the CDN files (#19742)Kurkó Mihály2019-06-241-6/+31
* core/vm, internal/ethapi: fail on eth_call when it times out, fixes #19186 (#...Martin Holst Swende2019-06-242-0/+9
* p2p/simulations: Enable access to MsgEvents with execadapter (#19749)lash2019-06-211-1/+4
* core: move TxPool reorg and events to background goroutine (#19705)Felix Lange2019-06-212-453/+543
* mobile: fix comment typos (#19741)Martin Holst Swende2019-06-201-1/+1
* Merge pull request #19680 from holiman/bootnode_updatePéter Szilágyi2019-06-201-0/+11
|\
| * params: add new bootnodesMartin Holst Swende2019-06-071-0/+11
* | Merge pull request #19700 from karalabe/cleanup-graphqlPéter Szilágyi2019-06-209-164/+203
|\ \
| * | cmd, graphql, node: graphql flag polishes, les integrationPéter Szilágyi2019-06-209-164/+203
* | | rpc: fix rare deadlock when canceling HTTP call context (#19715)Felix Lange2019-06-201-3/+5
* | | miner: don't update pending state when no transactions are added (#19734)Martin Holst Swende2019-06-191-1/+10
* | | clef: fix stutter in warning message (#19736)Guillaume Ballet2019-06-191-1/+1
* | | Merge pull request #19732 from karalabe/simulated-eip155Péter Szilágyi2019-06-181-1/+1
|\ \ \
| * | | accounts/abi/bind/backends: use EIP155 on the simulated chainPéter Szilágyi2019-06-181-1/+1
|/ / /
* | | Merge pull request #19731 from holiman/fix_19707Péter Szilágyi2019-06-181-3/+3
|\ \ \
| * | | accounts/keystore: fix #19707, avoid keyword as variable nameMartin Holst Swende2019-06-181-3/+3
|/ / /
* | | Merge pull request #19725 from karalabe/goroutine-metricsPéter Szilágyi2019-06-171-21/+21
|\ \ \
| * | | metrics: gather and export threads and goroutinesPéter Szilágyi2019-06-171-21/+21
|/ / /
* | | appveyor: bump to Go 1.12.6 (#19709)Samuel Marks2019-06-143-7/+7
* | | README.md: update formatting (#19532)Giulio2019-06-131-152/+186
* | | p2p: add more info to peer addition and removal logs (#19712)Felix Lange2019-06-131-2/+2
* | | les: reject client if it makes too many invalid requests (#19691)gary rong2019-06-123-14/+40
* | | accounts/abi/bind: rename NewKeystoreTransactor (#19703)Marius van der Wijden2019-06-121-2/+2
* | | Merge pull request #19701 from holiman/fixlesPéter Szilágyi2019-06-121-0/+4
|\ \ \
| * | | les/handler: avoid lookup missing stateMartin Holst Swende2019-06-121-0/+4
* | | | Merge pull request #19702 from karalabe/txprop-stricter-limitingPéter Szilágyi2019-06-121-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | eth: enforce stricter known limits on idle peersPéter Szilágyi2019-06-121-0/+24
|/ / /
* | | core/types: document RawSignatureValues (#19695)Felix Lange2019-06-121-1/+3
* | | dashboard: update yarn.lock (#19697)Kurkó Mihály2019-06-122-2923/+3378
|/ /
* | ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694)Felix Lange2019-06-113-0/+31
* | p2p: enforce connection retry limit on server side (#19684)Felix Lange2019-06-119-294/+520
* | eth, les: reject stale request (#19689)gary rong2019-06-115-2/+90
* | Merge pull request #19692 from karalabe/metrics-extensionsPéter Szilágyi2019-06-1115-117/+341
|\ \
| * | core, ethdb, metrics, p2p: expose various counter metrics for grafanaPéter Szilágyi2019-06-1115-117/+341
|/ /
* | core/rawdb: avoid O_APPEND (#19676)Frank Szendzielarz2019-06-101-24/+62
* | accounts: added transactorFromKeyStore (#19685)Marius van der Wijden2019-06-081-0/+19
* | vendor: remove unused dependencies (#19683)Felix Lange2019-06-07141-25571/+0
* | p2p/enode: improve IPv6 support, add ENR text representation (#19663)Felix Lange2019-06-0720-219/+463
* | cmd/devp2p: add devp2p debug tool (#19657)Felix Lange2019-06-076-8/+446
* | accounts/scwallet: Disable macos support (#19679)Guillaume Ballet2019-06-073-5/+40
* | Merge pull request #19681 from karalabe/fix-libusb-dockerPéter Szilágyi2019-06-074-4/+14
|\ \ | |/ |/|
| * vendor: pull in USB fix for docker (alpine/musl)Péter Szilágyi2019-06-074-4/+14
|/
* SECURITY.md: create security policy (#19666)Ethan Heilman2019-06-061-0/+120
* Merge pull request #19674 from karalabe/usb-ios-fixupPéter Szilágyi2019-06-066-28/+31
|\
| * vendor: pull fixed usb library for nocgo buildsPéter Szilágyi2019-06-066-28/+31
* | eth: check for DefaultConfig.NetworkId in test (#17599)Nguyen Kien Trung2019-06-061-1/+1
|/
* Merge pull request #19671 from holiman/usbfixPéter Szilágyi2019-06-051-1/+11
|\
| * account/usbwallet: abort usb enumeration after failuresMartin Holst Swende2019-06-051-1/+11
* | cmd/clef: enable smartcard hub (#19649)Guillaume Ballet2019-06-053-3/+27
* | cmd: Add retesteth command (to support execution and generation of tests via ...ledgerwatch2019-06-053-0/+1038
* | eth/downloader: make syncing error more obvious (#19413)gary rong2019-06-053-42/+45
|/
* cmd/utils: close quote (#19665)Martin Holst Swende2019-06-051-1/+1