plugeth/eth
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
..
catalyst all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
downloader eth, les: unlock downloader peerSet if there's an error (#25546) 2022-08-19 09:02:47 +03:00
ethconfig eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
fetcher eth/fetcher: don't spend too much time on transaction inclusion (#25524) 2022-08-19 16:59:36 +03:00
filters eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
gasprice all: cleanup the APIs for initializing genesis (#25473) 2022-08-09 12:44:39 +03:00
protocols all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
tracers all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
api_backend.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
api_test.go core, trie, eth, cmd: rework preimage store (#25287) 2022-07-27 20:37:04 +02:00
api.go eth: formatted error nit (#25499) 2022-08-09 11:23:41 +03:00
backend.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
bloombits.go eth: move eth.Config to a common package (#22205) 2021-02-05 13:51:15 +01:00
handler_eth_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
handler_eth.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
handler_snap.go eth: check snap satelliteness, delegate drop to eth (#22235) 2021-02-02 10:44:36 +02:00
handler_test.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
handler.go cmd, core, eth, les, params: add merge-passed chain config (#24538) 2022-08-01 15:13:25 +03:00
peer.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
peerset.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
state_accessor.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
sync_test.go eth: introduce eth67 protocol (#24093) 2022-06-15 12:56:47 +02:00
sync.go cmd, core, eth, les, params: add merge-passed chain config (#24538) 2022-08-01 15:13:25 +03:00