Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Narwhal] Do not retry InvalidEpoch error (MystenLabs#7129)
This does not fix the InvalidEpoch errors, but just something I found while reading code. An invalid epoch response is not retriable at the RPC layer, or even at the level of Narwhal. In future, maybe we can refactor to assume an error is not retriable by default.
- Loading branch information