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
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
<!-->// TODO maybe resigning_active should be an object containing information about which keys are allowed for re-signing, and which keys still need confirmation<-->
|`heartbeat_interval`| uint32 | Interval in milliseconds at which the client should send heartbeat events to the server. |
351
-
|`resigning_active`| boolean? | If present and `true`, indicates that there is an unfinished message re-signing process active, which can be resumed. |
354
+
<!-->
355
+
Serveral issues:
356
+
357
+
target or source need to present to give users an idea about who the migration is for. ideally, the
358
+
signatures of these actions are also included for safety. needs to be ux friendly regardless!
359
+
360
+
if target is present, then present list of confirmed/unconfirmed keys
361
+
362
+
if source is present, other information needs to be displayed
|`heartbeat_interval`| uint32 | Interval in milliseconds at which the client should send heartbeat events to the server. |
370
+
|`active_migration`| object? | If present indicates that there is an unfinished message re-signing process active, which can be resumed. Contains information about this process. |
371
+
|\|__`messages_left`| uint64 | An estimate of how many messages are currently left to be re-signed. Integers are transferred as |
372
+
|\|__`confirmed_keys`| array[uint64]| An array containing the serial numbers of keys, for which a key trial has already been performed successfully. |
373
+
|\|__`unconfirmed_keys`| array[uint64]| An array containing the serial numbers of keys, for which a key trial has not yet been performed successfully. |
374
+
|\|__`target`| string? | Either this field or `source` is present, never both. |
0 commit comments