CodeChain-io / CodeChain-io/foundry
Request transactions, which were rejected by the mempool limit, again when the mempool has enough space
Open
bug
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The current implementation of `body_downloader` imports a transaction only once, and the transaction can be rejected while importing to the mempool because of the mempool limit (memory limit or size limit). After being rejected, `body_downloader` will never request them again.
Contributor guide
Assessment
This issue has not been assessed yet.