Wade Barnes
Wade Barnes
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...
Add a virtual Python deployment environment to the indy-node deployment to break the dependency on the operating system's default version of Python.
The [Default AUTH_MAP Rules](https://github.com/hyperledger/indy-node/blob/master/docs/source/auth_rules.md) document, although mostly accurate, does not fully reflect the default auth rules of a new indy-node network. One example is the `REVOC_REG_ENTRY ADD` rule. The document...
The `/indy_node/utils/node_control_utils.py, hold_packages` method will cause the `indy-node-control` service to crash when it attempts to hold a package that is not installed on the system. This also causes the `indy-node`...
Due to a bug in the [microsoft/vscode-python](https://github.com/microsoft/vscode-python) extension, some until tests appear to fail with a "Test result not found" error. **_The tests do not actually fail._** Details can be...
- [Add more detailed hardware metrics to the collection and output of `validator-info`](https://github.com/hyperledger/indy-node/issues/1669) - [Add additional resource and system metrics to the collection and output of `validator-info`](https://github.com/hyperledger/indy-node/issues/1670)
The [Technical Verification Script](https://github.com/sovrin-foundation/steward-tools/blob/master/steward_tech_check.py) collects and analyses node resource and and system information in order to determine and report on a given node's level of compliance. To facilitate continuous health,...
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` should report a more...
Update [remove_ledger.py](https://github.com/hyperledger/indy-node/blob/master/scripts/remove_ledger.py) to protect against removing a ledger that has been used. If a ledger has been used (it contains transactions) it's history is critical to the historical integrity if...
When a pool upgrade fails on a particular node, the upgrade process is rescheduled and restarted on the node following the timeout period specified in the `pool-upgrade` command used to...