- Oct 02, 2019
-
-
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
-
- Sep 30, 2019
-
-
kikilass authored
-
Péter Szilágyi authored
p2p: measure subprotocol bandwidth usage
-
- Sep 27, 2019
-
-
Péter Szilágyi authored
-
- Sep 26, 2019
-
-
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
-
- Sep 25, 2019
-
-
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
-
- Sep 24, 2019
-
-
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
-
- Sep 23, 2019
-
-
Péter Szilágyi authored
params: remove legacy bootnodes
-
- Sep 20, 2019
-
-
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.
-
- Sep 19, 2019
-
-
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
-
- Sep 18, 2019
-
-
Péter Szilágyi authored
core: fix tx dedup return error count
-
Péter Szilágyi authored
-
- Sep 17, 2019
-
-
Zsolt Felföldi 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
-
- Sep 16, 2019
-
-
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.
-
Péter Szilágyi authored
core/state: accumulate writes and only update tries when must
-