good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0976b9e4 authored by alex.sharov's avatar alex.sharov
Browse files

add todo list to txpool readme

parent 001e79d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment