CodeChain-io / CodeChain-io/foundry
Request transactions, which were rejected by the mempool limit, again when the mempool has enough space
Offen
bug
- Vorherrschende Sprache
- Rust
- Sterne
- 36
- Forks
- 11
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.