Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

chore(deps): bump github.com/bitcoin-sv/go-sdk from 1.1.5 to 1.1.9 in the go_modules group across 1 directory #113

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go_modules group with 1 update in the / directory: github.com/bitcoin-sv/go-sdk.

Updates github.com/bitcoin-sv/go-sdk from 1.1.5 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

Release v1.1.7

Changelog

  • 295103b3643dc3f95ba7104eba8102c889046875 Add comments on sign methods
  • e3fc11730dd3b741e51abf8cc881ab442371ba22 Merge pull request #51 from bitcoin-sv/feature/sign-unsigned
  • 69c01eef2c38e2f957c897f2e23d94b9bddfb0a3 add fee not computed test
  • 8823d79651928c34533f2204e57fe2fac38360b0 add sign unsigned and check for uncomputed change
  • d2dfdb999528d57d9b14f88b7c68d11ceb980e45 add tests for signunsigned
  • f1b38fa7c12b9112ec72ea464c99b5ebc0ed92a1 add transaction tests
  • 7f27c0f9efb16d3b40214f1e7d1850b139dcf2bf additional tx tests
  • bd93a7f309788743528bfd51a7959fa37cf801f3 lint
  • 22df5933feca4dbc7d6c3b23bfd4651293c21350 rename shallowClone to clone, add test for clone
  • e028a9526c09d9177211a34eb214afbaf1155975 test sign unsigned from new transaction
  • 32a4cb2e513061b6dab5e1b5279711f43898f4cf update changelog

Release v1.1.6

Changelog

  • 118d07677c9158a281f2f51810fb67c71418b2ac Merge remote-tracking branch 'origin/fix/optimize-inputs'
  • 4dcba9489d0f8568fc67316b348c81051edd7102 add optimizations from Siggi
  • 2d9e4cffaf709b7a8cd58c201f3a3c42ea801d94 fix: don't mock up source transaction
  • 19aa9469e95ddc575b0c5ef7b99282392f2722d2 minor ecies helper update, merge input optimization branch
  • 76cfdeb1937a7b85daa697bcba4b64ef45f37350 update changelog
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

[1.1.7] - 2024-09-10

  • Rework tx.Clone() to be more efficient
  • Introduce SignUnsigned to sign only inputs that have not already been signed
  • Added tests
  • Other minor performance improvements.

Added

  • New method Transaction.SignUnsigned()

Changed

  • Transaction.Clone() does not reconstitute the source transaction from bytes. Creates a new transaction.

[1.1.6] - 2024-09-09

  • Optimize handling of source transaction inputs. Avoid mocking up entire transaction when adding source inputs.
  • Minor alignment in ECIES helper function

Added

  • New method TransactionInput.SourceTxOutput()

Changed

  • SetSourceTxFromOutput changed to be SetSourceTxOutput
  • Default behavior of EncryptSingle uses ephemeral key. Updated test.
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go_modules group with 1 update in the / directory: [github.com/bitcoin-sv/go-sdk](https://github.com/bitcoin-sv/go-sdk).


Updates `github.com/bitcoin-sv/go-sdk` from 1.1.5 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.5...v1.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

github-actions bot commented Oct 7, 2024

Manual Tests

💚 Manual testing by @dzolt-4chain resulted in success.

Copy link

@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

@dzolt-4chain dzolt-4chain self-assigned this Oct 10, 2024
@dzolt-4chain dzolt-4chain added the tested PR was tested by a team member label Oct 10, 2024
@dzolt-4chain dzolt-4chain merged commit 1a161a0 into main Oct 10, 2024
3 of 6 checks passed
@dzolt-4chain dzolt-4chain deleted the dependabot/go_modules/main/go_modules-194cd84250 branch October 10, 2024 19:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Dependency updates tested PR was tested by a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant