Details
Details
There are a lot of spots here, and I didn't check all of them. I verified the core parts:
- That identity service returns Unsupported version and keyserver returns client_version_unsupported when the client version is outdated
- That the Alerts showed correctly
- That onAlertAcknowledged worked
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/account/registration/registration-server-call.js | ||
---|---|---|
264–285 | This makes it confusing to read, because we don't handle the errors in the above cases in this else/if block. I would rather this code was more consistent, and this error handling was refactored to a separate function like for identityRegisterUsernameAccount and legacyKeyserverRegisterUsernameAccount. And the same for identityWalletRegisterCall. Can we do that? |