dusk-network / kadcast

Official rust implementation of the Kadcast P2P protocol for ultra-efficient message dissemination within Dusk Network
Mozilla Public License 2.0
22 stars 3 forks source link

Remove unwrap/expect #116

Closed herr-seppia closed 1 year ago

herr-seppia commented 1 year ago

This is a larger refactor that aims to make the library more stable by removing unwrap and expect.

Resolves #115

herr-seppia commented 1 year ago

Everything has been addressed as discussed