-
Notifications
You must be signed in to change notification settings - Fork 70
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
Merge did:indy support #166
Conversation
Signed-off-by: blu3beri <blu3beri@proton.me>
Signed-off-by: blu3beri <blu3beri@proton.me>
Work funded by the Government of Ontario. Signed-off-by: blu3beri <blu3beri@proton.me>
Who can/should look at this? @blu3beri — is that something you can look at? @andrewwhitehead — any details that would help — any details on how to reproduce, what is happening/where? |
There are more details in the CI logs, specifically
But there also seems to be a segfault after the tests complete (could be related to the Python test shutdown issue where it needs to stop the tokio threads first, or could be the additional parameters to the |
This still has a custom old build of indy-node in it (from here: https://github.com/domwoe/indy-node/tree/feature/did-indy-new). Should we test #112 on this branch and figure out if this fixes things? |
Hmm, I tried testing this locally with the current and updated docker image and it seems to have no impact (both times the GetAttribRequest timeouts). Interesting is that I see another test failing:
|
Nevermind - the typescript tests are running with the sovrin buildernet instead of the local pool setup? #167 Should be a quick fix to get things running again (only fixes the parameters for the ffi calls - does not add the functionality properly to the javascript library). |
@c2bo Not sure if the separate did-indy-pool.dockerfile is still needed or we can just use indy-node-container 1.13.2-rc5 for all tests? |
We'll try to update the js wrapper to use the local pool instead! |
I added a small bash script in #169 that we can use for the different tests that want to use a local node pool. I just realized the same is true for the python wrapper - that one currently uses the idunion test network for its tests
|
7803d59
to
269915a
Compare
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
Signed-off-by: Dominic Wörner <dom.woe@gmail.com>
… builds Signed-off-by: Christian Bormann <ChristianCarl.Bormann@de.bosch.com>
Signed-off-by: Christian Bormann <ChristianCarl.Bormann@de.bosch.com>
Signed-off-by: Christian Bormann <ChristianCarl.Bormann@de.bosch.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Christian Bormann <ChristianCarl.Bormann@de.bosch.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
269915a
to
73500e1
Compare
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
cdc8e2a
to
6b90fc1
Compare
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple small items, nothing blocking.
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
w00t!!! |
Currently, tests are failing with the JS wrapper due to a timeout in GetAttribRequest. I think this might be a compatibility issue with the did:indy-supporting indy-node version, but I'm not certain.