High level summary
The networking team has released the following packages to Hackage
:
We published an announcement blog post. We made progress also on another blog post which will describes the design of the P2P networking layer.
After moving ouroboros-consensus
to its own repository, we made
ouroboros-network
compatible with GHC
9.4
and 9.6
.
We made cardano-client
library independent of
ouroboros-consensus-diffusion
.
We prepared release of network packages for cardano-node-8.0
.
Detailed log
Ouroboros-Network
- Compatibility with
io-classes-1.1.0.0
: ouroboros-network#4281. - Compatibility with
GHC
9.4
and9.6
: ouroboros-network#4527. cardano-client
independent ofouroboros-cosnensus-diffusion
: ouroboros-network#4526.- Release new versions of packages for
cardano-node-8.0
: ouroboros-network#4532. - Galois Inc, has been making progress towards merging ouroboros-network#4256.
IO-Sim
io-classes-1.0.0.0
, and following up releases:1.0.0.1
(ghc-9.6
support),1.1.0.0
(documentation fix).- Fixed timeouts and delays in
io-sim
in a series of PRs: io-sim#81, io-sim#82, io-sim#86, io-sim#87. - Renamed a module: io-sim#88.
- Fixed a failing
registerDelayCancellable
test: [io-sim#80]. - Use GitHub merge queue in
io-sim
repository. - CI: download
stylish-haskell
: io-sim#83.
Typed Protocols
- Released
typed-protocols-0.1.0.4
which supportio-classes-1.1.0.0
: typed-protocols#227. - Use GitHub merge queue in
typed-protocols
: typed-protocols#30. - CI: download
stylish-haskell
: typed-protocols#29.