Jason C. Leach
Jason C. Leach
The [DID Exchange](https://github.com/hyperledger/aries-rfcs/tree/main/features/0023-did-exchange) RFC notes the implication of a goal/code to better reason about why a connection is being established: ```JSON "goal_code": "aries.rel.build", "goal": "To create a relationship", ``` Its...
As of commit `c5febf5d` AriesBifold is not able to accept credential offers. This commit is where AFJ was updated to the latest alpha release: ``` - "@aries-framework/core": "^0.1.0-alpha.322", + "@aries-framework/core":...
## The Problem In our testing we noticed that your non-revocation interval in a proof request is sending the following dates: ```json "to": 1651792006, "from": 0 ``` While this is...
The main source directory in the bifold wallet is named `App` which is legacy and misleading. It should be renamed to `src` to better match modern create-react-app output.
Switch out CredentialRecord for CredentialExchangeRecord to cleanup the imports.
On the last [UG meeting](https://wiki.hyperledger.org/display/ARIES/2022-04-12+Aries+Bifold+Users+Group+Community+Meeting) we discussed converting the project to user Yarn. This was widely supported so this ticket to track moving ahead with the change.
# Summary of Changes Work on adding a developer menu to Bifold to allow updating some configuration settings. # Related Issues n/a # Pull Request Checklist Tick all boxes below...
Hi, I was thinking it would be nice to remove the in-memory collection storage and replace it will a protocol so it can easily be replaced with CoreData, SQLite, Plist,...
It looks like the commit the SocketRocket Podspec references is quite stale: ``` commit 82c9f8938f8b9b7aa578866cb7ce56bc11e52ced Merge: 4313297 facb4d9 Author: Mike Lewis Date: Thu Jun 14 00:29:55 2012 -0700 Merge pull...
Added some context to the beta test group so its more clear when it can be used. Replaces PR #182