forked from nervosnetwork/muta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mempool): implement cached batch txs broadcast (nervosnetwork#20)
* feat(mempool): implement cached batch txs broadcast * feat(mempool): split interval broadcaster into standalone task future Remove lock on whole transaction cache * fix(mempool): clippy warnings * chore(mempool): split interval timer into standalone task * fix(mempool): error on empty receiver channel in default adapter It's ok when err_rx channel is empty * fix(mempool): default adapter broadcast on None timer signal Should check whether there is an indeed interval signal * fix(mempool): panic in default adapter select macro Add complete branch * test(mempool): add interval broadcast unit tests * chore(config): add mempool interval broadcast entries
- Loading branch information
Showing
9 changed files
with
434 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.