Ouroboros-Network-0.18 release
We released ouroboros-network-0.18
. The main features are:
- integration with
typed-protocols-0.3
cardano-client
library doesn't depend on the non-p2p stack- We expose
connectToWithMux
family of function in ouroboros-network
which
give access to the underlying Mux
handle. - Added
NodeToClientV_19
: to support new GetLedgerPeerSnapshot
query in
local-state-query
mini-protocol ouroboros-consensus#1067.
See full the list of PRs included in this release.
ouroboros-network-0.18
was integrated with ouroboros-consensus
(ouroboros-consensus#1223)
Tx-Submission
We continued working on tx-submission
monitoring its performance.
Ouroboros-Network - Mithril Design
We had an internal discussion how to support the Mithril design. In
near future we will be able to socialise the report we've been working on.
Code Refactoring
We reorganised some of our substysems to use qualified imports with simplified names:
We also removed deprecated APIs in [ouroboros-network#4998]