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.11 #109

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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
  • 77351d3cade22bef89d694691db90426ac1d44fe lint
  • 8b1d70df613850a31669059e85a7cfd0ee4fac57 remove commented out code
  • 958954a5a1ee222cab79c3d87cac6c380707623b rename test
  • f5aee913573c1267d9b04b4745f5f93d13821f30 renames for consistency
  • 29c34cb8c9d8c6656ed1162e65d9330fb154fa53 script.Address()
  • 9c82d8da822f951316030442f30e8ca9e1be84db spv package
  • 8d865f17fcccdc4ac812c260681f0add2b822cd2 swap names of MerkleTreeParent and MerkleTreeParentBytes
  • 6daa0c65a96c26dd7ce339a2b487ef48d7f1c220 test script addresses
  • d02917cae899420ef9de79976a356648a3c543c0 update change log
  • 34c9c08d6470b813f04ba184f0d1c52021f5d092 update change log
  • 392572bc991bdf771e707a6369bc24a6121a7d50 update changelog
  • 6e4872d603238843af74757a02ca282af7ce004d update changelog
  • e0d5be3c5a77f7e28c809a23ee95418f5536a839 update changelog
  • cb7bd65a20183a0549714dc38da8bfae7ff46205 update merklepath to use merkletreeparent
  • 7ba0ba1491f279b586f081e1896aa29b6d5effdf update spv verify
  • baad705e0c991db69ef6ae8c40724bca63d296a9 update test sgn message string helper
  • a7bf45e4f04570092413654bf04c478130ffb113 verify

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

... (truncated)

Changelog

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

[1.1.11] - 2024-10-23

Big thanks for contributions from @​wregulski

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

[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

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.11.
- [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...1.1.11)

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

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #110.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/bitcoin-sv/go-sdk-1.1.11 branch November 1, 2024 10:46
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