-
The version of indy-vdr we are using has a dependency on `time` crate which is pinned to a version that has issues with rust 1.80+. We should update indy-vdr to a newer version where that bad time cra…
-
The following error appears sporadically, and it seems to be related or consequential to pool timeout errors:
```
2024-08-02 11:59:47,672 aiohttp.server ERROR Error handling request
Traceback (mo…
esune updated
1 month ago
-
When creating a did with the `sov` method, it's possible to provide a did string. If you provide a did with more than 2 `:` delimiters, then promote this did to the public did, the agent won;t be able…
-
It would be nice if `aries_vcx_core/src/errors/mapping_indyvdr.rs` propagated more error information. Currently, most indy-vdr errors are being mapped into `Unknown` vcx core errors, so we lose inform…
-
The indy-sdk has been deprecated in favor of multiple shared components (Aries Askar, anoncreds-rs, indy-vdr), which are already supported within Aries VCX via feature flags. The Aries VCX maintainers…
-
Linking to indy_vdr lib does not work on windows.
I suspect on windows that indy_vdr does not link correctly to zmq static lib.
On linux it works fine !
This happens when trying to run demo from g…
-
First, it’s know that for the self-certifying Did’s, the namespace identifier or DID identifier is derived from the public key (Verkey). So for a same SEED value the DID identifier is different if w…
-
hello,
since weare behind a company firewall we are using the tails-server with the Socks-proxy pull request https://github.com/bcgov/indy-tails-server/pull/38;
the tails-file server runs in OpenS…
-
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…
-
Running a `cargo check` on a project with an indy-vdr 0.3.1 or 0.3.0 dependency will fail to compile due to mismatching types. This has to do with the different versions of `indy-data-types` and `indy…