- Aug 24, 2020
-
-
Péter Szilágyi authored
core/state/snapshot: reduce disk layer depth during generation
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* eth/downloader, eth/handler: utilize sync bloom for getNodeData * trie: handle if bloom is nil * trie, downloader: check bloom nilness externally
-
- Aug 22, 2020
-
-
Martin Holst Swende authored
-
- Aug 21, 2020
-
-
Gary Rong authored
-
Péter Szilágyi authored
eth/downloader: fix rollback issue on short chains
-
Martin Holst Swende authored
-
Marius van der Wijden authored
* metrics: zero temp variable in updateMeter Previously the temp variable was not updated properly after summing it to count. This meant we had astronomically high metrics, now we zero out the temp whenever we sum it onto the snapshot count * metrics: move temp variable to be aligned, unit tests Moves the temp variable in MeterSnapshot to be 64-bit aligned because of the atomic bug. Adds a unit test, that catches the previous bug.
-
- Aug 20, 2020
-
-
Péter Szilágyi authored
travis, 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
-
- Aug 19, 2020
-
-
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 authored
build: drop disco, enable groovy on Ubuntu PPAs
-
Péter Szilágyi authored
-
Giuseppe Bertone authored
-
- Aug 18, 2020
-
-
Marius van der Wijden authored
-
- Aug 14, 2020
-
-
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
-
- Aug 11, 2020
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: update CHTs for v1.9.19
-
Péter Szilágyi authored
-
- Aug 10, 2020
-
-
Martin Holst Swende authored
-
Péter Szilágyi authored
ethstats: split read and write lock, otherwise they'll lock up
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: allow all timers to exit
-
Martin Holst Swende authored
-
- Aug 07, 2020
-
-
Péter Szilágyi authored
ethstats: overwrite old errors
-
Péter Szilágyi authored
eth/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 authored
eth/downloader: save the correct delivery time for state sync
-
Péter Szilágyi authored
-
Péter Szilágyi authored
les: update checktime even if check fails
-
Martin Holst Swende authored
-
- Aug 06, 2020
-
-
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 authored
core/vm: avoid map lookups for accessing jumpdest analysis
-