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

chore(deps): bump the go_modules group across 1 directory with 3 updates #751

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 Oct 21, 2024

Bumps the go_modules group with 3 updates in the / directory: github.com/bitcoin-sv/go-paymail, github.com/bitcoin-sv/go-sdk and github.com/swaggo/swag.

Updates github.com/bitcoin-sv/go-paymail from 0.21.0 to 0.21.1

Release notes

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

v0.21.1

0.21.1 (2024-10-18)

Bug Fixes

  • SPV-000: proper error on SPV failure (#125) (5e6ad17)
Changelog

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

0.21.1 (2024-10-18)

Bug Fixes

  • SPV-000: proper error on SPV failure (#125) (5e6ad17)
Commits

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

Release notes

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

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
Changelog

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

[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/swaggo/swag from 1.16.3 to 1.16.4

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.4

Changelog

  • 85254b4 Added multiline support for @​description attribute for securityDefinitions (#1786)
  • 7204462 Added suport for parsing comments inside of function bodies (#1824)
  • d323b48 Feat: Add support for parenthesis in router patterns (#1859)
  • 15dae35 Feat: multi-arch docker image (#1756)
  • 83fe3ca Fix generics used with function scoped types (#1883)
  • ff50cd6 Fix global overrides for any/interface ref types (#1835)
  • 1d730c5 Fix param comment escaping issue (#1890)
  • 697572a Fixes Issue 1829 (#1830)
  • 28de14c Flags to parse internal and dependency package (#1894)
  • 4c2f8dd Handle case of empty GOROOT (#1798)
  • 87e7d9c Update docker go build version to 1.21 (#1758)
  • 4fd8a36 Update docs for request and response headers (#1825)
  • 56fde5c Update operation.go (#1753)
  • 807dd1f [Issue 1812] fix misalignment in expected.json and api.go messing with parser_test (#1836)
  • 91624ad add support for "title" tag (#1762)
  • f32d4d3 adds support for complex types with function scope (#1813)
  • c7f1cd8 adds support for pointer function scoped fields (#1841)
  • 8a47dcb bump go version (#1797)
  • 0834357 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#1793)
  • 1bb1445 chore(deps): bump golang.org/x/net in /example/celler (#1794)
  • 6aa6613 chore(deps): bump golang.org/x/net in /example/go-module-support (#1795)
  • d5af957 chore(deps): bump golang.org/x/net in /example/markdown (#1792)
  • 0368d7d chore(deps): bump golang.org/x/net in /example/object-map-example (#1796)
  • b8662de chore(deps): bump google.golang.org/protobuf (#1773)
  • 4a11e23 chore(deps): bump google.golang.org/protobuf (#1774)
  • 937c239 chore(deps): bump google.golang.org/protobuf in /example/celler (#1775)
  • 103ac42 chore: Update ci.yml (#1902)
  • 90aa46f chore: fix some typos in comments (#1788)
  • e55c557 feat: read from stdin, write to stdout (#1831) (#1832)
  • fd2fa83 fix issue: #1780: filter $GOROOT path (#1827)
  • 10030b0 fix parse nested structs and aliases (#1866)
  • 7159b0f fix: failing assert in enums test on 32bit (#1634)
  • 928264c fix: remove dropped tags from general infos (#1764)
  • a74d34c fix:parse all field names declared in a row (#1872)
  • 0b9e347 new release (#1901)
  • a3c6d12 support markdown description for declaration (#1893)
  • 9069105 update README (#1856)
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

Bumps the go_modules group with 3 updates in the / directory: [github.com/bitcoin-sv/go-paymail](https://github.com/bitcoin-sv/go-paymail), [github.com/bitcoin-sv/go-sdk](https://github.com/bitcoin-sv/go-sdk) and [github.com/swaggo/swag](https://github.com/swaggo/swag).


Updates `github.com/bitcoin-sv/go-paymail` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/bitcoin-sv/go-paymail/releases)
- [Changelog](https://github.com/bitcoin-sv/go-paymail/blob/main/CHANGELOG.md)
- [Commits](bitcoin-sv/go-paymail@v0.21.0...v0.21.1)

Updates `github.com/bitcoin-sv/go-sdk` from 1.1.9 to 1.1.10
- [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.10)

Updates `github.com/swaggo/swag` from 1.16.3 to 1.16.4
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](swaggo/swag@v1.16.3...v1.16.4)

---
updated-dependencies:
- dependency-name: github.com/bitcoin-sv/go-paymail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- 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/swaggo/swag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 21, 2024 15:15
@dependabot dependabot bot added the dependencies Dependency updates label Oct 21, 2024
Copy link

Manual Tests

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

1 similar comment
Copy link

Manual Tests

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

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.

0 participants