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

Indy ledger fixes and cleanups #1870

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

andrewwhitehead
Copy link
Member

@andrewwhitehead andrewwhitehead commented Jul 20, 2022

  • Move check_existing_schema , create_and_send_schema and create_and_send_credential_definition to the BaseLedger class, to avoid duplication between IndySdkLedger and IndyVdrLedger backends
  • Fixes a logic error in create_and_send_credential_definition in IndyVdrLedger
  • Remove unnecessary session creation in IndySdkLedger

I think this should resolve the most common integration test failures (published cred def not found in wallet).

@andrewwhitehead andrewwhitehead force-pushed the fix/cred-def-not-found branch 4 times, most recently from eb2cf53 to 06e5ae6 Compare July 20, 2022 21:49
@andrewwhitehead andrewwhitehead changed the title Integration tests: test cred def publishing Indy ledger fixes and cleanups Jul 20, 2022
@andrewwhitehead andrewwhitehead marked this pull request as ready for review July 20, 2022 22:26
…plementation to base class, fixes indentation error in indy_vdr method; cleanups

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
@swcurran swcurran merged commit cb584c0 into hyperledger:main Jul 21, 2022
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.

None yet

3 participants