34 breaking releases
0.44.1 | Oct 29, 2024 |
---|---|
0.43.0 | Jul 18, 2024 |
0.36.0 | Mar 18, 2024 |
0.32.0 | Dec 13, 2023 |
0.0.0 | Nov 21, 2022 |
#18 in #prototype
9,902 downloads per month
Used in 69 crates
(3 directly)
2MB
41K
SLoC
Release
Polkadot SDK stable2409
lib.rs
:
Transactions handling to plug on top of the network service.
Usage:
- Use
TransactionsHandlerPrototype::new
to create a prototype. - Pass the
NonDefaultSetConfig
returned fromTransactionsHandlerPrototype::new
to the network configuration as an extra peers set. - Use
TransactionsHandlerPrototype::build
thenTransactionsHandler::run
to obtain aFuture
that processes transactions.
Dependencies
~76–115MB
~2M SLoC