IntersectMBO / IntersectMBO/ouroboros-consensus
Mempool: expire transactions
Open
🏎️ performance
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
Currently we remove transactions from the mempool only when they become invalid. However, it is possible for a transaction to be valid and yet never be included in a block. We should expire transactions after they have been sitting in the mempool for too long.
Contributor guide
Assessment
This issue has not been assessed yet.