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(deps): bump github.com/bitcoin-sv/spv-wallet-go-client from 1.0.0-beta.21 to 1.0.0-beta.22 in /regression_tests #855

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps github.com/bitcoin-sv/spv-wallet-go-client from 1.0.0-beta.21 to 1.0.0-beta.22.

Release notes

Sourced from github.com/bitcoin-sv/spv-wallet-go-client's releases.

Release v1.0.0-beta.22

[v1.0.0-beta.22] - 2025-01-16

Changed

  • Refactored WebhookSubscriber interface:
    • AdminSubscribeWebhook now accepts a *commands.CreateWebhookSubscription instead of individual parameters (webhookURL, tokenHeader, tokenValue).
    • AdminUnsubscribeWebhook now accepts a *commands.CancelWebhookSubscription instead of a single webhookURL.

Updated

  • Webhook methods:
    • Subscribe: Now constructs a commands.CreateWebhookSubscription command and passes it to the AdminSubscribeWebhook method.
    • Unsubscribe: Now constructs a commands.CancelWebhookSubscription command and passes it to the AdminUnsubscribeWebhook method.

Notes

  • These changes improve the maintainability of webhook subscription logic by centralizing command data structures in the commands package.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/bitcoin-sv/spv-wallet-go-client](https://github.com/bitcoin-sv/spv-wallet-go-client) from 1.0.0-beta.21 to 1.0.0-beta.22.
- [Release notes](https://github.com/bitcoin-sv/spv-wallet-go-client/releases)
- [Changelog](https://github.com/bitcoin-sv/spv-wallet-go-client/blob/main/.goreleaser.yml)
- [Commits](bitcoin-sv/spv-wallet-go-client@v1.0.0-beta.21...v1.0.0-beta.22)

---
updated-dependencies:
- dependency-name: github.com/bitcoin-sv/spv-wallet-go-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 17, 2025 06:43
@dependabot dependabot bot added dependencies Dependency updates regression-tests Runs regression tests labels Jan 17, 2025
Copy link

Manual Tests

ℹ️ Remember to ask team members to perform manual tests and to assign tested label after testing.

1 similar comment
Copy link

Manual Tests

ℹ️ Remember to ask team members to perform manual tests and to assign tested label after testing.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.62%. Comparing base (5fe1b5a) to head (ea31832).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #855      +/-   ##
==========================================
- Coverage   46.73%   46.62%   -0.11%     
==========================================
  Files         390      390              
  Lines       18496    18496              
==========================================
- Hits         8644     8624      -20     
- Misses       9160     9180      +20     
  Partials      692      692              
Flag Coverage Δ
unittests 46.62% <ø> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5fe1b5a...ea31832. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates regression-tests Runs regression tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant