-
The output of `validator-info` currently returns limited hardware metrics for a given node. To better facilitate node monitoring as well as continuous node compliance monitoring, `validator-info` sho…
-
git log --no-merges --date-order --graph --decorate origin/main ^origin/stable ^origin/ubuntu-20.04-upgrade --stat > ~/dev/j/task/00009-indy-node/indy-node-main-origin-unbutu2004.md
```
* commit 3…
-
There's been some changes to the c-callable interface since the last release, mainly related to the support for did:indy.
Thse changes have been applied to Node.JS, but not React Native: https://g…
-
I have a WIP version of the Node.js wrapper for indy-dev going. I decided to split it from the current `indy-dev.dockerfile`. Obviously one big problem is the dependencies on different versions of m…
-
I am using Indy Node in Ubuntu 20 outside docker. In docker when I run the load test it doesn't crash as it does in Ubuntu 20.
This is the error it gives me
2024-07-05 17:19:08,181|WARNING|stacks…
-
In order to ensure established best practices we want to ensure a node has been configured to use separate NICs for node and client communications, and they have been configured with different IP addr…
-
The `prepare_package.sh` script changes the version number of plenum and node in the `setup.py` to match with the deb versioning (`~`).
fpm extracts that and writes the deb depends on correctly with …
-
Currently
- https://github.com/IDunion/indy-node-container/blob/main/run/generate_random_seeds.sh
- https://github.com/IDunion/indy-node-container/blob/main/run/docker-compose.yml#L16
-
```
>>> 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…
-
I am not able to initialize as well as create a wallet. I tried with the following code.
`import indy from 'indy-sdk-react-native';
`
`await indy.createWallet({ id: 'wallet-12' }, { key: 'key11' …