Skip to content

refactor: remove a bunch of unwraps

Alexey Protsenko requested to merge remove-unwraps into master
  1. chore: slice instead of a vec

  2. test: enhance crate::Message testing

  3. Replace From trait for raft::Entry with the TryFrom. Fairly handle its errors in the storage.

  4. Replace some other unwraps with "expect" with a more clear message.

  5. Support all of raft::EntryType variants.

Merge request reports