- Mar 16, 2021
-
-
lightclient authored
Responding to these comments: https://github.com/ethereum/go-ethereum/pull/21502/files#r579010962 https://github.com/ethereum/go-ethereum/pull/21502/files#r579021565 https://github.com/ethereum/go-ethereum/pull/21502/files#r579023510 https://github.com/ethereum/go-ethereum/pull/21502/files#r578983734
-
Martin Holst Swende authored
The oss-fuzz fuzzer has been reporting some failing testcases for les. They're all spurious, and cannot reliably be reproduced. However, running them showed that there was a goroutine leak: the tests created a lot of new clients, which started an exec queue that was never torn down. This PR fixes the goroutine leak, and also a log message which was erroneously formatted.
-
- Mar 15, 2021
-
-
Martin Holst Swende authored
* cmd/geth: remove copydb command * eth/downloader: remove fakepeer
-
- Mar 14, 2021
-
-
Martin Holst Swende authored
* eth/state, les/state: properly init statedb accesslist when tracing, fixes #22475 * eth: review comments * eth/tracers: fix compilation err * eth/tracers: apply @karalabe's suggested fix
-
- Mar 13, 2021
-
-
Martin Holst Swende authored
-
- Mar 12, 2021
-
-
michael1011 authored
-
- Mar 11, 2021
-
-
Felix Lange authored
Given a list of less than two elements DecodeRLP returned rlp.EOL, leading to issues in outer decoders.
-
- Mar 09, 2021
-
-
Gary Rong authored
-
Martin Holst Swende authored
* les: add trailing slash to metric namespace * les: omit '.' in metric namespace
-
- Mar 08, 2021
-
-
Marius van der Wijden authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 07, 2021
-
-
Péter Szilágyi authored
tests: update reference tests with 2315 removed from Berlin
-
Martin Holst Swende authored
-
Péter Szilágyi authored
Revert "core/forkid, params: unset Berlin fork number"
-
Péter Szilágyi authored
core, eth: unship EIP 2315
-
- Mar 04, 2021
-
-
Péter Szilágyi authored
build: add support for Ubuntu Hirsute Hippo
-
Péter Szilágyi authored
-
Péter Szilágyi authored
build: fix PPA failure due to updated debsrc
-
Péter Szilágyi authored
-
Péter Szilágyi authored
This reverts commit ba999105.
-
- Mar 03, 2021
-
-
Felix Lange authored
-
Felix Lange authored
-
Marius van der Wijden authored
This updates the consensus tests to commit 31d6630 and adds support for access list transactions in the test runner. Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Gary Rong authored
* cmd: retire whisper flags * cmd/geth: remove whisper configs
-
Zsolt Felföldi authored
-
Péter Szilágyi authored
-
Gary Rong authored
* cmd/utils: fix exclusive check for archive node * cmd/utils: set the txlookuplimit to 0
-
Gary Rong authored
-
Marius van der Wijden authored
-
- Mar 02, 2021
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Mar 01, 2021
-
-
Gary Rong authored
-
Zsolt Felföldi authored
This PR implements the first one of the "lespay" UDP queries which is already useful in itself: the capacity query. The server pool is making use of this query by doing a cheap UDP query to determine whether it is worth starting the more expensive TCP connection process.
-
- Feb 26, 2021
-
-
Martin Holst Swende authored
-
Marius van der Wijden authored
This replaces the github.com/pborman/uuid dependency with github.com/google/uuid because the former is only a wrapper for the latter (since v1.0.0). Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Péter Szilágyi authored
all: define and enable the Berlin hard fork on all networks
-
Felix Lange authored
This makes the WebSocket message size limit independent of the limit used for HTTP requests. The new limit for WebSocket messages is 15MB.
-
Péter Szilágyi authored
-
- Feb 25, 2021
-
-
Zsolt Felföldi authored
* les: move serverPool to les/vflux/client * les: add metrics * les: moved ValueTracker inside ServerPool * les: protect against node registration before server pool is started * les/vflux/client: fixed tests * les: make peer registration safe
-