-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Returning results from Relayer #1062
Labels
Milestone
Comments
Merged
curent behaviors leave much to desire. previously we were able to read the stream response directly as json. that now returns result string: [
{"Ok":["0su+wghEQsfw845m7A477mnt3pWRXgOPRFqmvHPusN9u7eOrY38q5IISe/ripZ6djxsHJf+H8dyTZYtSQunoPwA=","663476e2870f96d3e44b2b0a11f25cf9ac04ab3fbff916c7bddfaf87bed53822039eb78e26df3f1bdf23e5012fc48bc766de16b654b3e37aa61fb924a3dae881"]},
{"Ok": ["0su+wghEQsfw845m7A477mnt3pWRXgOPRFqmvHPusN9u7eOrY38q5IISe/ripZ6djxsHJf+H8dyTZYtSQunoPwA=","1220344a1d5a4d0f47f366fc24baec97b9c0ba25d0532278ea913f55fe441b34ec13f32f4e65fda90175adb4c477917fa5e16cc3f294e2ba9b561dbd7cac438c"]}
] desires:
{
signature: '0su+wghEQsfw845m7A477mnt3pWRXgOPRFqmvHPusN9u7eOrY38q5IISe/ripZ6djxsHJf+H8dyTZYtSQunoPwA=',
proof: '1220344a1d5a4d0f47f366fc24baec97b9c0ba25d0532278ea913f55fe441b34ec13f32f4e65fda90175adb4c477917fa5e16cc3f294e2ba9b561dbd7cac438c',
signer_public_key: '0x123...',
} Questions:
|
As for sending the public key back ya sure if the client checks that, that key is in the signer however I would be worried they would just assume it is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in #1050 we now have a relayer taking in the messages from all signers and passing it to the client.
The question is how should we handle that, how much pre processing and checking should we do.
What is the safest and best UX choice for the user
Some relevant comments
#1050 (comment)
#1050 (comment)
The text was updated successfully, but these errors were encountered: