Skip to content

sui_v1.19.0_1707807610_ci

@halfprice halfprice tagged this 13 Feb 05:23
## Description 

This PR implements the server-side logic of authority overload pushback.
- When txn rejected during signing, objects are still locked to prevent
equivocation.
- Create a new error type, ValidatorPushbackAndRetry, to indicate that
the client should keep retrying the same request.

## Test Plan 

Unit tests added for txn selection logic
Integration tests added for testing server side logic.

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
Assets 2
Loading