refactor: remove a bunch of unwraps
-
chore: slice instead of a vec
-
test: enhance crate::Message testing
-
Replace
From
trait for raft::Entry with theTryFrom
. Fairly handle its errors in the storage. -
Replace some other unwraps with "expect" with a more clear message.
-
Support all of
raft::EntryType
variants.