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
At startup, the sidecar will attempt to load these delegations, and then it will cross-check the delegated pubkeys with the ones available in the provided signer (local, remote or via keystore files).
then the sidecar has all the info necessary to sign constraint messages when needed.
The text was updated successfully, but these errors were encountered:
We may need to load existing delegations on startup, and there currently isn't a format to do so.
Proposed solution:
A JSON file with the following format:
Vec<SignedDelegation>
to use our existing types.At startup, the sidecar will attempt to load these delegations, and then it will cross-check the delegated pubkeys with the ones available in the provided signer (local, remote or via keystore files).
then the sidecar has all the info necessary to sign constraint messages when needed.
The text was updated successfully, but these errors were encountered: