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

fix: Various build issues #1458

Merged
merged 3 commits into from
Aug 8, 2023
Merged

fix: Various build issues #1458

merged 3 commits into from
Aug 8, 2023

Conversation

fundthmcalculus
Copy link
Member

@fundthmcalculus fundthmcalculus commented Aug 8, 2023

  • Python deprecation module import in a new file
  • copy_okapi_libs is no longer used
  • reduce number of language versions we check since they are proving more stable (mostly Python, some node)

PR-Codex overview

Focus of this PR:

Updating various versions and dependencies across different files in the codebase.

Detailed summary:

  • Updated the sdkVersion to "1.11.0" in multiple files (Version.ts, services.go, TrinsicUtilities.java, template_service.py, setup.cfg).
  • Updated the version to "1.11.0" in setup.cfg.
  • Updated the jarVersion to "1.11.0" in build.gradle.
  • Updated the version to "1.11.0" in setup.cfg.
  • Updated the node-version to [18] in .github/workflows/build-typescript.yml.
  • Updated the java-version to '11' in .github/workflows/release-java.yml.
  • Updated the python-version to ['3.10'] in .github/workflows/build-python.yml.
  • Updated the python-version to ['3.10'] in .github/workflows/build-dart.yml.
  • Updated the didUri and walletId fields in trust-registry.ts.
  • Updated the didUri and walletId fields in unregister-member.ts.
  • Updated the schemaUri field in list-authorized-members.ts.
  • Updated the didUri and walletId fields in get-member.ts.
  • Updated the revealDocumentJson field in verifiable-credentials.ts.
  • Updated the email, walletId, and didUri fields in send-request.ts.
  • Updated the documentJson field in accept-credential-request.ts.
  • Updated the documentJson field in reject-credential-request.ts.

The following files were skipped due to too many changes: docs/reference/proto/index.md

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@fundthmcalculus
Copy link
Member Author

Dart was already broken for other reasons, I'll fix that in a different PR.

@fundthmcalculus fundthmcalculus merged commit c440e5f into main Aug 8, 2023
@fundthmcalculus fundthmcalculus deleted the fix/build-issues branch August 8, 2023 17:59
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

2 participants