Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

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

Release notes

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

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
  • RLDP Rate control with EWMA and answer improvements
  • Added RLDP GetRateInfo method
  • ADNL disconnect handler call asynchronously
  • TL IPv6 type

v1.14.0

  • Find transaction by normalized external hash support
  • Support for tinygo + wasm go compiler
  • Crypto keys types moved to keys package from adnl package
  • TonConnect VerifyProofHandlePayload and payload methods added (by @​Vladimir-Khm)
  • Added RegisterWithFabric for complex TL structures that requires preinitialization
  • Added static method jettons.BuildTransferPayload to replace obj.BuildTransferPayloadV2, and same for burn
  • Fixed ADNL timed out queries removal
  • RLDP improvements
  • Crypto lib oasisprotocol/curve25519-voi replaced to filippo.io/edwards25519 and now only Ed25519PubToX25519 is used, Ed25519PrivateToX25519 implemented right in tonutils

v1.13.1

  • RLDP transfers improvements and fixes
  • Fix create FEC decoder for parts of RLDP stream (by @​XaBbl4)
Commits
  • 1578768 Commented get old block test because of public LS
  • 851e510 MaxRate no limit
  • 729e531 Merge pull request #356 from xssnick/dev-14
  • 9a39ae8 Updated coverage badge
  • 5dba368 Merge 71d2393f732d6e056b71a41b926208f5bc89fb58 into 74ec9ab05723a3383baf1f40f...
  • 71d2393 Update README.md
  • 7225ba8 Overlay small refactor
  • 61fde3f Updated coverage badge
  • d0306bb Merge 1ab4908e4c3fde319ab54ad8bed3774d49abeef4 into 74ec9ab05723a3383baf1f40f...
  • 1ab4908 Merge pull request #353 from fengyuchuanshen/master
  • 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 19:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 22, 2025
Copy link

changeset-bot bot commented Sep 22, 2025

⚠️ No Changeset found

Latest commit: 2d188a1

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #464.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/xssnick/tonutils-go-1.15.0 branch September 29, 2025 23:23
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