aries-framework-go
aries-framework-go copied to clipboard
Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
**Title:** Clean up connections after WebSocket close **Description:** Make sure we clean up connections by just going through the map and cleaning all the verkeys that match the connection. This...
This TODO: https://github.com/hyperledger/aries-framework-go/pull/3350#discussion_r957353195
**What I'm trying to do** I'm using AFGO WASM and I'm trying to reconnect to all the mediators using mediator.reconnectAll() after one connection timed out from the server side and...
As part of #1124, support for multiple Inbound transports was added. The endpoint for the inbound is required for DIDs(invitation and DID Document) and Router(endpoint given to connected agent to...
This proposal recommends splitting the `github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub' package into a separate repo. Reasons that speak in favour of this change: - ever since [ursa](https://github.com/hyperledger-archives/ursa) was moved to EOL, assets such as...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
golangci/golangci-lint:v1.53.3 uses go 1.20.5 Update also needs to address some linter issues: - `typecheck` spuriously complains about missing struct fields when using pointer embedding - address new `depguard` and `musttag`...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade minimist from 1.2.5 to 1.2.8. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade axios from 0.23.0 to 0.27.2. :information_source: Keep your dependencies up-to-date....
We have code scattered around to convert keys between different formats/representations: - DID Verification Method - JWK - Key bytes (sometimes in multiple different formats between uses) + kms.KeyType -...