bcgov / traction

Traction is designed with an API-first architecture layered on top of Hyperledger Aries Cloud Agent Python (ACA-Py) and streamlines the process of sending and receiving digital credentials for governments and organizations.
https://digital.gov.bc.ca/digital-trust/tools/traction/
Apache License 2.0
52 stars 48 forks source link

Tenant UI: display read-only ledgers #1296

Open esune opened 1 month ago

esune commented 1 month ago

Currently only ledgers for which an endorser exists are displayed in the Tenant UI, but we want to also display a list of ledgers connected in read-only mode that can be used to receive credentials and compose/validate proofs for issuers rooted on those.

loneil commented 1 month ago

We list these on the Innkeeper Server Configuration by returning the base wallet config from a special Innkeeper endpoint. Probably could just call the tenant's config endpoint and the full ledger list would be in there for a non-innkeeper tenant as well.

github-actions[bot] commented 6 days ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.