-
Notifications
You must be signed in to change notification settings - Fork 83
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
Mediated connection - empty string for DIDDoc's publickey controller in the Invitee Request message #1080
Comments
Hi @mkempa apologies for late feedback. Indeed, it looks like it should be straightforward, but addressing this is currently beyond our bandwidth capacity. Also, please beware that mediated connection along with vcxagency-node are deprecated. To give you some additional context where we are, where we heading:
If you are in early stages of your project, one thing you could consider is to use our "dummy" mediator https://github.com/hyperledger/aries-vcx/tree/main/misc/simple_message_relay I went on detour about your original question here, but it's relevant in regard to the fact you are using |
The mediated connection has been decomissioned and is no longer available. |
Hi,
I've found out that the mediated connection request has an empty string as a controller of the DIDDoc's public key.
The similar bug has been reported and already resolved - #877
The bug appears to originate in the
protocols/mediated_connection/invitee/state_machine.rs
, functionbuild_connection_request_msg
on lineswhich look very much like the ones in the aforementioned bug report.
I would very much appreciate if you had a look into it. I would open a PR myself but I have troubles building the lib for the android so I haven't tested the possible fix.
Thanks in advance.
The text was updated successfully, but these errors were encountered: