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

chore: update to @bitcoinerlab/explorer v0.4.0 and adapt API usage #16

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

landabaso
Copy link
Member

  • Updated @bitcoinerlab/explorer dependency to version ^0.4.0.
  • Refactored code to align with the updated Explorer API:
    • Replaced await explorer.close() with explorer.close() as close is now synchronous.
    • Removed requestNetworkConfirmation parameter usage in isConnected calls.
  • Updated integration tests to reflect changes in the Explorer API.
  • Bumped package version to 1.3.0 to reflect the dependency update and associated changes.

- Updated `@bitcoinerlab/explorer` dependency to version `^0.4.0`.
- Refactored code to align with the updated Explorer API:
  - Replaced `await explorer.close()` with `explorer.close()` as `close` is now synchronous.
  - Removed `requestNetworkConfirmation` parameter usage in `isConnected` calls.
- Updated integration tests to reflect changes in the Explorer API.
- Bumped package version to `1.3.0` to reflect the dependency update and associated changes.
@landabaso landabaso merged commit c7ca380 into main Nov 15, 2024
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.

1 participant