Details
Details
- Added integration test
- Registered a few users and tested the RPC manually
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/commtest/tests/identity_device_list_tests.rs | ||
---|---|---|
245–255 ↗ | (On Diff #38884) | I could've simplified that. |
shared/protos/identity_auth.proto | ||
---|---|---|
213 ↗ | (On Diff #38884) | This payload structure is finally going to have signatures when I add them later this month, but I probably should replace SignedDeviceList payloads with just device list payloads - the SignedDeviceList is a Rust/Flow struct, not a proto message, so it shouldn't be mentioned. |