Daniel Liu
|
8b2e8d9b3a
|
all: refactor txpool into it's own package in prep for 4844 (#26038)
|
2024-11-01 11:36:53 +08:00 |
|
Seungbae Yu
|
66763aa8ae
|
core: don't cache zero nonce in txNoncer (#25603)
This changes the nonce cache used by TxPool to not store cached
nonces for non-existing accounts.
|
2024-11-01 11:36:53 +08:00 |
|
Martin Holst Swende
|
81dff92ced
|
core: more efficient nonce-update in txpool (#22231)
* Adjust pending nonce update operation
Benchmark the speed of transaction insertion under multiple accounts
core: fix rebase issues + docstring
core: make benchmark test use sync:ed method
* core: address review comments
* core: add memreport to benchmark
Co-authored-by: WeiLoy <wei_loy@163.com>
|
2024-11-01 11:36:53 +08:00 |
|
Daniel Liu
|
edaed4fd92
|
core: fix write concurrency in txpool (#19835)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
6338a4195b
|
core: kill off managed state, use own tiny noncer for txpool (#19810)
|
2024-05-10 19:48:10 +08:00 |
|