- 03 Oct, 2019 1 commit
-
-
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 4 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
-
Martin Holst Swende authored
* txpool: smaller lock portion * core/tx_pool: fix data race
-
- 16 Sep, 2019 2 commits
-
-
Péter Szilágyi authored
cmd/evm: make evm default to all ethash protocol changes
-
Felix Lange authored
This change adds tests for the virtual clock and aligns the interface with the time package by renaming Cancel to Stop. It also removes the binary search from Stop because it complicates the code unnecessarily.
-