bcgov / DITP-DevOps

Digital Identity and Trust Program Team's DevOps Documentation Repository
Apache License 2.0
2 stars 5 forks source link

Deploy new ledger browser to BCovrin ledgers #76

Closed esune closed 1 year ago

esune commented 1 year ago

See https://github.com/bcgov/von-network/issues/256. Updated ledger browser needs to be deployed at least for BCovrin Test.

swcurran commented 1 year ago

Thanks for this — it will be a big help!

WadeBarnes commented 1 year ago

The updated version of von-network has been deployed to all environments. The issue with the malformed CRED_DEF record has been resolved; https://github.com/bcgov/von-network/issues/256#issuecomment-1567200116

WadeBarnes commented 1 year ago

I'm now looking into some errors reported in the image build logs to ensure they're not going to cause any issues.

swcurran commented 1 year ago

Awesome — thanks so much!!

swcurran commented 1 year ago

Hmm…looks like the filtering buries the app/browser though.

If I search for a specific DID (say, WH45AYWZHX9SRbZgsGV2rG), it sits in “Loading” for a very long time and says no transactions found. If I try to load a certain page (like the last one), it sits in “Loading” for a very long time.

I think the almost 1M transactions is just too much for the browser…

Oh well. I’ll avoid using it. Hopefully, someone using the ledger (reading/writing) won’t be impacted by the ledger browser performance.

WadeBarnes commented 1 year ago

It will take a while before the transactions are fully loaded. Try again later.

For example, if it already has the NYM txn(s) loaded it will display results: image

swcurran commented 1 year ago

Got it. 🤞

WadeBarnes commented 1 year ago

I'm now looking into some errors reported in the image build logs to ensure they're not going to cause any issues.

It looks like the errors can be safely ignored. Reinstalling the older version of pip during the build surfaces some false version compatibility/dependency issues.