Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: replace multiformats library #2559

Conversation

dbluhm
Copy link
Contributor

@dbluhm dbluhm commented Oct 19, 2023

This replaces the multiformats library with a very basic implementation included directly within ACA-Py. Given that the multiformats library has gone stale and my PR has languished, I think this is a good alternative to using that library. The implementation is very simple and currently only supports the minimum currently required by ACA-Py. Expanding the implementation in the future should be trivial.

Fixes #2501

This replaces the multiformats library with a very basic implementation
included directly within ACA-Py. Given that the multiformats library has
gone stale and my PR has languished, I think this is a good alternative
to using that library. The implementation is very simple and currently
only supports the minimum currently required by ACA-Py. Expanding the
implementation in the future should be trivial.

Signed-off-by: Daniel Bluhm <[email protected]>
Signed-off-by: Daniel Bluhm <[email protected]>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Contributor

@swcurran swcurran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@usingtechnology usingtechnology merged commit 2c901a9 into openwallet-foundation:main Oct 19, 2023
8 checks passed
@dbluhm dbluhm deleted the refactor/replace-multiformats branch October 19, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace or fix multiformats library?
3 participants