aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* params, swarm/version: begin Geth v1.8.14, Swarm v0.3.2 cyclePéter Szilágyi2018-07-312-8/+8
* params, swarm/version: release Geth v1.8.13, Swarm 0.3.1v1.8.13Péter Szilágyi2018-07-312-8/+8
* core/vm: fix typo in cryptographic hash function name (#17285)Ha ĐANG2018-07-311-1/+1
* rpc: make HTTP RPC timeouts configurable, raise defaults (#17240)Ryan Schneider2018-07-317-11/+66
* eth/filters: fix the block range assignment for log filter (#17284)gary rong2018-07-311-8/+6
* cmd/evm: change error msg output to stderr (#17118)Chen Quan2018-07-315-22/+23
* Merge pull request #17282 from karalabe/trie-flushlist-fixesPéter Szilágyi2018-07-311-4/+14
|\
| * trie: handle removing the freshest node tooPéter Szilágyi2018-07-301-4/+14
* | miner: fix state locking while writing to chain (issue #16933) (#17173)ledgerwatch2018-07-311-0/+2
* | Merge netsim mig to master (#17241)holisticode2018-07-3114-2433/+1365
* | Merge pull request #17281 from karalabe/puppeth-cachewarn-fixPéter Szilágyi2018-07-301-1/+1
|\ \ | |/ |/|
| * cmd/puppeth: force tiny memory for geth attach in id lookupPéter Szilágyi2018-07-301-1/+1
* | Merge pull request #17279 from karalabe/puppeth-banlist-fixPéter Szilágyi2018-07-302-11/+17
|\ \ | |/ |/|
| * cmd/puppeth: split banned ethstats addresses over columnsPéter Szilágyi2018-07-302-11/+17
|/
* core: fix some small typos on comment code (#17278)Ha ĐANG2018-07-303-3/+3
* dashboard: append to proper slice (#17266)Oleg Kovalov2018-07-301-1/+1
* p2p: fix rare deadlock in Stop (#17260)Janoš Guljaš2018-07-301-1/+2
* all: simplify switches (#17267)Oleg Kovalov2018-07-3010-34/+20
* swarm/api: remove ioutil.ReadAll for HandleGetFiles (#17276)Anton Evangelatov2018-07-301-19/+2
* build: rename swarm deb package to ethereum-swarm; change swarm deb version f...Anton Evangelatov2018-07-3026-96/+277
* Merge pull request #17245 from karalabe/azure-deps-fixupsPéter Szilágyi2018-07-2799-8143/+14834
|\
| * internal, vendor: update Azure blobstore APIPéter Szilágyi2018-07-2599-8143/+14834
* | crypto/secp256k1: remove external LGPL dependencies (#17239)Péter Szilágyi2018-07-264-72/+69
* | core: report progress on log chain exports (#17066)Raghav Sood2018-07-262-4/+9
* | cmd: prevent accidental invalid commands (#17248)a e r t h2018-07-262-2/+4
* | Merge pull request #17251 from karalabe/ppa-deprecate-artfulPéter Szilágyi2018-07-261-1/+2
|\ \
| * | build: deprecated ubuntu artful, enable ubuntu cosmicPéter Szilágyi2018-07-261-1/+2
* | | Merge pull request #17252 from karalabe/travis-debsrc-fixPéter Szilágyi2018-07-261-0/+7
|\ \ \ | |/ / |/| |
| * | build: noop clean during travis debsrc assembly stepPéter Szilágyi2018-07-261-0/+7
|/ /
* | Merge pull request #17250 from karalabe/fix-cleanPéter Szilágyi2018-07-261-1/+3
|\ \
| * | build: fix bash->sh function declarationPéter Szilágyi2018-07-261-1/+3
|/ /
* / cmd/utils: fix comment typo (#17249)Sarlor2018-07-261-1/+1
|/
* core/vm: support for multiple interpreters (#17093)Guillaume Ballet2018-07-256-240/+315
* core: fixed typo in addresssByHeartbeat (#17243)Antoine Rondelet2018-07-251-5/+5
* Merge pull request #17244 from chainpunk/masterPéter Szilágyi2018-07-251-1/+1
|\
| * core: fix typo in comment codehadv2018-07-251-1/+1
* | Merge pull request #17233 from ethersphere/swarm-readmeViktor Trón2018-07-252-1/+56
|\ \ | |/ |/|
| * README: point Swarm brief to the Swarm README, instead of directly to docsAnton Evangelatov2018-07-241-1/+1
| * gitter: change ethereum/swarm to ethersphere/orange-loungeAnton Evangelatov2018-07-211-2/+2
| * swarm/readme: add link to code review guidelinesAnton Evangelatov2018-07-191-0/+1
| * swarm: readme.mdAnton Evangelatov2018-07-191-0/+54
* | core: fix txpool guarantee comment (#17214)Osuke2018-07-241-1/+1
* | core/vm, params: implement EXTCODEHASH opcode (#17202)gary rong2018-07-246-1/+63
* | core, crypto, params: implement CREATE2 evm instrction (#17196)gary rong2018-07-248-17/+94
* | common: add database/sql support for Hash and Address (#15541)Vincent Serpoul2018-07-242-2/+219
* | eth/filters: improve error message for invalid filter topics (#17234)Ian Macalinao2018-07-241-2/+2
* | Merge pull request #17206 from hadv/masterPéter Szilágyi2018-07-241-11/+13
|\ \
| * | consensus/clique: replace bubble sort by golang stable sorthadv2018-07-241-11/+13
* | | core: fix comment typo (#17236)Wenbiao Zheng2018-07-241-3/+3
* | | Merge pull request #16734 from reductionista/eip234Péter Szilágyi2018-07-249-64/+186
|\ \ \
| * | | accounts, eth, les: blockhash based filtering on all code pathsPéter Szilágyi2018-07-128-72/+136
| * | | eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogsDomino Valdano2018-07-123-13/+71
* | | | core/bloombits, light: fix typos (#17235)Sheldon2018-07-243-7/+7
* | | | Merge pull request #17231 from ethersphere/developViktor Trón2018-07-2450-1940/+6864
|\ \ \ \ | |_|/ / |/| | |
| * | | swarm/testutil: remove EnableMetricsAnton Evangelatov2018-07-241-11/+0
| * | | swarm/storage/mru: Client-side MRU signatures (#784)Javier Peletier2018-07-2328-1550/+3518
| * | | swarm/api/http: http package refactoring 1/5 and 2/5Elad2018-07-231-17/+13
| * | | cmd/swarm: add implicit subcommand help (fix #786) (#788)Javier Peletier2018-07-231-0/+27
| * | | swarm: network simulation for swarm tests (#769)Janoš Guljaš2018-07-2319-188/+2849
| * | | swarm/fuse: Hotfix missing parantheses in statementlash2018-07-231-0/+4
| * | | swarm/bmt: async section writer interface to BMT (#778)Viktor Trón2018-07-232-188/+467
* | | | crypto/secp256k1: unify the package license to 3-Clause BSD (#17225)Péter Szilágyi2018-07-245-60/+43
* | | | consensus: move test use only var/func to test(#17004)Wenbiao Zheng2018-07-244-11/+11
* | | | Makefile: clean go build cache (#17079)Hyung-Kyu Hqueue Choi2018-07-242-0/+11
* | | | cmd/geth: clean up call to SelfDerive (#16970)Wenbiao Zheng2018-07-241-3/+3
* | | | rpc: clean up check for missing methods/subscriptions on handler (#17145)Wenbiao Zheng2018-07-241-8/+5
* | | | p2p: token is useless in xxxEncHandshake (#17230)Wenbiao Zheng2018-07-231-8/+7
|/ / /
* | | eth/tracers: fix noop tracer (#17220)emile2018-07-232-3/+3
* | | rpc: fix missing parentheses in doc (#17224)cong2018-07-231-1/+1
* | | accounts/abi: refactor Method#Sig() to use index in range iterator directly (...Roc Yu2018-07-191-3/+1
| |/ |/|
* | core, ethdb: two tiny fixes (#17183)gary rong2018-07-183-16/+48
* | accounts: add unit tests for URL (#17182)Roc Yu2018-07-182-3/+99
* | p2p: correct comments typo (#17184)jkcomment2018-07-181-1/+1
* | all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-1625-843/+1069
* | dashboard: fix CSS, escape special HTML chars, clean up code (#17167)Kurkó Mihály2018-07-166-350/+427
* | build: fix typo (#17175)Péter Szilágyi2018-07-161-1/+1
|\ \
| * | build: Fix a typo in ci.goFelix Yan2018-07-151-1/+1
* | | cmd/geth: fix golint issue (#17176)Roc Yu2018-07-161-3/+3
|/ /
* | cmd/swarm: change version of swarm binary (#17174)Anton Evangelatov2018-07-141-1/+1
* | swarm/network: bump up protocol versions due to wrapped message intro (#17170)Anton Evangelatov2018-07-133-7/+7
* | swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-13170-249/+21762
* | swarm/api/http: http package refactoring 1/5 and 2/5 (#17164)Anton Evangelatov2018-07-126-381/+579
* | consensus/ethash: fix the algorithm of fakeBlockNumber in comments (#17166)Kwuaint2018-07-121-2/+2
|/
* vendor, ethdb: resume write operation asap (#17144)gary rong2018-07-126-168/+271
* cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-1128-7893/+11126
* cmd: typo fixed, isntance -> instance (#17149)Wenbiao Zheng2018-07-091-1/+1
* swarm: ctx propagation; bmt fixes; pss generic notification framework (#17150)Anton Evangelatov2018-07-0949-489/+1631
* core/types: polish TxDifference code and docs a bit (#17130)Smilenator2018-07-091-3/+3
* cmd/geth: fix usage formatting (#17136)Wenbiao Zheng2018-07-091-1/+2
* consensus/clique: fixed documentation copy-paste issue (#17137)LeoLiao2018-07-091-1/+1
* cmd/geth: fixed comment typo (#17140)LeoLiao2018-07-091-1/+1
* rpc: fixed comment grammar issue (#17146)LeoLiao2018-07-091-1/+1
* params, VERSION: v1.8.13 unstableFelix Lange2018-07-052-5/+5
* params: v1.8.12 stablev1.8.12Felix Lange2018-07-051-4/+4
* les: add announcement safety check to light fetcher (#17034)Felföldi Zsolt2018-07-041-2/+9
* light: new CHTs (#17124)Felföldi Zsolt2018-07-041-8/+8
* consensus/ethash: fixed documentation typo (#17121)Zak Cole2018-07-041-1/+1
* Merge pull request #17111 from karalabe/trie-memleakPéter Szilágyi2018-07-031-1/+49
|\
| * trie: fix a temporary memory leak in the memcachePéter Szilágyi2018-07-021-1/+49
* | p2p/discover: move bond logic from table to transport (#17048)Felix Lange2018-07-036-245/+147
* | cmd/p2psim: add exit error output and exit code (#17116)Chen Quan2018-07-031-1/+4
* | core/vm: reuse bigint pools across transactions (#17070)Guillaume Ballet2018-07-034-2/+112
* | node: documentation typo fix (#17113)LeoLiao2018-07-031-1/+1
* | cmd/geth: export metrics to InfluxDB (#16979)Anton Evangelatov2018-07-024-11/+93
* | vendor: update docker/docker/pkg/reexec so that it compiles on OpenBSD (#17084)Fabian Raetz2018-07-026-16/+18
* | Merge pull request #17092 from pilu/masterPéter Szilágyi2018-07-021-6/+6
|\ \ | |/ |/|
| * node: remove formatting from ResettingTimer metrics if requested in rawAndrea Franz2018-06-271-6/+6
* | ethdb, core: implement delete for db batch (#17101)gary rong2018-07-026-14/+51
* | ethstats: comment minor correction (#17102)kevin.xu2018-06-291-1/+1
|/
* Merge pull request #17087 from OpenCommunityCoin/build/portable-shellPéter Szilágyi2018-06-271-11/+11
|\
| * build: make build/goimports.sh more potablehackyminer2018-06-261-11/+11
* | core/vm: clear linter warnings (#17057)Guillaume Ballet2018-06-269-30/+51
|/
* whisper: Reduce message loop log from Warn to Info (#17055)Adrià Cidre2018-06-262-2/+2
* swarm/pss: Hide big network tests under longrunning flag (#17074)lash2018-06-251-0/+14
* swarm/fuse: Disable fuse tests, they are flaky (#17072)Balint Gabor2018-06-251-0/+1
* Merge pull request #17054 from chfast/log-time-formatPéter Szilágyi2018-06-251-1/+1
|\
| * log: Change time formatPaweł Bylica2018-06-251-1/+1
* | les: handle conn/disc/reg logic in the eventloop (#16981)gary rong2018-06-251-74/+135
* | Merge pull request #17041 from ethersphere/swarm-network-rewrite-mergeViktor Trón2018-06-22201-9705/+39389
|\ \ | |/ |/|
| * swarm: network rewrite mergeethersphere2018-06-22201-9705/+39389
* | trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-218-75/+268
* | cmd/geth: remove the tail "," from genesis config (#17028)nobody2018-06-211-1/+1
* | mobile: correct comment typo in ethereum.go (#17040)Husam Ibrahim2018-06-211-2/+2
* | accounts: remove deadcode isSigned (#16990)Wenbiao Zheng2018-06-202-26/+0
* | Merge pull request #16954 from holiman/more_tracersPéter Szilágyi2018-06-205-3/+214
|\ \
| * | tracers: fix err in 4byte, add some opcode analysis toolsMartin Holst Swende2018-06-205-3/+214
* | | travis: use NDK 17b for Android archives (#17029)ligi2018-06-201-4/+4
|/ /
* | signer: remove useless errorWrapper (#17003)Wenbiao Zheng2018-06-191-9/+0
* | accounts/usbwallet: correct comment typo (#16998)Husam Ibrahim2018-06-191-1/+1
* | core: remove dead code, limit test code scope (#17006)Wenbiao Zheng2018-06-194-48/+34
* | accounts/usbwallet: correct comment typo (#17008)Husam Ibrahim2018-06-191-1/+1
* | mobile: correct comment typo in geth.go (#17021)Husam Ibrahim2018-06-191-1/+1
|/
* cmd: remove faucet/puppeth dead code (#16991)Wenbiao Zheng2018-06-152-66/+0
* accounts/keystore: assign schema as const instead of var (#16985)Wenbiao Zheng2018-06-141-1/+1
* internal/debug: use pprof goroutine writer for debug_stacks (#16892)Ryan Schneider2018-06-141-3/+4
* core/asm: correct comments typo (#16974)Caesar Chad2018-06-141-2/+2
* common/number: delete unused package (#16983)Felix Lange2018-06-142-305/+0
* bmt: fix package documentation comment (#16909)kiel barry2018-06-141-1/+1
* core: reduce nesting in transaction pool code (#16980)Wenbiao Zheng2018-06-141-5/+3
* eth: conform better to the golint standards (#16783)williambannas2018-06-147-26/+27
* common: all golint warnings removed (#16852)kiel barry2018-06-146-8/+14
* Merge pull request #16977 from karalabe/go-1.10.3Péter Szilágyi2018-06-142-3/+3
|\
| * travis, appveyor: update to Go 1.10.3Péter Szilágyi2018-06-142-3/+3
|/
* cmd/utils: fix NetworkId default when -dev is set (#16833)Jeremy Schlatter2018-06-141-0/+3
* eth/filters: make filterLogs func more readable (#16920)knarfeh2018-06-141-3/+3
* core/vm: optimize MSTORE and SLOAD (#16939)Martin Holst Swende2018-06-143-11/+68
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-1424-124/+527
* #15685 made peer_test.go more portable by using random free port instead of ...Armin Braun2018-06-142-48/+35
* console: correct some comments typo (#16971)Caesar Chad2018-06-141-1/+1
* core/asm: correct comments typo (#16975)Caesar Chad2018-06-141-1/+1
* eth/fetcher: fix annotation (#16969)Wenbiao Zheng2018-06-131-1/+1
* internal/web3ext: fix method name for enabling mutex profiling (#16964)Ryan Schneider2018-06-131-2/+2
* core: change comment to match code more closely (#16963)John C. Vernaleo2018-06-131-1/+1
* VERSION, params: begin v1.8.12 release cyclePéter Szilágyi2018-06-122-5/+5
* params: release go-ethereum v1.8.11v1.8.11Péter Szilágyi2018-06-121-4/+4
* les: fix retriever logic (#16776)Felföldi Zsolt2018-06-121-13/+17
* core, eth, les: more efficient hash-based header chain retrieval (#16946)Felföldi Zsolt2018-06-125-27/+106
* crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)Felix Lange2018-06-129-39/+62
* Merge pull request #16958 from karalabe/pending-account-fastPéter Szilágyi2018-06-121-4/+9
|\
| * internal/ethapi: reduce pendingTransactions to O(txs+accs) from O(txs*accs)Péter Szilágyi2018-06-121-4/+9
* | Merge pull request #16959 from karalabe/fix-lintersPéter Szilágyi2018-06-121-2/+2
|\ \
| * | metrics: fix gofmt linter warningsPéter Szilágyi2018-06-121-2/+2
|/ /
* / les: pass server pool to protocol manager (#16947)Felföldi Zsolt2018-06-124-4/+5
|/
* ethdb: gracefullly handle quit channel (#16794)gary rong2018-06-111-34/+40
* core/rawdb: wrap db key creations (#16914)Wenbiao Zheng2018-06-114-48/+85
* Merge pull request #16945 from karalabe/triedb-spurious-warningPéter Szilágyi2018-06-111-2/+2
|\
| * trie: don't report the root flushlist as an allocPéter Szilágyi2018-06-111-2/+2
* | metrics: removed repetitive calculations (#16944)Clayton Jacobs2018-06-111-10/+13
|/
* Merge pull request #16942 from karalabe/rpc-nil-replyPéter Szilágyi2018-06-114-31/+7
|\
| * rpc: support returning nil pointer big.Ints (null)Péter Szilágyi2018-06-114-31/+7
|/
* rpc: fix a comment typo (#16929)xincaosu2018-06-111-1/+1
* core: improve getBadBlocks to return full block rlp (#16902)Martin Holst Swende2018-06-113-21/+48
* ethclient: fix RPC parse error of Parity response (#16924)Steven Roose2018-06-111-6/+12
* light: new CHTs for mainnet and ropsten (#16926)Felföldi Zsolt2018-06-111-8/+8
* metrics: return an empty snapshot for NilResettingTimer (#16930)Anton Evangelatov2018-06-111-1/+5
* cmd/ethkey: add command to change key passphrase (#16516)Steven Roose2018-06-086-19/+100
* trie: avoid unnecessary slicing on shortnode decoding (#16917)Sarlor2018-06-071-4/+3
* core: relax type requirement for bc in ApplyTransaction (#16901)ledgerwatch2018-06-071-1/+1
* cmd/puppeth: fixed a typo in a wizard input query (#16910)Bruno Škvorc2018-06-061-2/+2
* whisper: re-insert #16757 that has been lost during a merge (#16889)Guillaume Ballet2018-06-050-0/+0
* Merge pull request #16882 from karalabe/streaming-ecrecoverPéter Szilágyi2018-06-053-0/+113
|\
| * core: concurrent background transaction sender ecrecoverPéter Szilágyi2018-06-053-0/+113
* | trie: reduce hasher allocations (#16896)Felix Lange2018-06-051-12/+38
* | vendor: added vendor packages necessary for the swarm-network-rewrite merge (...Elad2018-06-0530-623/+29663
* | params: fix golint warnings (#16853)kiel barry2018-06-0522-61/+72
* | cmd/abigen: support for reading solc output from stdin (#16683)Antonio Salazar Cardozo2018-06-052-10/+50
* | miner: not call commitNewWork if it's a side block (#16751)Mark2018-06-051-10/+0
|/
* eth/tracers: fix minor off-by-one error (#16879)Martin Holst Swende2018-06-052-15/+56
* les: add Skip overflow check to GetBlockHeadersMsg handler (#16891)Felföldi Zsolt2018-06-051-7/+18
* Merge pull request #16894 from hadv/masterPéter Szilágyi2018-06-051-1/+1
|\
| * core: fix typo in comment codehadv2018-06-051-1/+1
|/
* Merge pull request #16800 from rjl493456442/memory_allowance_wariningPéter Szilágyi2018-06-041-0/+20
|\
| * cmd/geth: cap cache allowancerjl4934564422018-06-041-0/+20
|/
* Merge pull request #16880 from holiman/http_timeoutsPéter Szilágyi2018-06-041-1/+6
|\
| * rpc: set timeouts for http server, see #16859Martin Holst Swende2018-06-041-1/+6
* | metrics: expvar support for ResettingTimer (#16878)Anton Evangelatov2018-06-044-1/+154
|/
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-044-38/+202
* consensus/ethash: reduce keccak hash allocations (#16857)Felix Lange2018-06-041-6/+17
* rpc: use HTTP request context as top-level context (#16861)Ryan Schneider2018-06-021-1/+1
* console: squash golint warnings (#16836)kiel barry2018-05-312-2/+4
* ethstats: fix last golint warning (#16837)kiel barry2018-05-301-2/+2
* VERSION, params: begin 1.8.11 release cyclePéter Szilágyi2018-05-302-5/+5
* params: release Geth 1.8.10 hotfixv1.8.10Péter Szilágyi2018-05-301-4/+4
* Merge pull request #16843 from karalabe/txpool-fix-deadlockPéter Szilágyi2018-05-301-1/+1
|\
| * core: fix transaction event asynchronicityPéter Szilágyi2018-05-301-1/+1
|/
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-295-37/+37
* Merge pull request #16831 from abeln/patch-1Péter Szilágyi2018-05-291-1/+1
|\
| * core/vm: fix typo in commentAbel Nieto2018-05-291-1/+1
* | core: improve test for TransactionPriceNonceSort (#16413)kimmylin2018-05-291-22/+7
* | p2p/discv5: add egress/ingress traffic metrics to discv5 udp transport (#16369)Dmitry Shulyak2018-05-292-1/+12
|/
* common: improve documentation comments (#16701)kiel barry2018-05-299-137/+83
* whisper/shhclient: update call to shh_post to expect string instead of bool (...Andrea Franz2018-05-291-3/+3
* eth/fetcher: reuse variables for hash and number (#16819)Smilenator2018-05-291-4/+4
* ethereum: fix a typo in FilterQuery{} (#16827)Mohanson2018-05-291-1/+1
* VERSION, params: begin 1.8.10 release cyclePéter Szilágyi2018-05-282-5/+5
* params: release go-ethereum v1.8.9v1.8.9Péter Szilágyi2018-05-281-4/+4
* eth, node, trie: fix minor typos (#16802)Wenbiao Zheng2018-05-243-8/+8
* Merge pull request #16803 from karalabe/trie-avoid-funccallPéter Szilágyi2018-05-241-2/+2
|\
| * trie: cleaner logic, one less func callPéter Szilágyi2018-05-241-2/+2
* | core: use a wrapped map to remove contention in `TxPool.Get`. (#16670)Ryan Schneider2018-05-233-69/+132
* | core/vm: fix typo in instructions.go (#16788)Abel Nieto2018-05-231-1/+1
* | Merge pull request #16722 from karalabe/trie-iterator-proofsPéter Szilágyi2018-05-232-48/+150
|\ \ | |/ |/|
| * trie: support proof generation from the iteratorPéter Szilágyi2018-05-232-48/+150
|/
* core/types: convert status type from uint to uint64 (#16784)gary rong2018-05-232-8/+10
* vendor, ethdb: print warning log if leveldb is performing compaction (#16766)gary rong2018-05-224-5/+90
* node: all golint warnings fixed (#16773)kiel barry2018-05-223-6/+6
* log: fixes for golint warnings (#16775)kiel barry2018-05-225-19/+20
* trie: fixes to comply with golint (#16771)kiel barry2018-05-225-21/+26
* Merge pull request #16769 from karalabe/async-broadcastsPéter Szilágyi2018-05-212-12/+117
|\
| * eth: propagate blocks and transactions asyncPéter Szilágyi2018-05-212-12/+117
|/
* Merge pull request #16758 from hadv/fix/typosPéter Szilágyi2018-05-202-2/+2
|\
| * core, consensus: fix some typos in comment code and output loghadv2018-05-192-2/+2
* | Merge pull request #16720 from rjl493456442/PreTxsEventPéter Szilágyi2018-05-2019-121/+172
|\ \
| * | core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-1819-92/+89
| * | all: collate new transaction events togetherrjl4934564422018-05-1819-111/+165
* | | Merge pull request #16753 from karalabe/go-1.10.2Péter Szilágyi2018-05-182-3/+3
|\ \ \ | |/ / |/| |
| * | travis, appveyor: bump Go release to 1.10.2Péter Szilágyi2018-05-182-3/+3
|/ /
* | p2p/enr: updates for discovery v4 compatibility (#16679)Felix Lange2018-05-175-154/+277
* | Merge pull request #16739 from karalabe/android-trustyPéter Szilágyi2018-05-141-1/+1
|\ \
| * | travis: try to upgrade android builder to trustyPéter Szilágyi2018-05-141-1/+1
|/ /
* | accounts/abi: allow abi: tags when unpacking structsGuillaume Ballet2018-05-143-35/+194
* | VERSION, params: start 1.8.9 release cyclePéter Szilágyi2018-05-142-5/+5
* | params: release go-ethereum v1.8.8v1.8.8Péter Szilágyi2018-05-141-4/+4
* | light: new CHT for mainnet and ropsten (#16736)Felföldi Zsolt2018-05-141-8/+8
|/
* bmt: golint updates for this or self warning (#16628)kiel barry2018-05-101-89/+89
* travis: use Android NDK 16b (#16562)ligi2018-05-101-4/+4
* event: document select case slice use and add edge case test (#16680)Felix Lange2018-05-102-1/+43
* all: get rid of error when creating memory database (#16716)gary rong2018-05-0948-230/+172
* whisper/shhclient: update call to shh_generateSymKeyFromPassword to pass a st...Andrea Franz2018-05-091-2/+2
* eth/filter: check nil pointer when unsubscribe (#16682)gary rong2018-05-092-41/+64