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

build(deps): bump the go_modules group across 2 directories with 1 update #288

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 Nov 4, 2024

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

Updates github.com/bitcoin-sv/go-sdk from 1.1.9 to 1.1.14

Release notes

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

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
  • e43a486ba071d213c49327d0a30a03144fdbd4b7 add tx fee tests
  • 5cc21f5e2d6ed8b4c82ed8fe69bb4ad25b74a305 feat: add extension method to return signature as encoded string
  • d18278d6350495b360b0adc550f5ecc45f5b0f17 feat: add helper methods to work on decoded script
  • 6bb8110e397fc77c6591571041f0951a06358f50 feat: add merkletreeparent util functions
  • 4975897a19258cf093c112bf2e93b798e76d6b80 fix lint errors
  • ef522dfcf3d6d4b410666cf2af4fa4257ce7765e fix: performance upgrade for merkletree utils methods
  • 4178516468a6f938349c85ace0b91e781d40afbb fix: proper comment for DecodeScriptHex function
  • 6ed7ab7182fdf135bf4ea5103180b30e2c177bae fix: proper loop on totalKeyShares function
  • c0cb4f3efbfa1d77628c4f2c34e617d3a11d0514 fix: reformatted comments to be one liners
  • f5bc7a0ac0e18c36f91c26234366fff6dee05bd9 fix: remove unused const fieldOverflowBits
  • d44961e52905393437401e213bd950dc43b83965 fix: resolve performance issues for MerkleTreeParentBytes
  • df67deb569b9d72103d2e463ee372123929a0292 fix: shorten comment on MerkleTreeParentStr to pass linter

... (truncated)

Changelog

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

[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()
    • transaction.MerkleTreeParentBytes()
    • transaction.MerkleTreeParents()
  • file transaction/chaintracker/whatsonchain.go, whatsonchain_test.go - chain tracker for whatsonchain.com
    • chaintracker.NewWhatsOnChain chaintracker
Commits

Updates github.com/bitcoin-sv/go-sdk from 1.1.9 to 1.1.14

Release notes

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

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
  • e43a486ba071d213c49327d0a30a03144fdbd4b7 add tx fee tests
  • 5cc21f5e2d6ed8b4c82ed8fe69bb4ad25b74a305 feat: add extension method to return signature as encoded string
  • d18278d6350495b360b0adc550f5ecc45f5b0f17 feat: add helper methods to work on decoded script
  • 6bb8110e397fc77c6591571041f0951a06358f50 feat: add merkletreeparent util functions
  • 4975897a19258cf093c112bf2e93b798e76d6b80 fix lint errors
  • ef522dfcf3d6d4b410666cf2af4fa4257ce7765e fix: performance upgrade for merkletree utils methods
  • 4178516468a6f938349c85ace0b91e781d40afbb fix: proper comment for DecodeScriptHex function
  • 6ed7ab7182fdf135bf4ea5103180b30e2c177bae fix: proper loop on totalKeyShares function
  • c0cb4f3efbfa1d77628c4f2c34e617d3a11d0514 fix: reformatted comments to be one liners
  • f5bc7a0ac0e18c36f91c26234366fff6dee05bd9 fix: remove unused const fieldOverflowBits
  • d44961e52905393437401e213bd950dc43b83965 fix: resolve performance issues for MerkleTreeParentBytes
  • df67deb569b9d72103d2e463ee372123929a0292 fix: shorten comment on MerkleTreeParentStr to pass linter

... (truncated)

Changelog

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

[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()
    • transaction.MerkleTreeParentBytes()
    • transaction.MerkleTreeParents()
  • file transaction/chaintracker/whatsonchain.go, whatsonchain_test.go - chain tracker for whatsonchain.com
    • chaintracker.NewWhatsOnChain chaintracker
Commits

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

…date

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


Updates `github.com/bitcoin-sv/go-sdk` from 1.1.9 to 1.1.14
- [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.9...v1.1.14)

Updates `github.com/bitcoin-sv/go-sdk` from 1.1.9 to 1.1.14
- [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.9...v1.1.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

github-actions bot commented Nov 4, 2024

Manual Tests

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

1 similar comment
Copy link

github-actions bot commented Nov 4, 2024

Manual Tests

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

@mgosek-4chain mgosek-4chain self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant