Miroslav Kovar
Miroslav Kovar
Hi, I get the bot to correctly find the project name, and login to the Jira server, however, it returns Invalid issue number message, altough the issue number is correct....
Signed-off-by: Miroslav Kovar
Add support for invitation messages in the format ``` { "@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/connections/1.0/invitation", "@id": "12345678900987654321", "label": "Alice", "did": "did:sov:QmWbsNYhMrjHiqZDTUTEJs" } ``` as per [Aries connection protocol RFC](https://github.com/hyperledger/aries-rfcs/tree/master/features/0160-connection-protocol#0-invitation-to-connect).
This PR is based on #2021. Bacause of [this issue](https://github.com/nodejs/node/issues/24964), the `openssl` library has be linked statically. Achieved via `vendored` feature.
Add the option of rotating revocation registry definition associated with credential definition in order to allow issuing credentials above the limit set by the capacity of the tails file (the...
Currently, when multiple revokable credentials are issued under the same revocation revocation registry to a single vcx client, when the client is sent multiple proof requests such that each credential...
Adds API to revoke credentials locally (saving / merging revocation registry entry to the wallet) and publish revocation registry entry to the ledger (i.e. make all revocations revoked locally public)....
If the user specifies that they require / prefer to use SSL secured connection in the storage config, the postgres plugin tries to connect to the postgres server using the...
Currently, we are generating and storing method-less, unqualified DIDs both when creating a pairwise peer DID and an issuer DID, and then passing the values around as strings. This may...
Currently, agency expects and uses legacy `@type` attribute for forward messages: ``` did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/routing/1.0/forward ``` However, as per aries spec (see [here](https://github.com/hyperledger/aries-rfcs/blob/08653f21a489bf4717b54e4d7fd2d0bdfe6b4d1a/concepts/0020-message-types/README.md#aries-core-message-namespace)), a different value should be used for the attribute:...