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

Bump github.com/bitcoin-sv/go-sdk from 1.1.7 to 1.1.9 #103

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2024

Bumps github.com/bitcoin-sv/go-sdk from 1.1.7 to 1.1.9.

Release notes

Sourced from github.com/bitcoin-sv/go-sdk's releases.

Release v1.1.9

Changelog

  • dead1e035bc101ac5729b7dd088f0e8b3aa8304b add test derivepublickeyfrompath
  • 462c6b144497894f5f28c558b811bd081ea3973d add test for alt clone
  • 46b1d130e51b851f19edd365b7dea190c8d0725d lint new tests
  • 41fc75eef539b93a9f476cc4d409a0eb7897b1c3 update changelog
  • cc29ede8d0dbdeacfbd50e0b0d7e63616a9123c3 update conar lint config
  • b34240ba7255c0fe2fe0cf184b93b605aa0f851a update go lint version in github actions
  • 0a8b245fb8168472e2471161130cbc58fe01cd1f update readme

Release v1.1.8

Changelog

  • 86e755ee74a940e61da2decf96fee36dde6d134b Merge branch 'master' of https://github.com/bitcoin-sv/go-sdk
  • 6b14d65e9dfa81c0906612935ec2bb047f06d7b9 Merge remote-tracking branch 'origin/fix/message-version'
  • 5c84f72d6decf2dbaef60927db15bddc09a79231 fix message version
  • 8b88589cc0c356ae53bd5f277d1679314898261c fix: add Hex method to transaction
  • c2540241af72a143a423e9d17205dc3a429623d6 restore Clone, but encourage ShallowClone
  • 265b3424d0f3a12d541fd071b2f816b46ff025db update linter version, add lint exceptions for gosec, update change log
  • cd7cfe723c07e73be4b5c676e5b9574ddce0fe55 update version check test
Changelog

Sourced from github.com/bitcoin-sv/go-sdk's changelog.

[1.1.9] - 2024-10-01

Changed

  • Updated readme
  • Improved test coverage
  • Update golangci-lint version in sonar workflow

[1.1.8] - 2024-09-17

Changed

  • Restore Transaction Clone to its previous state, and add ShallowClone as a more efficient alternative
  • Fix the version number bytes in message
  • Rename merkleproof.ToHex() to Hex()
  • Update golangci-lint version and rules

Added

  • transaction.ShallowClone
  • transaction.Hex
Commits
  • 41fc75e update changelog
  • 0a8b245 update readme
  • 46b1d13 lint new tests
  • 462c6b1 add test for alt clone
  • dead1e0 add test derivepublickeyfrompath
  • cc29ede update conar lint config
  • b34240b update go lint version in github actions
  • cd7cfe7 update version check test
  • 6b14d65 Merge remote-tracking branch 'origin/fix/message-version'
  • 265b342 update linter version, add lint exceptions for gosec, update change log
  • Additional commits viewable in compare view

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/go-sdk](https://github.com/bitcoin-sv/go-sdk) from 1.1.7 to 1.1.9.
- [Release notes](https://github.com/bitcoin-sv/go-sdk/releases)
- [Changelog](https://github.com/bitcoin-sv/go-sdk/blob/master/CHANGELOG.md)
- [Commits](bitcoin-sv/go-sdk@v1.1.7...v1.1.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the update General updates label Oct 2, 2024
@dependabot dependabot bot requested a review from rohenaz October 2, 2024 10:05
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.63%. Comparing base (bda9c12) to head (304e726).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   63.63%   63.63%           
=======================================
  Files           4        4           
  Lines         110      110           
=======================================
  Hits           70       70           
  Misses         34       34           
  Partials        6        6           
Flag Coverage Δ
unittests 63.63% <ø> (ø)

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


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 bda9c12...304e726. Read the comment docs.

Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

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

Automatically approving dependabot pull request

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #105.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/bitcoin-sv/go-sdk-1.1.9 branch October 21, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update General updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant