- 16 Oct, 2019 1 commit
-
-
Martin Holst Swende authored
prevent users from misconfiguring their nodes so that fork ordering is not preserved.
-
- 15 Oct, 2019 1 commit
-
-
gary rong authored
In Geth, we have two sources for configuration: (1) Config file (2) Command line flag Basically geth will first resolve config file and then overwrite configs with command line flags. This issue is: geth should only overwrite configs if flags are truly set. So before we apply any flag to configs, `GlobalIsSet` check is necessary.
-
- 03 Oct, 2019 2 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
- 02 Oct, 2019 3 commits
-
-
Felix Lange authored
-
Darrel Herbst authored
-
Martin Holst Swende authored
* update tests for istanbul * tests: updated blockchaintests, see https://github.com/ethereum/tests/issues/637 * tests: update again, hopefully fixed this time * tests: skip time consuming, run legacy tests * tests: update again * build: disable long-running tests on travis * tests: fix formatting nits * tests: I hate github's editor
-
- 30 Sep, 2019 2 commits
-
-
kikilass authored
-
Péter Szilágyi authored
p2p: measure subprotocol bandwidth usage
-
- 27 Sep, 2019 1 commit
-
-
Péter Szilágyi authored
-
- 26 Sep, 2019 6 commits
-
-
gary rong authored
* vendor: update leveldb * ethdb/leveldb: disable seek compaction and add metrics * vendor: udpate latest levledb * ethdb/leveldb: fix typo
-
Martin Holst Swende authored
-
zcheng9 authored
-
ywzqwwt authored
-
Ryan Schneider authored
This change adds support for EIP-1898.
-
Lucas Hendren authored
Fixes #18210
-
- 25 Sep, 2019 2 commits
-
-
Felix Lange authored
This adds an implementation of node discovery via DNS TXT records to the go-ethereum library. The implementation doesn't match EIP-1459 exactly, the main difference being that this implementation uses separate merkle trees for tree links and ENRs. The EIP will be updated to match p2p/dnsdisc. To maintain DNS trees, cmd/devp2p provides a frontend for the p2p/dnsdisc library. The new 'dns' subcommands can be used to create, sign and deploy DNS discovery trees.
-
gary rong authored
-
- 24 Sep, 2019 3 commits
-
-
Péter Szilágyi authored
dashboard: log dashboard url
-
Martin Holst Swende authored
-
Péter Szilágyi authored
* core/state: revert noop finalise, fix copy-commit-copy * core/state: reintroduce net sstore tracking, extend tests for it
-
- 23 Sep, 2019 1 commit
-
-
Péter Szilágyi authored
params: remove legacy bootnodes
-
- 20 Sep, 2019 3 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
gary rong authored
deepCopy didn't copy pending storage updates, leading to the creation of blocks with invalid state root.
-
- 19 Sep, 2019 10 commits
-
-
Rafael Matias authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
vendor: pull in USB Windows fixes
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: activate Istanbul on Ropsten, Rinkeby and Görli
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: bump CHTs for the 1.9.4 release
-
Péter Szilágyi authored
-
soc1c authored
-
- 18 Sep, 2019 2 commits
-
-
Péter Szilágyi authored
core: fix tx dedup return error count
-
Péter Szilágyi authored
-
- 17 Sep, 2019 3 commits
-
-
Felföldi Zsolt authored
* les: detailed relative cost metrics * les: filter txpool relative request statistic * les: initialize price factors * les: increased connected bias to lower churn rate * les: fixed clientPool.setLimits * core: do not use mutex in GetAncestor * les: bump factor db version again * les: add metrics * les, light: minor fixes
-
Péter Szilágyi authored
core: dedup known transactions without global lock, track metrics
-
Péter Szilágyi authored
-