plugeth/cmd/devp2p/internal/ethtest
Martin Holst Swende 0ce494b60c
eth/fetcher: don't spend too much time on transaction inclusion (#25524)
* eth/fetcher: introduce some lag in tx fetching

* eth/fetcher: change conditions a bit

* eth/fetcher: use per-batch quota check

* eth/fetcher: fix some comments

* eth/fetcher: address review concerns

* eth/fetcher: fix panic + add warn log

* eth/fetcher: fix log

* eth/fetcher: fix log

* cmd/devp2p/internal/ethtest: fix ignorign tx announcements from prev. tests

* cmd/devp2p/internal/ethtest: fix TestLargeTxRequest

This increases the number of tx relay messages the test waits for. Since
go-ethereum now processes incoming txs in smaller batches, the
announcement messages it sends are also smaller.

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-08-19 16:59:36 +03:00
..
testdata cmd/devp2p/internal/ethtest: add transaction tests (#21857) 2020-11-30 15:23:48 +01:00
chain_test.go cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00
chain.go all: cleanup the APIs for initializing genesis (#25473) 2022-08-09 12:44:39 +03:00
helpers.go eth/fetcher: don't spend too much time on transaction inclusion (#25524) 2022-08-19 16:59:36 +03:00
large.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
snap.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
snapTypes.go cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00
suite_test.go cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00
suite.go eth/fetcher: don't spend too much time on transaction inclusion (#25524) 2022-08-19 16:59:36 +03:00
transaction.go eth/fetcher: don't spend too much time on transaction inclusion (#25524) 2022-08-19 16:59:36 +03:00
types.go cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) 2022-08-02 14:48:55 +02:00