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

Removal of legacy indy-sdk crates and dependencies #1250

Open
JamesKEbert opened this issue Jul 3, 2024 · 2 comments
Open

Removal of legacy indy-sdk crates and dependencies #1250

JamesKEbert opened this issue Jul 3, 2024 · 2 comments

Comments

@JamesKEbert
Copy link
Contributor

The indy-sdk has been deprecated in favor of multiple shared components (Aries Askar, anoncreds-rs, indy-vdr), which are already supported within Aries VCX via feature flags. The Aries VCX maintainers would like to remove these crates and the usage of indy-sdk in any of its forms in Aries VCX. This includes the removal of:

  • /misc/legacy/indyvdrtools (essentially a modified fork of indy-sdk) -- replaced by aries-askar for storage requirements
  • AnonCreds support via credx -- replaced by anoncreds-rs
  • vdrtoolswallet (indy-sdk wallet) to aries-askar wallet migrator -- no longer necessary

This does not include the removal of the traits/interfaces in front of these tools--this will enable easier development of future implementations for different use cases while having common interfaces (different storage options or WASM compatible implementations for instance).

According to our present knowledge, these proposed crates/feature flags/tools to be removed were only being consumed by Absa, and Absa is no longer involved in the project.

If any of these tools are important to your project or use case please let us know below, or reach out to one of the Aries VCX maintainers directly.

@gmulhearn
Copy link
Contributor

This would remove a lot of repo bloat. Excited for this transition 👍

@JamesKEbert
Copy link
Contributor Author

Consumers of Aries VCX should be aware 0.65.0 is the last expected version to support the legacy indy-sdk, indyvdrtools, and credx crates and features.

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

No branches or pull requests

2 participants