pretty straightforward... just a no-op RPC that will return an unsupported version status code if the caller's code version is outdated. will set the actual unsupported versions for each platform when we launch.
Details
Details
called the RPC from kreya with metadata to trigger both an OK response and an unsupported version response
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Accepting, but please extract that version constant.
services/identity/src/grpc_services/shared.rs | ||
---|---|---|
5 | Minor thing but what about calling it version_interceptor (verb -> noun)? | |
10 | const MIN_SUPPORTED_NATIVE_VERSION: u64 = 270; we should definitely extract this as a constant. | |
services/identity/src/main.rs | ||
79 | I'd call it this way, doesn't matter tho. | |
shared/protos/identity_client.proto | ||
58–60 | I assume this is deleted because it's implemented in the "authenticated service", am I right? |