Skip to content

Bump @ton/core from 0.53.0 to 0.63.1#12

Merged
Lawrence Lucas Large (LukeLarge) merged 1 commit intomainfrom
dependabot/npm_and_yarn/ton/core-0.63.1
Feb 26, 2026
Merged

Bump @ton/core from 0.53.0 to 0.63.1#12
Lawrence Lucas Large (LukeLarge) merged 1 commit intomainfrom
dependabot/npm_and_yarn/ton/core-0.63.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps @ton/core from 0.53.0 to 0.63.1.

Release notes

Sourced from @​ton/core's releases.

Release 0.62.0

Added

  • export serializeTupleItem and parseTupleItem functions for tuple (de)serialization (thx @​krigga)

Fixed

  • storeInt(-1, 1) now stores a 1 bit, instead of 0 (thx @​Alejandbel)

Release 0.61.0

BREAKING: you should update library to support new StorageInfo format. Both versions work fine on mainnet until new format is not enabled.

Added

  • support of a new format of StorageInfo, StorageUsed
  • StorageExtraInfo structure

Fixed

  • StorageInto.ts renamed to StorageInfo.ts
  • Anchor regex in Address.isFriendly (thx @​kolpav)
  • writeInt with number and size 0 or 1 (thx @​stels-cs)
  • support rewrite prefixes in anycast addresses (thx @​ilyar)

Removed

  • StorageUsedShort is replaced by StorageUsed

Release 0.60.1

Fixed

  • BREAKING: fail if there is remaining data in dictionary value after parsing (security issue)

Notes: if you want to parse dictionary value without checking for remaining data, you can implement your custom DictionaryValue

Release 0.60.0

Added

Release 0.59.1

Fixed

  • BitBuilder.writeVarInt bytes size calculation (thx @​Gusarich)

Release 0.59.0

Fixed

  • TupleReader: always pop current element in readStringOpt and readBufferOpt (thx @​anton-trunov)

Added

Release 0.58.1

Fixed

  • Contract proxy method discovery

Release 0.58.0

... (truncated)

Changelog

Sourced from @​ton/core's changelog.

[0.63.1] - 2026-02-11

Fixed

  • Missing export of domainDataToSign

[0.63.0] - 2026-01-20

Added

  • Signature domain cryptography via domainSign, domainSignVerify functions

[0.62.0] - 2025-09-30

Added

  • export serializeTupleItem and parseTupleItem functions for tuple (de)serialization (thx @​krigga)

Fixed

  • storeInt(-1, 1) now stores a 1 bit, instead of 0 (thx @​Alejandbel)

[0.61.0] - 2025-06-10

BREAKING: you should update library to support new StorageInfo format. Both versions work fine on mainnet until new format is not enabled.

Added

  • support of a new format of StorageInfo, StorageUsed
  • StorageExtraInfo structure

Fixed

  • StorageInto.ts renamed to StorageInfo.ts
  • Anchor regex in Address.isFriendly (thx @​kolpav)
  • writeInt with number and size 0 or 1 (thx @​stels-cs)
  • support rewrite prefixes in anycast addresses (thx @​ilyar)

Removed

  • StorageUsedShort is replaced by StorageUsed

[0.60.1] - 2025-02-20

Fixed

  • BREAKING: fail if there is remaining data in dictionary value after parsing (security issue)

Notes: if you want to parse dictionary value without checking for remaining data, you can implement your custom DictionaryValue

[0.60.0] - 2025-01-31

Added

[0.59.1] - 2024-12-20

Fixed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​ton/core since your current version.


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 [@ton/core](https://github.com/ton-org/ton-core) from 0.53.0 to 0.63.1.
- [Release notes](https://github.com/ton-org/ton-core/releases)
- [Changelog](https://github.com/ton-org/ton-core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ton-org/ton-core/commits)

---
updated-dependencies:
- dependency-name: "@ton/core"
  dependency-version: 0.63.1
  dependency-type: direct:development
  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 javascript Pull requests that update javascript code labels Feb 26, 2026
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump @ton/core from 0.53.0 to 0.63.1
#12

@LukeLarge Lawrence Lucas Large (LukeLarge) merged commit 12091ce into main Feb 26, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ton/core-0.63.1 branch February 26, 2026 10:15
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant