Wade King
Wade King
Signed-off-by: wadeking98 # Summary of Changes Changed outdated core/App folder to core/src folder. This makes the file structure easier to understand # Related Issues Resolves: #408 # Pull Request Checklist...
Signed-off-by: wadeking98 # Summary of Changes Updated wording on PIN screen to match wireframes  # Related Issues N/A # Pull Request Checklist Tick all boxes below to demonstrate that...
When sending a proof request in bifold If the request template has an attribute restriction with a space in it such as `'attr::Given Name::value': 'Test'` then the verifier will encounter...
Given the user starts the app without having connection to the oca repository: if the wallet fails to load the oca index file then the user will be presented with...
The React-native toggle switch renders differently on IOS and Android devices. We may wish to create our own component so the design is consistent. ## Example Android  ## Example...
the async_trait macro appeared to be crashing Bifold in react native. I've refactored the code to remove the `async_trait` macro and made some changes to the code to compensate
Updated the javascript wrappers to use the 0.4.2 binary
Currently different parts of the verifiable credential ecosystem are being migrated from did:sov spec to did:indy. This PR adds support to index did:sov and did:indy by a common format. ie...
I'm using the aries load generator in Ubuntu 18.04. I've ran the script `scripts/install-vm.sh` and `setup/manage.sh start` and I'm using the default `.env` file. When I run `setup/manage.sh start` all...
- Fixed missing ffi binding - Bumped binary package version to 0.4.3 which includes the caching changes