ZIm/crates/rpc/src
Max Brunsfeld 1e02ebbd11 Replicate pending selections separately from other selections
This fixes a panic that would occur when a leader created
a pending selection that overlapped another selection,
because the follower would attempt to treat that pending
selection as non-pending, which would violate the invariant
that selections are sorted and disjoint.
2022-12-17 14:00:53 -08:00
..
auth.rs Rename zrpc to rpc 2021-10-04 13:28:00 -06:00
conn.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
macros.rs Use "id" nomenclature more consistently 2022-12-15 10:15:59 +01:00
peer.rs 💄 2022-12-15 16:34:59 +01:00
proto.rs Remove unnecessary PeerId parsing code 2022-12-16 11:45:42 +01:00
rpc.rs Replicate pending selections separately from other selections 2022-12-17 14:00:53 -08:00