-
Here are the commits that we need to consider from main to ubuntu 20.04
git log --no-merges --date-order --graph --decorate origin/main ^origin/stable ^origin/ubuntu-20.04-upgrade --stat > ~/dev/j/…
-
Hello,
Thanks for creating this great tool. I'm creating a binding for [Soundpipe](https://github.com/PaulBatchelor/Soundpipe). I was just wondering, the library has a function called:
```int sp_p…
-
After I succeed in build (taking hours), I start the von-network, TheOrgBook and finally Permitive. All containers are up and running. I can see http://localhost:9000 on the von-network. But when I ac…
kctam updated
5 years ago
-
The return types are not correctly typed, and therefore need to be casted.
See the snippet below.
```ts
(await agent.modules.anoncreds.registerCredentialDefinition(
{
…
-
Consider:
`did:example:123?q1=1&q2=2#fragment` => did document.
should didDocument.id === `did:example:123?q1=1&q2=2` or `did:example:123` ?
this is particularly concerning for interactions w…
-
It seems tags are not autmoatically deleted when deleting a record, so we should add this to the `IndyStorageService`: https://github.com/hyperledger/indy-sdk/tree/master/wrappers/nodejs#deletewalletr…
-
## Background
For revocation of VCs, there is a simple solution where the issuer publishes a list of revoked credentials on their website ([RevocationList2020Status](https://w3c-ccg.github.io/vc-st…
-
When ACA-Py is shutdown because of an error it does not shutdown the process. I just get the following error:
```
503: Shutdown in progress
```
Is this intentional / is there something I can d…
-
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 an error. Ad…
-
Is there a way to use the framework as both a transaction author that is not an endorser as well as an endorser that is not the transaction author?
From what I see on the code the build transaction…