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

refactor: convert extension install to async #3815

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

ericswanson-dfinity
Copy link
Member

Description

Upcoming changes to extension dependency management use retries and async. This PR updates existing code to use async. It makes minimal changes to compatibility_matrix.rs since it will soon be deleted.

How Has This Been Tested?

Covered by CI, and also ran cargo build && dfx cache delete && dfx cache install && dfx extension install nns (fails as expected due to no entry in compatibility matrix) and then dfx extension install --version 0.3.1

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@ericswanson-dfinity ericswanson-dfinity requested a review from a team as a code owner July 1, 2024 23:22
@ericswanson-dfinity ericswanson-dfinity enabled auto-merge (squash) July 2, 2024 14:10
@ericswanson-dfinity ericswanson-dfinity merged commit cefa5b0 into master Jul 2, 2024
288 checks passed
@ericswanson-dfinity ericswanson-dfinity deleted the ens/extension-install-async branch July 2, 2024 15:04
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.

2 participants