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
Example, a public key without the private key, such that devs can experiment with "what happens if you query someone else' private state". Practically speaking, it appears as if we have no private state since the RPC server can decrypt everything currently.
This may already be possible. If not I suspect it's minimal effort. You can already register public keys with the sandbox, we just need to verify the workflow.
Fixes#2458
> Note: Now the Synchronizer throws if we request a sync status for
account which is not registered. I think this is the correct behavior
because when a dev requests this info for unregistered account it would
probably be a mistake even though returning false there is correct
(unregistered account is technically not synchronized).
Example, a public key without the private key, such that devs can experiment with "what happens if you query someone else' private state". Practically speaking, it appears as if we have no private state since the RPC server can decrypt everything currently.
@zac-williamson @catmcgee anything else to add?
The text was updated successfully, but these errors were encountered: