-
@kdenhartog I'd like to modify `getting_started.py` in a small way by adding some sort of unique (sequential) number to the `logger.info()` msgs to make it easier to correlate:
1. The code in the pyt…
-
In the request handling document
https://github.com/hyperledger/indy-plenum/blob/master/docs/source/request_handling.md
There is one sentence "There are 3 types of requests a client can send", but…
-
### CreateBackupAsync and RetrieveBackupAsync(or RestorFromBackupAsync) in Hyperledger.Aries.Routing.IEdgeClientService
I have few questions regarding Wallet Backups:
1. **Are these methods capab…
-
```
>>> from univers.debian import Version
>>> v = Version.from_string("1:1.12_1.12.6-1+deb9u1build0.18.04.1" )
Traceback (most recent call last):
File "", line 1, in
File "/home/pombreda/w4…
-
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.
-
We recently came across an issue with our deployment of our mediator using the dotnet framework where the mediator crashes and even corrupts the wallet state when two calls to fetch the inbox are made…
-
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…
-
Plenums 3rd parties dependencies use a build of rocksdb from evernym. (https://github.com/evernym/rocksdb)
The built of rocksdb from evernym is not declaring its dependencies such as:
libgflags-d…
-
Hi,
The current approach is great, but if the set is large this is memory intensive. is it possible to modify this approach to be similar to ZKP in hyperledger indy, where instead of proving "a" is i…
-
We are interested in upgrading the rest package to use the latest available versions of `aries-framework/core` and `aries-framework/node`. Our primary driver for this is because as far as we can tell …