You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SNRC_REGISTRAR_<TLD>`| ERC-721 registrar; `/owned-by`, expiry and status |
281
+
|`SNRC_CONTROLLER_<TLD>`| SimplexController; the `reserved` status |
248
282
|`SNRC_MAX_OWNED`| names per `/owned-by` page (default 256) |
249
283
250
284
Set them on the `resolver` service in `docker-compose.yml`, or as env vars for
@@ -296,6 +330,8 @@ any lookup, and carry none of the three.
296
330
| Lapsed, still in grace | 410 |`grace`|`expires` (when it lapsed), `graceEnds` (last moment its owner can renew) |
297
331
| Lapsed, past grace | 410 |`expired`| same fields; anyone may register it now |
298
332
| Never registered | 404 |`unregistered`|`expires` and `graceEnds` are `null`|
333
+
| Reserved for a brand | 404 |`reserved`| not registered and not registrable; overrides `unregistered` and `expired`|
334
+
| Queried by labelhash (`0x…64hex.testing`) | as the label | as the label | identical answer; the label is never sent |
299
335
| TLD has no registry configured | 400 | — |`error: tldNotConfigured`, plus `configuredTlds`|
300
336
| TLD has no *registrar* configured | 200 / 404 |`unknown`| resolves as it otherwise would; expiry cannot be read, so `expires` and `graceEnds` are `null`|
301
337
| Not fully qualified (`alice`) | 400 | — |`error` naming the expected form |
0 commit comments