Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mempool): pool cycles not reset on next mem block for readonly no…
…de (#781) * fix(mempool): pool cycles not reset on next mem block for readonly node * fix(mempool): verify txs from fullnode Right now, fullnode publish tx only after finalization. But we should not depend on this behaviour. For readonly node, we should verify cylces instead of blindly trust fullnode. * refactor(mempool): recreate cycles pool from config In case we migrate to dynamic config in the future
- Loading branch information