Stephen Curran
Stephen Curran
`~please_ack` was [recently retired](https://github.com/hyperledger/aries-rfcs/tree/main/features/0317-please-ack). This PR removes the remaining references to `~please_ack` in other protocols. Most relevant to the community is the removal from the issue-credential and present-proof protocols --...
Sometime ago, in an attempt to [DRY](https://en.wikipedia.org/wiki/Don't_repeat_yourself) out the RFCs, it was decide that we would define the current protocol version at the top of the protocol, and use the...
The readmes/markdown files of the Aries RFCs repository are extremely difficult for users of the information to navigate. For those creating RFCs, it’s not too bad, but for those navigating...
In examining performance issues in receiving a credential in an [Aries Bifold](https://github.com/hyperledger/aries-mobile-agent-react-native) wallet as part of #1613, it was found that AFJ seems to do the following transaction reads to...
Issue #1613 investigates the performance of (particularly) AFJ-based Wallets (built on [Aries Bifold](https://github.com/hyperledger/aries-mobile-agent-react-native)), notably around the loading of a first/new issued credential. From that, and a meeting held with the...
I find sorting out where to set configurations (mostly environment variables) very confusing and I don't really trust where to put the changes. There are multiple places env. variables are...
As the Aries community discusses the OCA Style Guide ([PR](https://github.com/hyperledger/aries-rfcs/pull/755), [PR branch Style Guide document](https://github.com/swcurran/aries-rfcs/blob/oca4aries/features/0756-oca-for-aries-style-guide/README.md)), it would be helpful to have a tool/playground that lets community members experiment with the...
This issue occurs with OrgBook BC. See entities: * https://orgbook.gov.bc.ca/entity/FM1043109 * https://orgbook.gov.bc.ca/entity/LP0847867 The first is a "DBA" for the second. The issue is that while the relationship is included in...
In the original AnonCreds issue implementation, the holder provided the issuer with a "holder_did" value in the `request` message of Issue Credential. In working through that in creating the AnonCreds...
The data for the credential to be issued can come from three sources: - Copied from an authentication claim to a verifiable credential claim - Populated by an algorithm (e.g....