Skip to content

chore(deps): bump github.com/xssnick/tonutils-go from 1.14.1 to 1.16.0#867

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/xssnick/tonutils-go-1.16.0
Open

chore(deps): bump github.com/xssnick/tonutils-go from 1.14.1 to 1.16.0#867
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/xssnick/tonutils-go-1.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2026

Bumps github.com/xssnick/tonutils-go from 1.14.1 to 1.16.0.

Release notes

Sourced from github.com/xssnick/tonutils-go's releases.

v1.16.0

  • Added simplex validator set signature support in block proof verification
  • Added new liteserver queue APIs: GetOutMsgQueueSizes, GetBlockOutMsgQueueSize, GetDispatchQueueInfo, GetDispatchQueueMessages
  • Added GetBlockHeader API method
  • Added WithLSInfoInErrors() to enrich lite server errors with server address and response timing
  • Improved retry logic (cleaner wrapper, timeout retry behavior, added retriable LS codes 228 and 429)
  • Improved transaction lookup: added FindLastTransactionBy(In|Out)MsgHashAfterTime, switched to full message hash matching, deprecated old payload-hash variants
  • Updated toncenter v2 compatibility (getOutMsgQueueSize call, total_supply type)
  • Increased test coverage
  • Bumped golang.org/x/crypto to v0.45.0

v1.15.5

  • TL uintptr arithmetic changed to unsafe.Pointer with runtime keep-alive for safety (by @​mrnkslv)

v1.15.4

  • RLDP Recovery and congestion improvements

v1.15.3

  • Fixed RLDP too early recovery
  • Congestion control improvements

v1.15.2

  • Updated RaptorQ to v1.3 (arm64 asm optimizations by @​andreypfau)
  • Fixed findLastTransaction early return for ExternalIn
  • Fixed DHT FindValue goroutines leak
  • RLDP small improvements

v1.15.1

  • RLDP RTT based congestion control
  • RLDP RoundRobin FEC support
  • RLDP Message queue optimization
  • ADNL Small optimizations
  • TL ToBytesToBuffer method added hard limit for 1<<24 bytes and error return
  • Added RLDP benchmarks

v1.15.0

  • Added Toncenter API client package
  • Added flexible wallet initialization methods with options (by @​mikalsande)
  • Added support for Ledger compatible seed phrases. (by @​mikalsande)
  • Added FromPubKeyWithOptions, for wallets with external signer
  • Added TL RegisterAllowedGroup method to group messages in a single alias name
  • RLDP Optimizations (by @​andreypfau)
  • Removed api argument from FromPrivateKeyWithOptions, added option WithAPI(api)
  • Allowed address type as stack element for RunGetMethod (auto conversion to slice)
  • CRC16 internal implementation, to reduce dependencies
  • Coins math methods changed from pointers to struct for simpler usage
  • Fixed BlockBroadcast TL struct registration
  • Increased lite client max packet size to 16 mb
  • Wallet usage exmaple with Toncenter API
  • overlay package refactoring

... (truncated)

Commits
  • 52b7bbe Merge pull request #381 from xssnick/dev-v16
  • 0b09302 Updated coverage badge
  • 7278eb4 Merge 6ae9de1db3dfbf3c5eefa4740772f892a072aa89 into 3d5385331a009b3f8f7483069...
  • 6ae9de1 More tests & removed payments (outdated, new versio in payment-network repo)
  • 3d53853 Merge pull request #379 from xssnick/dev-v16
  • ca7f8cd Updated coverage badge
  • 2ae1bed Merge 3a71247249a3d2a32acc9191fa9e8018abc60aa4 into c9078fcdea4cc5eb7ae7659a5...
  • 3a71247 TestAPIClient_GetLibraries test updated address to actual
  • 484d59f Simplex validator set signatures supported & LS queue size methods
  • 124ac12 Liteclient retrier throw deadline err directly
  • 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 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/xssnick/tonutils-go](https://github.com/xssnick/tonutils-go) from 1.14.1 to 1.16.0.
- [Release notes](https://github.com/xssnick/tonutils-go/releases)
- [Commits](xssnick/tonutils-go@v1.14.1...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/xssnick/tonutils-go
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 17, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 17, 2026 19:18
@dependabot dependabot bot added the go Pull requests that update go code label Mar 17, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 17, 2026

⚠️ No Changeset found

Latest commit: 304347c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants