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

✨ (core) [NO-ISSUE]: Event based device session refresher using rxjs #229

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

valpinkman
Copy link
Member

@valpinkman valpinkman commented Sep 2, 2024

πŸ“ Description

Update the DeviceSessionRefresher component to use an event based system to update it's state

❓ Context

  • JIRA or GitHub link: [NO-ISSUE] tech days

βœ… Checklist

Pull Requests must pass the CI and be code reviewed. Set as Draft if the PR is not ready.

  • Covered by automatic tests.
  • Impact of the changes:
    • simplified refresher
    • new EventDispatcher service

🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.

Copy link

vercel bot commented Sep 2, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
device-sdk-ts-sample βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Sep 3, 2024 7:59am

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Messages
βœ… Danger: All checks passed successfully! πŸŽ‰

Generated by 🚫 dangerJS against b0084da

} from "@ledgerhq/device-sdk-core";

export const sdk = new DeviceSdkBuilder()
.addLogger(new ConsoleLogger())
.addLogger(new ConsoleLogger(LogLevel.Info))
Copy link
Contributor

Choose a reason for hiding this comment

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

[SHOULD] put back to no arg

Copy link
Contributor

@ofreyssinet-ledger ofreyssinet-ledger left a comment

Choose a reason for hiding this comment

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

✨ clean

@valpinkman valpinkman marked this pull request as draft October 14, 2024 13:14
@valpinkman valpinkman added the hodl Do not merge label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hodl Do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants