Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/xssnick/tonutils-go-1.17.2
Open

chore(deps): bump github.com/xssnick/tonutils-go from 1.14.1 to 1.17.2#1013
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/xssnick/tonutils-go-1.17.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

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

Release notes

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

v1.17.2

  • Better broadcast FEC
  • Cell methods for manual proofs construction exported
  • DHT StoreAddress & StoreOverlay return values fixed to be same as v1.16

v1.17.1

  • Added random-access BOCView API for BoC
  • Moved BoC index building to slice outside struct to optimize mem
  • Improved lazy BoC parsing without required TrustedHashes
  • Added DisableLazyCache parse option for cached BoC
  • Added Cell.Prewarm for lazy
  • Improved DHT nearest-node lookup
  • Optimized DHT store payload reuse
  • Added overlay broadcast handler with source info
  • RLDP BBRv2 startup and loss tuning
  • Fixed 32bit int comparison in broadcasts to fix lib build for x86 (by @​TONresistor)
  • Fixed toncenter v2 GetAddressState path handling
  • Fixed FEC broadcast payload size check
  • Bumped golang.org/x/crypto to v0.51.0
  • Bumped golang.org/x/sys to v0.44.0

v1.17.0

  • Pure Go TVM implementation with transactions and run method emulation (Alpha version)
  • Added TVM execution proofs and usage-based proof tracing
  • Reworked cell internals for better performance, hashing, depth, level and proof semantics
  • Changed Cell.BeginParse to return (*Slice, error) and added MustBeginParse (lazy cells can return error on parse)
  • Added lazy BoC loading and lazy pruned-ref support for huge cell trees
  • Added MerkleProofBuilder, CellUsageTree and trace-based proof generation
  • Added Virtualize method for cells to work with proofs using semantics similar to C++
  • Added Merkle update validation, application, combination and generation
  • Added BoC serialization options, streaming writer, file hash support and large BoC export
  • Added BoC compression/decompression with LZ4-based algorithms (mostly for block broadcasts v2)
  • Added optional cell tracing hooks
  • Added augmented dictionaries, prefix dictionaries and expanded dict APIs
  • Improved dictionary iteration, nearest-key lookup, prefix subdicts, filtering and validation
  • Added TON address anycast support
  • Added blockchain config helpers for prices, workchains, limits, validators and special params
  • Improved TLB loader performance and added tlb.Parse to directly map cell to struct
  • Added TLB support for string tags, array tags, var-int tags and stricter address tags
  • Added relaxed message, outbound action and out-message queue TLB types
  • Improved liteserver connection balancing, sticky node selection, pings and failover
  • Added liteserver config/library APIs with proof-aware handling
  • Added liteserver out-message queue and dispatch queue APIs with proof checks
  • Added liteserver nonfinal validator group, candidate and pending block APIs
  • Improved ADNL query/ping bookkeeping, packet validation and channel handling
  • Added ADNL IPv6 address support and address list cloning helpers
  • Added DHT server code with local value store, signed value validation and republishing
  • Improved DHT client/server validation, lookup behavior and test coverage
  • Finalized overlay FEC broadcast sender and broadcaster with RaptorQ support
  • Improved RLDP receive-stream processing, cleanup and response validation

... (truncated)

Commits
  • 824bce2 Merge pull request #385 from xssnick/dev-e2
  • ad56523 Cleanup refactor
  • 02ac859 Better broadcast FEC & cell methods exported & DHT return values fix
  • 59f5054 Merge pull request #384 from xssnick/dev-e2
  • dd45adf Updated coverage badge
  • 3846785 Merge d32c6732ce358b440843ce5b0c157e44d3c5648e into 4440616a569d4633ae5db6e97...
  • d32c673 DHT Store optimizations & large boc separate index
  • fbe1e0a Merge pull request #383 from TONresistor/master
  • 429c7ef Merge remote-tracking branch 'origin/master' into dev-e2
  • f31d2da BoC view for mem eff parsing, lazy boc recalc hashes support, rldp tunning, p...
  • 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.17.2.
- [Release notes](https://github.com/xssnick/tonutils-go/releases)
- [Commits](xssnick/tonutils-go@v1.14.1...v1.17.2)

---
updated-dependencies:
- dependency-name: github.com/xssnick/tonutils-go
  dependency-version: 1.17.2
  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 May 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 27, 2026 00:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 27, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 27, 2026

⚠️ No Changeset found

Latest commit: b2e0ffc

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