From 0976b9e452a3d023cb3e7a67c0cbef9be9d84934 Mon Sep 17 00:00:00 2001 From: "alex.sharov" <AskAlexSharov@gmail.com> Date: Fri, 24 Sep 2021 09:42:17 +0700 Subject: [PATCH] add todo list to txpool readme --- cmd/txpool/readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cmd/txpool/readme.md b/cmd/txpool/readme.md index 91fb5c2a05..d9a0b9ff20 100644 --- a/cmd/txpool/readme.md +++ b/cmd/txpool/readme.md @@ -42,13 +42,12 @@ Will add this part soon [tbd] [x] Grafana board [x] Non-mainnet support [x] DevNet - doesn't send mined block notification on first mined block (because initialCycle = true) -[] Add cli options to manage pool limits -[] Add way for simple introspection - where is tx and why [x] DiscardReasons - user must understand clearly why tx were rejected [x] Notify about new pending transactions - we sending more than need +[] Add cli options to manage pool limits: --txpool.pricelimit, --txpool.globalslots, --txpool.globalqueue (now each +sub-pool has limit 200_000, and no pricelimit) +[] Add way for simple introspection - where is tx and why [] Hard-forks support (now rules are parsed ones on txPool start) [] Add pool to docker-compose [] Add pool (db table) - where store recently mined txs - for faster unwind/reorg. [] Save history of local transactions - with 1 day expiration -[] Miner - recheck if miner has all EIP-1559 patches -[] Remote Miner - to work on state cache -- GitLab