hyperledger / indy-node

The server portion of a distributed ledger purpose-built for decentralized identity.
https://wiki.hyperledger.org/display/indy
Apache License 2.0
685 stars 657 forks source link

Update to indy-plenum==1.13.1 #1831

Closed WadeBarnes closed 9 months ago

WadeBarnes commented 9 months ago

This PR updates the indy-plenum version in setup.py to use indy-plenum==1.13.1.

WadeBarnes commented 9 months ago

Thanks for the quick reviews. Good start. ~I'll start looking into the issues with the tests first thing tomorrow.~ Looks like a consistent issue that requires an update to the test environment.

WadeBarnes commented 9 months ago

Found the main issue. Build will still fail ATM. I need to build and push the new image manually. PRs don't have permissions to push to the ghcr. The build image is built during the PR workflow, but not pushed.

WadeBarnes commented 9 months ago

Updated images pushed. Jobs restarted. Let's see how that goes.

WadeBarnes commented 9 months ago

That's more like it.