- 20 Aug, 2020 4 commits
- 
- 
Péter Szilágyi authoredtravis, dockerfile, appveyor, build: bump to Go 1.15 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored* core: define and test chain reparation cornercases * core: write up a variety of set-head tests * core, eth: unify chain rollbacks, handle all the cases * core: make linter smile * core: remove commented out legacy code * core, eth/downloader: fix review comments * core: revert a removed recovery mechanism 
- 
Marius van der Wijden authored
 
- 
- 19 Aug, 2020 4 commits
- 
- 
Martin Holst Swende authored* t8ntool: add output basedir * t8ntool: add txhash to trace filename * t8ntool: don't default to '.' basedir, allow absolute paths 
- 
Péter Szilágyi authoredbuild: drop disco, enable groovy on Ubuntu PPAs 
- 
Péter Szilágyi authored
- 
Giuseppe Bertone authored
 
- 
- 18 Aug, 2020 1 commit
- 
- 
Marius van der Wijden authored
 
- 
- 14 Aug, 2020 1 commit
- 
- 
Martin Holst Swende authored* cmd/geth/tests: try to fix spurious travis failure in les tests * cmd/geth: les_test - remove extraneous option during boot 
 
- 
- 11 Aug, 2020 4 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredparams: update CHTs for v1.9.19 
- 
Péter Szilágyi authored
 
- 
- 10 Aug, 2020 5 commits
- 
- 
Martin Holst Swende authored
- 
Péter Szilágyi authoredethstats: split read and write lock, otherwise they'll lock up 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredeth/downloader: allow all timers to exit 
- 
Martin Holst Swende authored
 
- 
- 07 Aug, 2020 9 commits
- 
- 
Péter Szilágyi authoredethstats: overwrite old errors 
- 
Péter Szilágyi authoredeth/downloader: set deliverytime on drops and timeouts too 
- 
Martin Holst Swende authored
- 
gary rong authored* les: close all connected les-server when shutdown * les: linter nitpick Co-authored-by:Martin Holst Swende <martin@swende.se> 
- 
Martin Holst Swende authored
- 
Péter Szilágyi authoredeth/downloader: save the correct delivery time for state sync 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredles: update checktime even if check fails 
- 
Martin Holst Swende authored
 
- 
- 06 Aug, 2020 5 commits
- 
- 
Péter Szilágyi authored* cmd/utils: grant snapshot cache to trie if disabled * eth: fix up default non-mainnet cache distribution 
- 
timcooijmans authored
- 
rene authored* chaincmd should make config nodes instead of full nodes * add documentation for using makeConfigNode instead of makeFullNode; * add documentation to functions * code style 
- 
Péter Szilágyi authoredcore/vm: avoid map lookups for accessing jumpdest analysis 
- 
rene authored* should fix import / export issues related to DB unavailability * document reason for makeConfigNode * fix comment * comment consistency * remove comments * lint 
 
- 
- 05 Aug, 2020 3 commits
- 
- 
rene authored* eth65 tests linted * remove non-latest eth light tests 
- 
Robert Zaremba authored
- 
Felix Lange authoredThis adds a lock around requests because some routers can't handle concurrent requests. Requests are also rate-limited. The Map function request a new mapping exactly when the map timeout occurs instead of 5 minutes earlier. This should prevent duplicate mappings. 
 
- 
- 04 Aug, 2020 4 commits
- 
- 
Martin Holst Swende authored
- 
Martin Holst Swende authoredFixes #21403 
- 
Hao Duan authored* core: avoid modification of accountSet cache in tx_pool when runReorg, we may copy the dirtyAccounts' accountSet cache to promoteAddrs in which accounts will be promoted, however, if we have reset request at the same time, we may reuse promoteAddrs and modify the cache content which is against the original intention of accountSet cache. So, we need to make a new slice here to avoid modify accountSet cache. * core: fix flatten condition + comment Co-authored-by:Felix Lange <fjl@twurst.com> 
- 
Adam Schmideg authoredCo-authored-by:Felix Lange <fjl@twurst.com> 
 
-