-
Notifications
You must be signed in to change notification settings - Fork 516
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
Get integration tests running on the anoncreds-rs branch, including the new AnonCreds integration test #2297
Comments
Had to step off to concentrate on #2304. Base command to use for BDD (matches github action/workflow):
Which currently leaves main at:
This is the anoncreds-rs branch:
|
For discussion at tomorrow's (2023-08-01) Maintainer's meeting. ledger/base.py send_schema method "replaces" create_and_send_schema? But the create_and_send_schema is still used in messaging/schema/routes.py, similarly with So all that needs to be addressed before we address the changes @andrewwhitehead has made to ledger base with updates to indy credx. We are probably not too far away, I am just unclear on the thoughts that got us here (anoncreds-rs) and what the plan was moving forward. |
The idea was that the |
Thanks @dbluhm - that goes a long way to explaining why I couldn't quite get the pieces together! |
Added what I think we agreed would be the scope of this work. @dbluhm @cjhowland @burdettadam @usingtechnology @esune |
Closing this ticket now that an initial cleanup has been done (see PR #2401). |
Scope of the effort:
BREAKING
PR for each breaking change to the existing endpoints.Expected deliverable:
Original definition:
In creating #2276 , @dbluhm and team used this gist test to verify the work they were doing. This task is to add this test to the ACA-Py BDD integration tests so that it is run automatically on merging into (for now) the AnonCreds development branch, and ultimately into the main branch when the AnonCreds branch is merged into the main branch.
The task is to adapt the test for running as an integration testing, and working with all of the other integration tests we have for ACA-Py.
As needed, please consult with @dbluhm for guidance on challenges that come up in trying to merge the work.
The text was updated successfully, but these errors were encountered: