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.15 #115

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

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

Release notes

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

Release v1.1.15

Changelog

  • 5d90f25648bc4441e8ccb3898dc84118cf8d0226 Merge pull request #58 from bitcoin-sv/fill-all-inputs
  • 3c5bd7f9b6b5f9251c9b22d541e4026fae360077 Merge pull request #59 from jakubmkowalski/fix/bump_order_map_to_table
  • fd67599d0126c603d99184bfaa6791314ec9fe0f Merge pull request #60 from bitcoin-sv/arc-failure
  • 32360f4cd387fdbdd85f38d2b8cfdc7a2f6ef762 Merge pull request #61 from bitcoin-sv/arc-failure
  • 203fd0ee3554c109662741a0163cee3adadf4c20 Update arc-broadcaster
  • 947b39ef8227d4f8273b5ac16ce397259439a3ea add verbose to arc broadcastor
  • f275391a4993212e1df93c992d86e2c38cd814e1 fix: bump order
  • 37b8a061729c27b54f14d025a12b74d5200dcd49 remove arc scan and value
  • a7e55b8f6b0784555a60f8f9a8b8e55e9b9ecfe8 update changelog

Release v1.1.14

Changelog

  • d67001d44aaeb31b48a0bcffc4410325a0e4cf5c remove FillAllInputs from docs
  • 753fb9f81d781d6787a3fb9307edc859168359c4 update changelog

Release v1.1.13

Changelog

  • be7938a4cf038c2398e26f9379563ae8c7add440 BEEF_VERSION constant
  • 2c88b71f2fa6927d81f0663a4aa983e2861554cc Merge branch 'master' into broadcasters
  • 8f0b622033fb29bce67d5cdf6199914500f9046f Merge pull request #57 from bitcoin-sv/broadcasters
  • da28253785cf4dc4492106ec8da9eeb48b988395 add TAAL and WOC broadcasters
  • 65e0db9035e165222b526141935ba2161e0d9031 add taal broadcaster test
  • 8de9dff5e77d07018c7d15a198413e21c832eddf add tests for arc and taal
  • e3c57ac97593016e648a18d513f0bc717cb1f521 add woc test
  • 9858dc0c26d0df1c0938c5945ea4f87a1f3a16c7 add woc test
  • ef7049e884510b73d6664854e523dbcdfda0689d lint
  • 49e30519f22c21077e995eb8f132f417a3d5cd54 merge master
  • 16f500d32280a94b53d1746a52ec3cc6e9d3fabc merge master, update examples
  • 29878c0432a1767a4bfa74e07019f05f5663ecd0 test tx.FromBEEF
  • 1ae86b6203b8ade45e9ad0660b6797b3936a66ed update changelog
  • 8f8c7540ddf2826d14af30a6bae62fa670925f10 update changelog

v1.1.12

Fix spv.Verify when SourceTransaction is nil

v1.1.11

Fix spv.Verify

Release v1.1.10

Changelog

  • ce13b007c2c7d04373ce12e6b906424f12248b87 Merge pull request #53 from wregulski/feat/merkletree-package
  • 07e73b2eb0ebdd864e8ca769fb38b2cf57b4de10 Merge pull request #54 from wregulski/fix/minor_polishing
  • b30eeef13177d84af61666636f67c31cb5eb24c0 Merge pull request #55 from wregulski/feat/api-extension
  • 6eaa0078a36240bb2c440b7af9f6d46230c38804 Merge pull request #56 from bitcoin-sv/feat/api-extension
  • 68e8b123a520104c7299af170e491dae6a84119d Revert "fix: proper loop on totalKeyShares function"
  • 3a5dceec4cff664a8a09408f8ee685070dc67d8e add script helper tests
  • 5e0002a5ca6615927e5105c9d597d9bf0d82ce67 add test for verify with fee, fix lint errors
  • 62f3122bf30f7abf3571e747f3dc20e0d2d4b925 add tests, update changelog

... (truncated)

Changelog

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

[1.1.15] - 2024-11-26

Changed

  • ensure BUMP ordering in BEEF
  • Fix arc broadcaster to handle script failures
  • support new headers in arc broadcaster

[1.1.14] - 2024-11-01

Changed

  • Update examples and documentation to reflect tx.Sign using script templates

[1.1.13] - 2024-11-01

Changed

  • Broadcaster examples

Added

  • WOC Broadcaster
  • TAAL Broadcaster
  • Tests for woc, taal, and arc broadcasters

[1.1.12] - 2024-10-31

Fixed

  • fix spv.Verify() to work with source output (separate fix from 1.1.11)

[1.1.11] - 2024-10-23

Fixed

  • fix spv.Verify() to work with source output

[1.1.10] - 2024-10-20

Big thanks for contributions from @​wregulski

Changed

  • pubKey.ToDER() now returns bytes
  • pubKey.ToHash() is now pubKey.Hash()
  • pubKey.SerializeCompressed() is now pubKey.Compressed()
  • pubKey.SerializeUncompressed() is now pubKey.Uncompressed()
  • pubKey.SerializeHybrid() is now pubKey.Hybrid()
  • updated merklepath.go to use new helper functions from transaction.merkletreeparent.go

Added

  • files spv/verify.go, spv/verify_test.go - chain tracker for whatsonchain.com
    • spv.Verify() ensures transaction scripts, merkle paths and fees are valid
    • spv.VerifyScripts() ensures transaction scripts are valid
  • file docs/examples/verify_transaction/verify_transaction.go
  • publickey.ToDERHex() returns a hex encoded public key
  • script.Chunks() helper method for DecodeScript(scriptBytes)
  • script.PubKey() returns a *ec.PublicKey
  • script.PubKeyHex() returns a hex string
  • script.Address() and script.Addresses() helpers
  • file transaction.merkletreeparent.go which contains helper functions
    • transaction.MerkleTreeParentStr()

... (truncated)

Commits
  • a7e55b8 update changelog
  • 32360f4 Merge pull request #61 from bitcoin-sv/arc-failure
  • 37b8a06 remove arc scan and value
  • fd67599 Merge pull request #60 from bitcoin-sv/arc-failure
  • 3c5bd7f Merge pull request #59 from jakubmkowalski/fix/bump_order_map_to_table
  • 947b39e add verbose to arc broadcastor
  • 203fd0e Update arc-broadcaster
  • f275391 fix: bump order
  • 5d90f25 Merge pull request #58 from bitcoin-sv/fill-all-inputs
  • 753fb9f update changelog
  • 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.15.
- [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.15)

---
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 Nov 27, 2024
@dependabot dependabot bot requested a review from rohenaz November 27, 2024 10:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Superseded by #116.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/bitcoin-sv/go-sdk-1.1.15 branch December 2, 2024 11:53
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