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

feat: discover localhost accounts #1769

Merged
merged 5 commits into from
Feb 27, 2023
Merged

Conversation

janek26
Copy link
Collaborator

@janek26 janek26 commented Feb 16, 2023

Issue / feature description

We should allow for devnet account discovery

Changes

  • allow to discover devnet accounts on recovery
  • be more error resistant when network is down

Checklist

  • Rebased to the last commit of the target branch (or merged)
  • Code self-reviewed
  • Code self-tested
  • Tests updated (if needed)
  • All tests are passing locally

Please keep your pull request as small as possible. If you need to make multiple changes, please create separate pull requests for each change. Create a draft pull request if you need early feedback. This will mark the pull request as a work in progress and prevent it from being reviewed or merged until you are ready.

Please move drafts to the ready for review (regular PR) when you are ready to start the review process and other developers will pick it up from there.

@canlopes canlopes self-requested a review February 16, 2023 14:53
@@ -301,8 +302,9 @@ export class Wallet {
},
)

await Promise.allSettled(promises)
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a specific reason to move this from the try {} catch block?

@github-actions
Copy link

Builds for local testing

Copy link
Collaborator

@simonheys simonheys left a comment

Choose a reason for hiding this comment

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

Works great

@@ -1,7 +1,7 @@
import path from "path"

import chokidar from "chokidar"
import { debounce } from "lodash-es"
import debounce from "lodash/debounce"
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought this has been resolved already ?

Copy link
Contributor

Choose a reason for hiding this comment

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

@diegodelrieu branch needs to be merged with develop, that's probably why

@github-actions
Copy link

Builds for local testing

@janek26 janek26 merged commit 3f804cb into develop Feb 27, 2023
@janek26 janek26 deleted the feature/discover-localhost-accounts branch February 27, 2023 10:27
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.

5 participants