-
Running `yarn install` with `node@18.18.2` ends with error (because there's no binary of `node-bbs-signatures` for this node release).
``` sh
[outsh@outshwinpc aries-framework-javascript]$ yarn i…
-
MacOS Ventura 13.6.1
node v20.8.1
Demo tightly bound to Indy-SDK?
First attempt:
```
~/git/aries-framework-javascript/demo/ [main] yarn install
yarn install v1.22.19
[1/5] 🔍 Validating p…
-
There seems to be an error in cheqd library. If not please guide me on how to resolve it.
![Screenshot from 2023-05-02 15-19-10](https://user-images.githubusercontent.com/72605368/235635821-711317…
-
As a developer I want to be able to issue credentials that are revocable.
Checklist:
- [x] #349
- [x] #350
- [x] https://github.com/hyperledger/aries-framework-javascript/issues/348
-
Hi. I've tried checking out a number of commits and a couple node versions but keep running into
```
Error: Command failed: node-pre-gyp install --target_arch=aarch64 --target_platform=darwin
nod…
-
@TimoGlastra - I see we are retuning if there is no connection or job record from Ace-Py side:
https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/protocols/present_…
-
Here are is the output from the GHActions of the acapy-afj runset. @nodlesh @WadeBarnes @TimoGlastra -- any ideas what is happening? Looks like after seeming to start fine, the Bob (AFJ) refused con…
-
As a Holder, I want to be notified as soon as possible if my credential is revoked so that I can take appropriate action to regain my credential and not accidentally use my revoked credentials and be …
-
A couple of key features that seem to impact performance are in the Python wrapper, but not in the JavaScript wrapper. Consider adding those features.
- When opening a pool, the Python wrapper has …
-
The doc says that IndySDK support will be removed soon, but Askar is currently unusably slow for mediator.
This is evidenced by doing the following:
Run the sample mediator using indy:
- clone…