- Mar 14, 2020
-
-
Péter Szilágyi authored
go.mod: update golang.org/x/crypto to fix a Go 1.14 race rejection
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: fix transaction announce/broadcast goroutine leak
-
- Mar 13, 2020
-
-
Péter Szilágyi authored
-
- Mar 12, 2020
-
-
Gary Rong authored
-
Felix Lange authored
This is supposed to fix the occasional failures in TestCancel* on Travis CI.
-
- Mar 10, 2020
-
-
meowsbits authored
Includes difficulty tests for EIP2384 aka MuirGlacier.
-
- Mar 02, 2020
-
-
Ali Atiia authored
typo in func name in the comment
-
- Feb 28, 2020
-
-
rene authored
-
- Feb 27, 2020
-
-
Felix Lange authored
-
Adam Schmideg authored
-
Felix Lange authored
This was missing because I forgot to wrap it when bind.CallOpts.From as added.
-
- Feb 26, 2020
-
-
Gary Rong authored
* les: separate peer into clientPeer and serverPeer * les: address comments
-
- Feb 25, 2020
-
-
Martin Holst Swende authored
This makes eth_call and eth_estimateGas use the zero address as sender when the "from" parameter is not supplied. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Boqin Qin authored
-
- Feb 24, 2020
-
-
Péter Szilágyi authored
eth/fetcher: remove randomness from test data
-
Péter Szilágyi authored
-
- Feb 21, 2020
-
-
Chris Chinchilla authored
-
- Feb 20, 2020
-
-
Gary Rong authored
-
Guillaume Ballet authored
The new goja version supports the 'escape' and 'unescape' built-in functions. This fixes #20693
-
- Feb 18, 2020
-
-
Gregory Markou authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felix Lange authored
-
Péter Szilágyi authored
params: update CHTs for the v1.9.11 release
-
Péter Szilágyi authored
-
- Feb 17, 2020
-
-
Felix Lange authored
This removes the error added in #20597 in favor of a log message at error level. Failing to start broke a bunch of people's setups and is probably not the right thing to do for this check.
-
Boqin Qin authored
This fixes a bunch of cases where a timeout in the test would leak a goroutine.
-
Felix Lange authored
This adds additional logic to re-resolve the root name of a tree when a couple of leaf requests have failed. We need this change to avoid getting into a failure state where leaf requests keep failing for half an hour when the tree has been updated.
-
Péter Szilágyi authored
eth: don't enforce minimum broadcast, fix broadcast test
-
Felix Lange authored
-
Felix Lange authored
This event was added for the dashboard, but we don't need it anymore since the dashboard is gone.
-
Péter Szilágyi authored
travis, appveyor, build: bump builder Go to 1.13.8
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 15, 2020
-
-
Boqin Qin authored
* cmd/faucet: add Rlock to protect f.reqs in apiHandler * cmd/faucet: make a locked copy of f.reqs
-
- Feb 14, 2020
-
-
Martin Holst Swende authored
-
- Feb 13, 2020
-
-
Felix Lange authored
* node: expose config in service context * eth: integrate p2p/dnsdisc * cmd/geth: add some DNS flags * eth: remove DNS URLs * cmd/utils: configure DNS names for testnets * params: update DNS URLs * cmd/geth: configure mainnet DNS * cmd/utils: rename DNS flag and fix flag processing * cmd/utils: remove debug print * node: fix test
-
Péter Szilágyi authored
core, eth: announce based transaction propagation
-
Péter Szilágyi authored
-