Wade Barnes

Results 78 issues of 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...

enhancement

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...

enhancement

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.

good first issue
help wanted
dependencies

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...

enhancement
good first issue
help wanted

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...

help wanted
good first issue
dependencies
Ubuntu 22.04

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. -...

help wanted
good first issue
upgrade
Ubuntu 22.04

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

help wanted