23 releases (breaking)
0.27.0 | Sep 26, 2024 |
---|---|
0.26.0 | Jul 18, 2024 |
0.24.0 | Jul 12, 2024 |
0.19.0 | Mar 18, 2024 |
0.1.0-dev.2 | Jul 27, 2023 |
#23 in #prototype
114 downloads per month
Used in polkadot-sdk
2MB
41K
SLoC
Release
Polkadot SDK stable2409
lib.rs
:
Statement handling to plug on top of the network service.
Usage:
- Use
StatementHandlerPrototype::new
to create a prototype. - Pass the
NonDefaultSetConfig
returned fromStatementHandlerPrototype::new
to the network configuration as an extra peers set. - Use
StatementHandlerPrototype::build
thenStatementHandler::run
to obtain aFuture
that processes statements.
Dependencies
~75–115MB
~2M SLoC