aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* params, swarm: release geth v1.8.15 and swarm 0.3.3v1.8.15Péter Szilágyi2018-08-292-8/+8
* miner: keep the timestamp for resubmitted mining block (#17547)gary rong2018-08-291-10/+13
* Merge pull request #17540 from karalabe/miner-uncle-fixPéter Szilágyi2018-08-292-51/+63
|\
| * miner: track uncles more aggressivelyPéter Szilágyi2018-08-292-51/+63
* | whisper: fix loop in expire() (#17532)Adam Babik2018-08-294-28/+42
* | cmd/swarm: disable ACT tests on windows (#17536)Anton Evangelatov2018-08-291-0/+3
* | Merge pull request #17546 from karalabe/miner-max-limitPéter Szilágyi2018-08-2920-49/+88
|\ \ | |/ |/|
| * cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-2920-49/+88
|/
* consensus, miner: stale block mining support (#17506)gary rong2018-08-2816-183/+317
* core: safe indexer operation when syncing starts before the checkpoint (#17511)Felföldi Zsolt2018-08-282-14/+48
* all: make indexer configurable (#17188)gary rong2018-08-2825-322/+514
* consensus/ethash: remove unnecessary type declaration (#17529)Mymskmkt2018-08-281-4/+4
* core: fix typos in comment (#17531)Sheldon2018-08-281-4/+4
* vendor: github.com/rjeczalik/notify update to master (#17527)Anton Evangelatov2018-08-284-29/+6
* swarm/api: fix typo (#17500)Geon Kim2018-08-271-1/+1
* signer/storage: fix typo (#17504)Caesar Chad2018-08-271-1/+1
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-2717-20/+20
* trie: fix typo (#17498)Mymskmkt2018-08-251-1/+1
* Merge pull request #17494 from karalabe/mined-block-uncle-checkPéter Szilágyi2018-08-233-14/+36
|\
| * miner: differentiate between uncle and lost blockPéter Szilágyi2018-08-233-14/+36
* | miner: fix state commit, track old work packages too (#17490)gary rong2018-08-239-74/+113
* | core/statedb: deep copy logs (#17489)gary rong2018-08-231-3/+6
|/
* Merge pull request #17492 from karalabe/eth-miner-threads-defaultsPéter Szilágyi2018-08-238-80/+489
|\
| * miner: add two stress tests based on clique and ethashPéter Szilágyi2018-08-232-0/+414
| * cmd, eth: clean up miner startup API, drop noop config fieldPéter Szilágyi2018-08-236-80/+75
* | p2p: fix comment typo (#17491)Mymskmkt2018-08-231-1/+1
|/
* swarm/api/http: fixed resolver bug (#17483)Elad2018-08-221-1/+1
* params, swarm: begin geth v1.8.15 and swarm v0.3.3 cyclePéter Szilágyi2018-08-222-8/+8
* params, swarm: release Geth v1.8.14 and Swarm v0.3.2v1.8.14Péter Szilágyi2018-08-222-8/+8
* cmd, eth: apply default miner recommit setting (#17479)gary rong2018-08-222-1/+2
* Merge pull request #17472 from karalabe/txpool-localsPéter Szilágyi2018-08-225-8/+70
|\
| * cmd, core, miner: add --txpool.locals and priority miningPéter Szilágyi2018-08-225-8/+70
|/
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-2212-71/+360
* swarm: fix typos (#17473)Geon Kim2018-08-221-3/+3
* miner: fix uncle iteration logic (#17469)gary rong2018-08-211-2/+2
* Merge pull request #17466 from karalabe/rinkeby-light-snapshotsPéter Szilágyi2018-08-215-40/+53
|\
| * consensus/clique, light: light client snapshots on RinkebyPéter Szilágyi2018-08-215-40/+53
* | vendor: update rjeczalik/notify so that it compiles on go1.11 (#17467)Jeremy Schlatter2018-08-2112-82/+143
|/
* les: fix CHT field in nodeInfo (#17465)Felföldi Zsolt2018-08-211-4/+16
* eth: upgradedb subcommand was dropped (#17464)Pierre Neter2018-08-211-1/+1
* swarm/network: bump bzz protocol version (#17449)Anton Evangelatov2018-08-212-2/+2
* swarm, swarm/network, swarm/pss: log error and fix logs (#17410)Anton Evangelatov2018-08-213-22/+21
* Merge pull request #17451 from karalabe/bn256-relicensePéter Szilágyi2018-08-215-45/+64
|\
| * crypto/bn256: add missing license file, release wrapper in BSD-3Péter Szilágyi2018-08-205-45/+64
* | Merge pull request #17460 from holiman/tracerfixPéter Szilágyi2018-08-211-0/+3
|\ \ | |/ |/|
| * eth: ensure from<to when tracing chain (credits Chen Nan via bugbounty)Martin Holst Swende2018-08-211-0/+3
* | cmd/puppeth: accept ssh identity in the server string (#17407)Nilesh Trivedi2018-08-202-26/+34
* | light: new CHTs (#17448)Felföldi Zsolt2018-08-201-8/+8
* | core/types: fix docs about protected Vs (#17436)Aditya2018-08-201-1/+1
* | Merge pull request #17437 from hackmod/console-typoPéter Szilágyi2018-08-203-6/+6
|\ \
| * | console: fixed comment typohackyminer2018-08-183-6/+6
* | | Merge pull request #17430 from karalabe/miner-notify-less-aggressive-testPéter Szilágyi2018-08-201-1/+1
|\ \ \
| * | | consensus/ethash: reduce notify test aggressivenessPéter Szilágyi2018-08-171-1/+1
| |/ /
* | | travis: remove brew update and osxfuse install (#17429)Anton Evangelatov2018-08-201-2/+0
* | | swarm/storage: cleanup task - remove bigger chunks (#17424)Anton Evangelatov2018-08-201-22/+45
* | | cmd/swarm: added swarm bootnodes (#17414)Elad2018-08-204-40/+98
* | | p2p: fix typo (#17446)Wuxiang2018-08-201-1/+1
|/ /
* | Merge pull request #17426 from karalabe/miner-fees-log-fixPéter Szilágyi2018-08-171-2/+2
|\ \
| * | miner: update mining log with correct fee calculationPéter Szilágyi2018-08-171-2/+2
|/ /
* | les: fix crasher in NodeInfo when running as server (#17419)Felix Lange2018-08-175-152/+178
* | build: do not require `ethereum-swarm` deb when installing `ethereum` (#17425)Anton Evangelatov2018-08-172-12/+1
* | Merge pull request #17368 from karalabe/bn256-go1.11Péter Szilágyi2018-08-1718-17/+311
|\ \
| * | crypto/bn256: fix issues caused by Go 1.11Péter Szilágyi2018-08-1618-17/+311
* | | accounts: fixed typo (#17421)Sasuke19642018-08-171-1/+1
* | | Merge pull request #17405 from karalabe/miner-remote-dagPéter Szilágyi2018-08-163-24/+83
|\ \ \
| * | | consensus/ethash: use DAGs for remote mining, generate asyncPéter Szilágyi2018-08-153-24/+83
* | | | Merge pull request #17416 from karalabe/miner-detailsPéter Szilágyi2018-08-161-2/+10
|\ \ \ \
| * | | | miner: add gas and fee details to mining logsPéter Szilágyi2018-08-161-2/+10
|/ / / /
* | | | miner: regenerate mining work every 3 seconds (#17413)gary rong2018-08-163-133/+267
* | | | Merge pull request #17412 from karalabe/puppeth-fix-dial-panicPéter Szilágyi2018-08-161-2/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | cmd/puppeth: fix nil panic on disconnected stats gatheringPéter Szilágyi2018-08-161-2/+10
|/ / /
* | | light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-1616-112/+251
* | | cmd/swarm, swarm: added access control functionality (#17404)Elad2018-08-1527-184/+1826
* | | miner: streaming uncle blocks (#17320)gary rong2018-08-152-50/+125
|/ /
* | Merge pull request #17402 from karalabe/deprecate-flagsPéter Szilágyi2018-08-155-60/+102
|\ \
| * | cmd: polish miner flags, deprecate olds, add upgrade pathPéter Szilágyi2018-08-155-60/+102
|/ /
* | backends: configurable gas limit to allow testing large contracts (#17358)Jeff Prestes2018-08-156-20/+22
* | p2p/discv5: add delay to refresh cycle when no seed nodes are found (#16994)Felföldi Zsolt2018-08-151-1/+1
* | les: implement client connection logic (#16899)Felföldi Zsolt2018-08-157-1/+761
* | miner: move agent logic to worker (#17351)gary rong2018-08-145-474/+646
* | crypto: change formula for create2 (#17393)gary rong2018-08-142-3/+3
* | swarm/network, swarm/storage: validate chunk size (#17397)Anton Evangelatov2018-08-1416-76/+79
* | README.md: fix some typos (#17381)Yao Zengzeng2018-08-141-1/+1
* | whisper: fixed broken partial topic filteringEugene Valeyev2018-08-134-58/+5
* | Merge pull request #17347 from karalabe/miner-notifyPéter Szilágyi2018-08-1312-72/+225
|\ \
| * | cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-1012-72/+225
* | | core: fix comment typo (#17376)Mymskmkt2018-08-131-2/+2
| |/ |/|
* | Manifest cli fix and upload defaultpath only once (#17375)Janoš Guljaš2018-08-1010-151/+840
* | swarm/api/http: added logging to denote request ended (#17371)Elad2018-08-102-3/+4
* | cmd/swarm: solve rare cases of using the same random port in tests (#17352)Janoš Guljaš2018-08-092-19/+131
* | swarm/api: close tar writer in GetDirectoryTar to flush and clean (#17339)Janoš Guljaš2018-08-091-0/+4
* | cmd/swarm: disable TestCLISwarmFs fuse test on darwin (#17340)Janoš Guljaš2018-08-091-6/+6
* | cmd/swarm: remove shadow err (#17360)Anton Evangelatov2018-08-091-2/+3
* | Merge pull request #17357 from karalabe/tracer-trie-deref-bugPéter Szilágyi2018-08-092-2/+11
|\ \
| * | eth, trie: fix tracer GC which accidentally pruned the metarootPéter Szilágyi2018-08-092-2/+11
* | | p2p/discv5: fix negative index after uint convert to int (#17274)libotony2018-08-091-1/+1
* | | rpc: fix a subscription name (#17345)Jay2018-08-091-1/+1
|/ /
* | trie: fix comment typo (#17350)Mymskmkt2018-08-081-1/+1
* | swarm/api/http: fixed list leaf links (#17342)Giulio M2018-08-082-6/+15
|/
* swarm/bmt: ignore data longer then 4096 bytes in Hasher.Write (#17338)Janoš Guljaš2018-08-071-1/+1
* swarm: Added lightnode flag (#17291)Attila Gazso2018-08-076-17/+95
* whisper: remove unused error (#17315)b00ris2018-08-071-7/+0
* swarm/api/http: test fixes (#17334)Elad2018-08-072-49/+21
* p2p, swarm, trie: avoid copying slices in loops (#17265)Oleg Kovalov2018-08-076-15/+15
* swarm/README: add more sections to easily onboard developers (#17333)Anton Evangelatov2018-08-071-1/+190
* swarm/api/http: GET/PUT/PATCH/DELETE/POST multipart form unit tests. (#17277)Andrew Chiw2018-08-071-0/+268
* swarm/api/http: refactored http package (#17309)Elad2018-08-0711-1281/+833
* swarm/storage/mru: HOTFIX - fix panic in Handler.update (#17313)Javier Peletier2018-08-071-1/+1
* p2p: use safe atomic operations when changing connFlags (#17325)Felföldi Zsolt2018-08-061-6/+11
* Merge pull request #16333 from shazow/addremovetrustedpeerFelföldi Zsolt2018-08-065-9/+208
|\
| * p2p: Wrap conn.flags ops with atomic.Load/StoreAndrey Petrov2018-06-223-20/+28
| * p2p: Test for peer.rw.flags race conditionsAndrey Petrov2018-06-221-11/+18
| * p2p: Cache inbound flag on Peer.isInbound to avoid a raceAndrey Petrov2018-06-221-12/+14
| * p2p: Attempt to race check peer.Inbound() in TestServerDialAndrey Petrov2018-06-221-0/+3
| * p2p: More tests for AddTrustedPeer/RemoveTrustedPeerAndrey Petrov2018-06-221-8/+52
| * p2p: Test for MaxPeers=0 and TrustedPeer overrideAndrey Petrov2018-06-221-0/+54
| * rpc: Add admin_addTrustedPeer and admin_removeTrustedPeer.Andrey Petrov2018-06-223-4/+85
* | miner: seperate state, receipts for different mining work (#17323)gary rong2018-08-062-64/+67
* | cmd/swarm, swarm: various test fixes (#17299)Janoš Guljaš2018-08-066-11/+35
* | core/vm: fix comment typo (#17319)stormpang2018-08-061-1/+1
* | Merge pull request #17318 from ligi/fix_punctuationPéter Szilágyi2018-08-061-1/+1
|\ \
| * | README: Fix punctuation - closes #17317ligi2018-08-051-1/+1
|/ /
* | Merge pull request #17311 from karalabe/puppeth-graceful-stopPéter Szilágyi2018-08-037-17/+17
|\ \
| * | cmd/puppeth: graceful shutdown on redeploysPéter Szilágyi2018-08-037-17/+17
* | | consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-0316-361/+608
|/ /
* | accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the func...Roc Yu2018-08-031-4/+4
* | Merge pull request #17310 from karalabe/mobile-nil-panicPéter Szilágyi2018-08-031-0/+1
|\ \
| * | mobile: fix missing return for CallMsg.SetTo(nil)Péter Szilágyi2018-08-031-0/+1
|/ /
* | core/vm: update benchmarks for core/vm (#17308)Hyung-Kyu Hqueue Choi2018-08-031-0/+4
* | Merge pull request #17301 from karalabe/tests-enable-constantinoplePéter Szilágyi2018-08-021-0/+10
|\ \
| * | tests: enable the Constantinople fork definitionPéter Szilágyi2018-08-011-0/+10
* | | Merge pull request #17302 from karalabe/revert-evm-nil-panicPéter Szilágyi2018-08-025-23/+22
|\ \ \ | |/ / |/| |
| * | Revert "cmd/evm: change error msg output to stderr (#17118)"Péter Szilágyi2018-08-025-23/+22
|/ /
* | build: explicitly name all packages to be cross-compiled (#17288)Anton Evangelatov2018-07-311-1/+4
* | 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
|\ \