vsr-rs icon indicating copy to clipboard operation
vsr-rs copied to clipboard

Viewstamped Replication for Rust

Results 5 vsr-rs issues
Sort by recently updated
recently updated
newest added

We need to notify the client when a primary has changed so that they won't keep sending messages to the old one.

enhancement
help wanted
good first issue

We need to make `Replica` keep track of (logical) time so that it can detect timeouts based on the `tick()` event. This simplifies simulation as well because we can, for...

enhancement
help wanted
good first issue

enhancement
help wanted
good first issue
question

For example, let's assume a replica is attempting to catch up by sending `GetState` message. It will now wait to receive a `NewState` message, but there are many reasons why...

enhancement
help wanted