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

BREAKING feat: drop indy sdk #2892

Merged
merged 12 commits into from
May 21, 2024

Conversation

dbluhm
Copy link
Contributor

@dbluhm dbluhm commented Apr 13, 2024

Resolves #2865

This PR removes all components and tests referencing the Indy SDK library. This was accomplished by working through each module depending on the library, removing it, and then adjusting the places that referenced that module to be updated to point to replacing components.

It should be noted that the code base was already in a pretty good state; the Indy SDK dependencies were pretty neatly isolated. The "worst" of these updates was the odd test here and there that was directly using Indy SDK pieces when they should have been using things like InMemoryProfile.test_profile() or similar.

We have already ceased running tests for Indy specific components automatically in GHA. Because of this, I'm confident the removal of Indy specific tests should not cause a gap we've not already filled. However, I think this will technically result in less overall code coverage of the tests, if you were considering both the indy and non-indy tests.

@dbluhm
Copy link
Contributor Author

dbluhm commented Apr 13, 2024

I'm not sure about my changes in aries_cloudagent/ledger/multiple_ledger/manager_provider.py I think I figured it out.

@dbluhm dbluhm added the 1.0.0 To be addressed for the ACA-Py 1.0.0 release label Apr 13, 2024
dbluhm added 11 commits May 14, 2024 14:27
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
@dbluhm dbluhm marked this pull request as ready for review May 14, 2024 18:29
jamshale
jamshale previously approved these changes May 15, 2024
Copy link
Contributor

@jamshale jamshale left a comment

Choose a reason for hiding this comment

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

This looks good to me and will approve. Should probably get another opinion with more historical experience, though.

ianco
ianco previously approved these changes May 16, 2024
@dbluhm dbluhm dismissed stale reviews from ianco and jamshale via 194c3d0 May 20, 2024 16:49
Copy link

sonarcloud bot commented May 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@dbluhm
Copy link
Contributor Author

dbluhm commented May 20, 2024

@jamshale @ianco merged in main and resolved conflicts in the poetry lock. This will need a fresh review but then should be ready to merge. Thanks!

@dbluhm dbluhm merged commit 339cfe5 into openwallet-foundation:main May 21, 2024
8 checks passed
@swcurran swcurran changed the title feat: drop indy sdk BREAKING feat: drop indy sdk Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0.0 To be addressed for the ACA-Py 1.0.0 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Officially remove Indy SDK support
3 participants