indy-node
indy-node copied to clipboard
The server portion of a distributed ledger purpose-built for decentralized identity.
I am following the indy-node docker pool setup to create the network on my Ubuntu 20.04.5 LTS machine. Following this document - [doc link](https://github.com/hyperledger/indy-node/blob/main/environment/docker/pool/README.md) I git cloned the indy-node repo...
I'm trying to run the scripts such as build from csv and spike test csv file with the logs as well files generated from performance test such as total, successful....
We seek to augment Indy to support the creation and maintenance of DIDs that represent groups of entities, each represented by a (conventional) DID. - The DID creation and update...
The docker environment supplied in `environment/docker` is outdated. It is still based on Ubuntu 16.04. Update the environment to be able to use the latest , Ubuntu 20.04 based, code...
The repoDispatchable_UpdatePlenumDependency.yaml script is called by the Plenum release process once a new version of Plenum is published. The script is meant to automate the process of summitting a PR...
## Observations - There is a significant amount of code for this project. - Testing will be required to see what kind of behavior this work will yield. - A...
Cherry picked the `New Network from Scratch` documentation, updated the `indy-cli` references to include `indy-cli-rs` and fixed the Python3.5 reference as pointed out in https://github.com/hyperledger/indy-node/pull/1811. Feel free to make changes...
Looks like while in the process of upgrading to 20.04 an old "pool_upgrade" command reactivated and some nodes started writing NODE_UPGRADE txns to the config ledger, with "in process" status....
Add a virtual Python deployment environment to the indy-node deployment to break the dependency on the operating system's default version of Python.
I am unable to determine the cause yet, but I think I have seen the same thing happen for 2 different networks in the last week. Here is what I...