Heng Pan
Heng Pan
## Issue ### Description ### Related issues/PRs ## Proposal ### Explanation ### Checklist - [ ] Implement proposed change - [ ] Write tests - [ ] Update [documentation](https://flower.dev/docs/writing-documentation.html) -...
Added conversion functions between SA states and ConfigsRecord for secure aggregation mods, thus reducing code duplication among different SA protocols.
- Amended `State`. - Implemented new methods for `InMemoryState` and `SqliteState`. - Added unit test for the new methods. - Updated the codebase accordingly.
Based on: 1. #4054 2. #4055 3. #4056 - Added generic unit tests for `grpc-rere`/`grpc-adapter`/`rest` transport types.
Based on: 1. #4054 2. #4055 - Migrated `grpc_rere_client/connection.py` to `RereFleetConnection`, implementing `Connection` class, and `GrpcRereFleetConnection`, implementing `RereFleetConnection` class. - Migrated part of `rest_client/connection.py` to `RestFleetConnection`. It now inherits from...
Based on: 1. #4054