Wade Barnes
Wade Barnes
The restore process can take a long time. Example, while restoring `devex-von-bc-tob-test`: - 22GB Wallet database - Backs up in 11.5 minutes and compresses to 4.9GB - Takes almost 2...
The pod template (backup-deploy.json) uses discrete environment variable entries for it's configuration, while the cronjob template (backup-cronjob.yaml) uses a configmap to configure the environment variables. Align the 2 by migrating...
Signed-off-by: Wade Barnes
In some cases indy-vdr will timeout connecting to a pool when one or more of the pool's genesis nodes does not respond. Scenario: - indy-vdr versions tested: `0.1.0` and `0.3.4`...
indy-tails-server is based on indy-vdr. The only code using the indy-sdk is the integration tests. Update the tests and migrate away from the indy-sdk.
The project's workflow contains GHAs that are using deprecated resources and/or APIs. Update the actions to use the latest version to fix the issues.
Please add a `/health` endpoint that we can use for readiness and liveness probes in OpenShift. The endpoint should perform a meaningful health check on the server's services and return...
This issue was reported in https://github.com/hyperledger/indy-node/issues/1822 however the actual dependency issue exists at the `indy-plenum` level. There has been a breaking change to the `Cython` package between `0.29.36` and the...
For the Ubuntu 20.04 version of Plenum, upgrade to RocksDB 5.17, which is the version supported on Ubuntu 20.04; https://packages.ubuntu.com/search?searchon=sourcenames&keywords=rocksdb Background: - Plenum is currently dependent on RocksDB 5.8.8. -...
This is the reason for the failing tests - https://github.com/hyperledger/indy-plenum/issues/1506 This is the workaround that was put in place to help the test pass - https://github.com/hyperledger/indy-plenum/pull/1525