forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
separate Epoch related errors in authority_aggregator.handle_transact…
…ion (MystenLabs#7003) Meat is in `authority_aggregator.rs`. Currently we mix errors with wrong epoch and others such as validator returns an invalid response due to data corruption. This PR separates the errors and add tests. Also moving `LocalAuthorityClient` and `MockAuthorityApi` into a new test-only file.
- Loading branch information
Showing
10 changed files
with
830 additions
and
393 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.