aries-framework-go GitHub
PR #3244 | feat: add support of multibase encoding for proofValue. |
Signed-off-by: Volodymyr Kubiv <volodymyr.kubiv@euristiq.com> **Title:** Add support of multibase encoding for proofValue. **Description:** https://github.com/hyperledger/aries-framework-go/issues/3228 **Summary:** Add support of multibase encoding for proofValue and update unit tests to reflect this change. |
PR #3243 | chore(deps): bump actions/setup-node from 2.4.0 to 3.2.0 |
dependenciesgithub_actions | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 3.2.0. Release notesSourced from actions/setup-node's releases.
... (truncated) Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and optionsYou can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) |
PR #3242 | feat: Add multi-tag support to mem DB |
The mem DB now supports queries with multiple tags using the '&&' operator. Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com> |
PR #3241 | feat: add an option to disable required properties for CredentialParse. |
Signed-off-by: Volodymyr Kubiv <volodymyr.kubiv@euristiq.com> **Title:** Add an option for CredentialParse to use customized vc default schema. **Description:** https://github.com/trustbloc/vcs/issues/725 **Summary:** Now CredentialParse can use a customized vc default schema. CreateDefaultSchema function added to simplify the creation of custom default schema. |