Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps github.com/xssnick/tonutils-go from 1.13.0 to 1.15.5.

Release notes

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

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
  • BlockIDExt refactoring, removed deprecated BlockInfo
  • GetParentBlocks moved to ton package from tlb.BlockHeader method

v1.14.1

  • Negative coins to String representation fix
  • Added GetBlockDataAsCell method to ton package
  • RLDP better realtime switch between v1 and v2

... (truncated)

Commits
  • c9078fc Merge pull request #373 from xssnick/dbg-rldp
  • 8fb30be Updated coverage badge
  • 166bfc9 Merge 6f65176a669e05eeb51512dcca5f946c058d44d3 into 17ffed7ee5e0ead0468d2547c...
  • 6f65176 Merge pull request #372 from RSquad/fix-unsafe-procedures
  • 17ffed7 Merge pull request #371 from xssnick/dbg-rldp
  • 3bb6169 SendClock sz calc fixed
  • 8a284ee Updated coverage badge
  • 105b006 Merge 3aee59080cd139d31195674d7b8693fcc23c79a8 into c49a4d35c0f7a8f0abf7b72d8...
  • 3aee590 Commented test requiring stable archival node
  • f109f59 RLDP Recovery min rtt
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 6, 2025 19:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 6, 2025
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: 23fd329

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

Bumps [github.com/xssnick/tonutils-go](https://github.com/xssnick/tonutils-go) from 1.13.0 to 1.15.5.
- [Release notes](https://github.com/xssnick/tonutils-go/releases)
- [Commits](xssnick/tonutils-go@v1.13.0...v1.15.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xssnick/tonutils-go-1.15.5 branch from b2767b3 to 23fd329 Compare October 14, 2025 16:22
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