pallas/pallas-network
io:nathan 520079d1f0
feat(network): add tx submission and tx monitor clients to network facades (#442)
* added txsubmission client to network facades
* added txmonitor::client to network facades
2024-06-29 14:28:33 -03:00
..
src feat(network): add tx submission and tx monitor clients to network facades (#442) 2024-06-29 14:28:33 -03:00
tests feat(network): implement GetChainBlockNo local state query (#441) 2024-04-16 09:27:23 -03:00
Cargo.toml Release 0.27.0 2024-06-01 08:47:13 -03:00
CHANGELOG.md release: v0.21.0 (#375) 2024-01-04 10:07:12 -03:00
README.md refactor: Merge multiplexer & miniprotocols into single crate (#244) 2023-04-10 19:51:38 -03:00

Pallas Network

An implementation of the Ouroboros networking stack. It provides a generic multiplexer and state-machines for the different mini-protocols. It uses async and tokio under the hood.