-
Indy VDR 0.4.2 was released yesterday that adds support for caching. We'd like to get all the wrappers released, especially the one for Javascript/ReactNative.
-
Using the javascript wrapper to request the validator info data from every node in a network seems to leak memory. We saw this behavior consistently in our backend service over several weeks now.
T…
-
I'm trying to build and run tails server with docker file using the docker.tails_server docker file statements.
Docker build is fine but when I run image getting indy vdr url is missing.
Please…
-
When I try to use the framework in a .Net MAUI application, I get compilation errors. As the libindy is deprecated, it would be nice to replace it with indy-vdr and correct the compilation errors to e…
-
Building `indy-vdr` using cargo build on `Ubuntu 18.04 aarch64` fails:
```
error: failed to run custom build command for `zmq-sys v0.11.0`
Caused by:
process didn't exit successfully: `/hom…
-
In some cases indy-vdr will timeout connecting to a pool when one or more of the pool's genesis nodes does not respond.
Scenario:
- indy-vdr versions tested: `0.1.0` and `0.3.4`
- Sovrin StagingN…
-
Synthesize a DID Doc by fetching the key and endpoint for a DID
-
If more than min_consensus(total_nodes_count) nodes return a reply, and those replies cannot be verified by check_state_proof, then as a result of consensus.rs line 81, the non-verified reply will be …
-
A `revocation status list` is needed for a prover to create a revocation state.
ex, https://github.com/hyperledger/anoncreds-rs/blob/main/wrappers/python/demo/test.py#L105C26-L105C26
A prover shou…
-
Running `cargo build --lib` fails with errors `E0277`, `E0599`.
I initially noticed the error on `alpine/x86_64` (docker build).
Removing `Cargo.lock` also caused the compilation to start failing o…