Skip to content
Snippets Groups Projects
user avatar
Bastian Köcher authored
`ready_at` returns when we have processed the requested block. However,
on startup we already have processed the best block and there
are no transactions in the pool on startup anyway. So, we can set `updated_at`
to the best block on startup.

Besides that `ready_at` now returns early when there are no ready nor
any future transactions in the pool.
2ab5f9ae
Name Last commit Last update
..
graph
src
Cargo.toml
README.md

Substrate transaction pool implementation.

License: GPL-3.0-or-later WITH Classpath-exception-2.0