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.17 to 1.1.18 #48

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/bitcoin-sv/go-sdk from 1.1.17 to 1.1.18.

Release notes

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

Release v1.1.18

Changelog

  • 7bbee92e06a3659f6ccdf30d85802563aef11b52 Add as bunch of ported functions for Beef
  • b8dbf4ba68498637882c835516637a7d5d83ed0f Add more tests for BEEF transaction handling and add checks on TxIDOnly merging
  • 25481fd209255f4f171c91afe4efd0d977bda8ab Add test for AddComputedLeaves method in BEEF transaction handling
  • c790f9b6165cae57d0c4a7373cb94d230fe999a8 Add test for MergeBeefBytes method in BEEF transaction handling
  • 32bd83679449233f7c8e8200ee608bbf7da7424b Add tests for MergeBeefTx method with nil transaction handling. Add nil check.
  • 94ad32be2712ea9e545ed55244eb5577aa2f0d6e BEEF_V2 write and AtomicBEEF write
  • 5e3e875c330000bc7698af20476f8416cf9078b2 Bump golang.org/x/crypto from 0.21.0 to 0.31.0
  • 07c9206e0d044ea5c31769fb73a704305828e546 Capitalize Beef methods
  • e6d402337ccf044883f19468245d1515e0f3e953 Enhance TxIDOnly transaction handling in BEEF tests
  • ebf5205f95e98d22bf357d7fe48efa6b41372a98 Fix lint errors
  • 5acbaef1e90fdfd058117ef0767271d69807b370 Fix test
  • 0761a06696e8ecbd1b7e76aed7d9e7a4dda660a6 Merge branch 'pr-63'
  • c71f2e967c99593327385875f752ff7042a865a6 Merge branch 'pr-65'
  • 88e7aeb84437b6b92c6ad914785d898019786119 Merge pull request #66 from bitcoin-sv/fix/pull-request-template
  • 1e04f95448f2437ae1b9184c39d52fc892468be4 Merge pull request #67 from bitcoin-sv/fix/disable-recvcheck-linter
  • 2c0a603f3fdcf28aafa4c0aaaed800938e7dd29a Merge pull request #68 from bitcoin-sv/feature/beef2
  • b63059140072e4b0ef5f24379d7fec7afe3bfdfa Rename BeefTx properties to make public
  • 710f8c78f4268aa6eb777f65b0ce76fd1a95401b a few helpful comments
  • e0c1c6ad11b13f74806f5934072deff9ee2d6716 add TestBeefClone
  • 85798fc61439f0a30dfed12c31e8a7b303b2b464 add TestBeefMakeTxidOnly
  • eda9479a7b38157b65bb22dc6a874bc11e95a4fd add TestBeefSortTxs
  • 3e9527d90e8750e67ccc8fa072641f14d7c32a8c add TestBeefTrimknownTxIDs
  • cc42cf5df8f874a26e43897d659b8b9d833ddb72 add test TestAtomicBEEF
  • 14a2c73ef63f20f9b61bbf4b8cd9fb15ceac65f5 add test TestBeefErrorHandling for invalid transaction format
  • 80e9f1396250c4973e1d51d30464b2cfcd61d213 add test TestBeefFindAtomicTransaction and TestTransactionsReadFrom
  • 51116d52a7df233038cb22733d43ab55b3fd486c add test TestBeefFindTransactionForSigning
  • 6ab0212320350aff80e127f7f9459ec55a0eb701 add test TestBeefGetValidTxids
  • 6b4f9c0f97b70a419e002a16b81f7d7c87e0c944 add test TestBeefToLogString
  • 94a9fa7716070d28ed74f3c0d07b1e60dd5e6942 add test TestBeefTransactionValidation for transaction format checks
  • f82ed0fc5a738505e5420ea5d09d1e62952cc240 add tests TestBeefMergeTransactions and TestBeefMergeBump
  • 931f0f2a9d57f24dd2a64a9f0866538169fc0b43 added TestBeefBytes
  • 3b63427b0a5686bb6f004c716817fe8b6ee9cca9 chore: update golangci-lint to v1.62.2 and disable recvcheck linter
  • b76f02c8cca0d0a4c7691abfa908ca4911a31171 docs: update changelog for v1.1.18
  • 05c1309d16a22271bf0c637bad40bc0c26703bf7 improve test coverage
  • 6387e64972d952c509722e6012c51ca296f5efa7 lint fix for new tests
  • 0f2ecc4d8b6da4f6e63b438a01ca50f6aa1f10af lint fixes
  • e032ad0d97a7275da7ccfc1d5bcaa1c6665dafc0 lint fixes for tests
  • 5abbae6df8395b419c5eecbde00ad7066ff41bd8 move the pr template to the correct location
  • 9a953fedf27cc8c11ca8f4a6e72a63befff1c9cc port funcs
  • 394af501aa305fcb5b0f1e680856f6f457b80de6 ran go fmt ./…
  • d093f1ef7739a1e30e06427d877b4622a049d0fe refacetor beef function and support V2 BEEF with NewBEEFFromBytes
  • b102fcdac06fe2bb811610c24d5d09a6dd0ba8e3 remove redundant repetition
  • 7be32768fca49ab8544fe4dce57295f49c34f83c remove temp file
  • 9a218cafd5f4ce687d419ffdbce11338af1a99fd rename to conform to ts lib
  • aca66d52be58eee44ebb69cfe8546d737985d18e revert BEEF test constants for transaction validation
  • 1ee7495b0efbfbe035ee986a84c68f539feb7f05 run linter as template
  • e1aaeab4b49141d6d3a1e4a8e2bab146b67e8b72 separate out BeefTx
  • 9b9108f2c00b859ecb4a129f7a66dc509631fc9c test tx finding

... (truncated)

Changelog

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

[1.1.18] - 2025-01-28

Changed

  • Added support for BEEF v2 and AtomicBEEF
  • Update golang.org/x/crypto from v0.21.0 to v0.31.0
  • Update README to highlight examples and improve documentation
  • Update golangci-lint configuration to handle mixed receiver types
  • update issue templates
  • Improved test coverage
Commits
  • 2c0a603 Merge pull request #68 from bitcoin-sv/feature/beef2
  • 25481fd Add test for AddComputedLeaves method in BEEF transaction handling
  • 931f0f2 added TestBeefBytes
  • b8dbf4b Add more tests for BEEF transaction handling and add checks on TxIDOnly merging
  • 0f2ecc4 lint fixes
  • e032ad0 lint fixes for tests
  • 32bd836 Add tests for MergeBeefTx method with nil transaction handling. Add nil check.
  • c790f9b Add test for MergeBeefBytes method in BEEF transaction handling
  • aca66d5 revert BEEF test constants for transaction validation
  • e6d4023 Enhance TxIDOnly transaction handling in BEEF tests
  • 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.17 to 1.1.18.
- [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.17...v1.1.18)

---
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] <support@github.com>
@dependabot dependabot bot added the update General updates label Jan 29, 2025
@dependabot dependabot bot requested a review from rohenaz January 29, 2025 10:27
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

@mergify mergify bot merged commit 701c6b0 into master Jan 29, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/bitcoin-sv/go-sdk-1.1.18 branch January 29, 2025 10:30
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