05.05.202520:44
TVM 10
— Adjustments to extra-currency behavior;
— Prohibition of Anycast addresses;
—
— Other improvements;
Full Changelog »
— Adjustments to extra-currency behavior;
— Prohibition of Anycast addresses;
—
StateInit.split_depth
renamed to StateInit.fixed_prefix_length
. You can use this field to deploy smart contracts to a specific shard. For example this will be used in the new version of optimized Jettons.— Other improvements;
Full Changelog »
05.05.202520:44
Node Update TON 2025.04
— Optimized work with the CellDB database: introduced Bloom Filters and CellDB 2.0 accelerating reads and writes;
— Optimized a number of intrinsic node operations: SHA256, cell operations, large BOC serialization, validator set checks;
— The 2nd of 3 stages of the "Accelerator" update has been completed: optimized traffic (especially storage stats) between the collator and validator;
—Other improvements and fixes;
Full Changelog »
— Optimized work with the CellDB database: introduced Bloom Filters and CellDB 2.0 accelerating reads and writes;
— Optimized a number of intrinsic node operations: SHA256, cell operations, large BOC serialization, validator set checks;
— The 2nd of 3 stages of the "Accelerator" update has been completed: optimized traffic (especially storage stats) between the collator and validator;
—Other improvements and fixes;
Full Changelog »
06.04.202518:13
TON Core: Report for March
The Pending API, upcoming node update, TOLK lang updates, Payment Network Layer 2, wallet.ton.org and more.
https://telegra.ph/TON-Core-Report-for-March-2025-04-06
The Pending API, upcoming node update, TOLK lang updates, Payment Network Layer 2, wallet.ton.org and more.
https://telegra.ph/TON-Core-Report-for-March-2025-04-06
01.04.202509:06
TON Core: Report for March
Throughout March, the TON Core team focused on porting the TON codebase to the RISC-V architecture.
Today, on April 1st, we’re proud to announce that The Open Network can now run on microwaves*, refrigerators, fitness trackers, and smart TVs.
https://github.com/ton-blockchain/ton/pull/1584
* Requires magnetron power from 0.8 kW to start the validator.
Throughout March, the TON Core team focused on porting the TON codebase to the RISC-V architecture.
Today, on April 1st, we’re proud to announce that The Open Network can now run on microwaves*, refrigerators, fitness trackers, and smart TVs.
https://github.com/ton-blockchain/ton/pull/1584
* Requires magnetron power from 0.8 kW to start the validator.
26.03.202518:12
tonutils-storage 0.8.0
Optimized tonutils-storage to work with large files (1TB+), in anticipation of the beginning of distribution of network block archives via TON Torrents technology.
Release notes »
Optimized tonutils-storage to work with large files (1TB+), in anticipation of the beginning of distribution of network block archives via TON Torrents technology.
Release notes »
08.03.202512:56
Upcoming Node Update 2025.03
The most important improvements are the acceleration of broadcasts in overlays (from TON Optimisation Roadmap) and the application of some solutions from the TON Core x Telegram block validation optimisation contest (up to 10% improvement).
Read about other changes in changelog »
The most important improvements are the acceleration of broadcasts in overlays (from TON Optimisation Roadmap) and the application of some solutions from the TON Core x Telegram block validation optimisation contest (up to 10% improvement).
Read about other changes in changelog »
05.05.202520:44
Progress of the “Accelerator” update
Along with the release of the second part of the “Accelerator” update, the "Accelerator" roadmap and timeline have been updated:
✅ 2024.12 – Introducing Partial Liteservers;
✅ 2025.04 – Optimized Storage Stats (traffic between Collator and Validators);
🔧 May–June 2025 – Introducing Collators
(Already developed, except Block Retention issue; In the process of testing and merging);
🔧 June 2025 – Activation in Testnet;
July 2025 – Set-up Collators Infrastructure & Activation in Mainnet;
Details »
Along with the release of the second part of the “Accelerator” update, the "Accelerator" roadmap and timeline have been updated:
✅ 2024.12 – Introducing Partial Liteservers;
✅ 2025.04 – Optimized Storage Stats (traffic between Collator and Validators);
🔧 May–June 2025 – Introducing Collators
(Already developed, except Block Retention issue; In the process of testing and merging);
🔧 June 2025 – Activation in Testnet;
July 2025 – Set-up Collators Infrastructure & Activation in Mainnet;
Details »


05.05.202520:44
New user interface in the @validators bot
We remind you that node and validator administrators can subscribe to alerts in the @validators bot.
For your convenience, we have significantly improved the bot's user interface by adding buttons and other enhancements.
We remind you that node and validator administrators can subscribe to alerts in the @validators bot.
For your convenience, we have significantly improved the bot's user interface by adding buttons and other enhancements.
05.04.202516:17
TON Payment Network (Beta): added support for Jettons and Extra-currencies
The latest update to the TON Payment Network adds support for Jettons and Extra-currencies as well as other enhancements.
https://github.com/xssnick/ton-payment-network
https://github.com/xssnick/payment-channel-contract
The latest update to the TON Payment Network adds support for Jettons and Extra-currencies as well as other enhancements.
https://github.com/xssnick/ton-payment-network
https://github.com/xssnick/payment-channel-contract
Reposted from:
Toncenter API

31.03.202517:44
MyTonWallet uses the Toncenter API
Another impressive example is how the popular non-custodial wallet MyTonWallet has enhanced the “Activity Feed” tab with user activity history using Toncenter's Actions API.
https://t.me/MyTonWalletEn/227
Another impressive example is how the popular non-custodial wallet MyTonWallet has enhanced the “Activity Feed” tab with user activity history using Toncenter's Actions API.
https://t.me/MyTonWalletEn/227
26.03.202517:56
TOLK 0.10
This update lays the groundwork by addressing how fields will be serialized and how they relate to TL-B.
— Fixed-size integer types:
— Type coins and function
— Types
— Replace
— Support
— Trailing comma support.
The new version of TOLK is already supported by IntelliJ IDEA Plugin and VS Code Plugin.
Read more »
Release »
This update lays the groundwork by addressing how fields will be serialized and how they relate to TL-B.
— Fixed-size integer types:
int32
, uint64
, etc.— Type coins and function
ton("0.05")
.— Types
bytesN
and bitsN
(backed by slices at TVM level).— Replace
"..."c
postfixes with stringCrc32("...")
functions.— Support
0b...
number literals along with 0x...
— Trailing comma support.
The new version of TOLK is already supported by IntelliJ IDEA Plugin and VS Code Plugin.
Read more »
Release »
08.03.202512:56
TOLK 0.9
Introducing Nullable Types, Null Safety, Control Flow and Smart Casts (!).
A crucial step towards structures and pattern matching.
Read more »
Release »
Introducing Nullable Types, Null Safety, Control Flow and Smart Casts (!).
A crucial step towards structures and pattern matching.
Read more »
Release »
05.05.202520:44
Toncenter API Updates
— Instant appearance of pending transactions;
— New actions supported: Evaa, Jvault, Multisig V2, Vesting;
— Versioning in the Actions API;
— Emulation and Pending API updates;
— ton-http-api 2.0.54 with supported normalized hash of external messages.
— Examples of how new API features are used in products to improve UX.
Read more: @toncenter_news
— Instant appearance of pending transactions;
— New actions supported: Evaa, Jvault, Multisig V2, Vesting;
— Versioning in the Actions API;
— Emulation and Pending API updates;
— ton-http-api 2.0.54 with supported normalized hash of external messages.
— Examples of how new API features are used in products to improve UX.
Read more: @toncenter_news
13.04.202510:43
TOLK 0.11
— Pattern matching for types.
— Pattern matching for expressions.
— Type aliases.
— Union types.
— Operators
The new version of TOLK is already supported by IntelliJ IDEA Plugin and VS Code Plugin.
Read more »
— Pattern matching for types.
— Pattern matching for expressions.
— Type aliases.
— Union types.
— Operators
is
and !is
.The new version of TOLK is already supported by IntelliJ IDEA Plugin and VS Code Plugin.
Read more »
05.04.202516:17
TON Payment Network (Beta)
In this new article, we remind you what this technology is, what we've done so far, and what the next steps are.
https://telegra.ph/TON-Payment-Network-Layer-2-04-05
In this new article, we remind you what this technology is, what we've done so far, and what the next steps are.
https://telegra.ph/TON-Payment-Network-Layer-2-04-05
Reposted from:
Toncenter API

31.03.202517:44
Tonscan.org uses the Toncenter API
A great example of using the latest features of the Toncenter API is the popular blockchain explorer tonscan.org.
Using the Actions API, it shows user-understandable actions (such as “Swap on DeDust DEX” or “Domain Renew”) instead of raw account transactions.
Using Pending API it displays a list of pending transactions. By opening such a pending transaction we can see its progress in real time.
In the next updates, the Tonscan.org team plans to further simplify the UI.
A great example of using the latest features of the Toncenter API is the popular blockchain explorer tonscan.org.
Using the Actions API, it shows user-understandable actions (such as “Swap on DeDust DEX” or “Domain Renew”) instead of raw account transactions.
Using Pending API it displays a list of pending transactions. By opening such a pending transaction we can see its progress in real time.
In the next updates, the Tonscan.org team plans to further simplify the UI.
17.03.202511:09
TON Java SDK 0.9.2
Release notes »
Release notes »
08.03.202512:56
TON Core: Report for February
A short month but not a short list of updates: node optimisation and detailed plan for further optimisations, finished research and development of TON/TVM sidechains, new functionality of Toncenter API in mainnet, TON Proxy, TOLK 0.9, alert bots for validators and much more.
https://telegra.ph/TON-Core-Report-for-February-2025-03-08
A short month but not a short list of updates: node optimisation and detailed plan for further optimisations, finished research and development of TON/TVM sidechains, new functionality of Toncenter API in mainnet, TON Proxy, TOLK 0.9, alert bots for validators and much more.
https://telegra.ph/TON-Core-Report-for-February-2025-03-08
05.05.202520:44
TON Core: Report for April
Node optimizations, 2/3 of the "Accelerator" phase completed, TVM 10, new features in the API and TOLK language, and more.
https://telegra.ph/TON-Core---Report-for-April-2025-05-03
Node optimizations, 2/3 of the "Accelerator" phase completed, TVM 10, new features in the API and TOLK language, and more.
https://telegra.ph/TON-Core---Report-for-April-2025-05-03
06.04.202518:13
Normalized message hash
We propose to standardize the normalized external message hash algorithm proposed by Denis Subbotin.
This approach provides a guaranteed ability to find and track a sent message in the TON Blockchain and is particularly useful for tracking pending actions.
Normalization is already supported by Toncenter API, tonscan.org, TON API and tonviewer.com.
Developers are welcome to participate in the discussion:
https://github.com/ton-blockchain/TEPs/pull/467/files?short_path=eec950d#diff-eec950d709a49c0385d78864230b9de72d6003af0be76221a877693730714878
We propose to standardize the normalized external message hash algorithm proposed by Denis Subbotin.
This approach provides a guaranteed ability to find and track a sent message in the TON Blockchain and is particularly useful for tracking pending actions.
Normalization is already supported by Toncenter API, tonscan.org, TON API and tonviewer.com.
Developers are welcome to participate in the discussion:
https://github.com/ton-blockchain/TEPs/pull/467/files?short_path=eec950d#diff-eec950d709a49c0385d78864230b9de72d6003af0be76221a877693730714878
Reposted from:
Anatoly Makosov

02.04.202514:51
wallet.ton.org
Together with the MyTonWallet team, we’ve updated wallet.ton.org — a non-commercial, fully open-source web wallet for TON.
wallet.ton.org was the first web wallet in the TON ecosystem, created by me and Kirill Emelyanenko back in 2020. Its code became a foundation for many wallets that followed.
There are more feature-rich wallets that support multiple networks, built-in swaps, and staking, while wallet.ton.org is a simple, fallback, reliable, and open tool that will always remain accessible and free.
The new version stays true to these principles, while adding support for all actual TON technologies — Jettons, Mintless Jettons, NFTs (including Telegram Gifts), TON DNS, TON Connect, Ledger, and more. It’s also been significantly improved in terms of usability.
The MyTonWallet team will continue maintaining this non-commercial version. An updated Chrome Extension is currently under review and will be available soon.
Huge thanks to the MyTonWallet team for their support!
Together with the MyTonWallet team, we’ve updated wallet.ton.org — a non-commercial, fully open-source web wallet for TON.
wallet.ton.org was the first web wallet in the TON ecosystem, created by me and Kirill Emelyanenko back in 2020. Its code became a foundation for many wallets that followed.
There are more feature-rich wallets that support multiple networks, built-in swaps, and staking, while wallet.ton.org is a simple, fallback, reliable, and open tool that will always remain accessible and free.
The new version stays true to these principles, while adding support for all actual TON technologies — Jettons, Mintless Jettons, NFTs (including Telegram Gifts), TON DNS, TON Connect, Ledger, and more. It’s also been significantly improved in terms of usability.
The MyTonWallet team will continue maintaining this non-commercial version. An updated Chrome Extension is currently under review and will be available soon.
Huge thanks to the MyTonWallet team for their support!
Reposted from:
Toncenter API

31.03.202517:44
Introducing the Pending API
Using this API you can track operations on the blockchain that have not yet completed.
As soon as an external message enters the blockchain, the Toncenter API Indexer notices it and builds a subsequent transaction series. Next, the action to be executed (e.g. "Swap on DeDust DEX") is recognized. As transactions are executed, the transaction series is re-indexed.
You can use this API to build responsive applications that respond quickly to user actions and show the progress of pending blockchain operations.
/api/v3/pendingActions
/api/v3/pendingTraces
Using this API you can track operations on the blockchain that have not yet completed.
As soon as an external message enters the blockchain, the Toncenter API Indexer notices it and builds a subsequent transaction series. Next, the action to be executed (e.g. "Swap on DeDust DEX") is recognized. As transactions are executed, the transaction series is re-indexed.
You can use this API to build responsive applications that respond quickly to user actions and show the progress of pending blockchain operations.
/api/v3/pendingActions
/api/v3/pendingTraces
17.03.202511:09
MyLocalTon Docker 3.1
Built-in local Indexer (Toncenter v3), support for wallet mnemonics, other bugfixes and improvements.
Release notes »
Built-in local Indexer (Toncenter v3), support for wallet mnemonics, other bugfixes and improvements.
Release notes »
08.03.202510:49
TON Proxy: Introducing optional traffic micro-payments and privacy via garlic routing
We have updated the TON network protocols and TON Proxy technology, allowing traffic between client and server to pass through one or several intermediate TON Proxy nodes. Garlic routing ensures complete anonymity, safeguarding client privacy and enhancing server security.
Intermediate TON Proxy nodes can receive Toncoin micropayments through the TON Payment Network (Layer 2).
First of all, we did this to improve the protection of TON validators from DDoS attacks, and therefore to further improve the stability and performance of the TON Blockchain. However, the technology is also applied to TON Sites, TON Storage and TON Torrents.
Read more: https://telegra.ph/TON-Proxy-Introducing-optional-traffic-micro-payments-and-privacy-via-garlic-routing-03-08
We have updated the TON network protocols and TON Proxy technology, allowing traffic between client and server to pass through one or several intermediate TON Proxy nodes. Garlic routing ensures complete anonymity, safeguarding client privacy and enhancing server security.
Intermediate TON Proxy nodes can receive Toncoin micropayments through the TON Payment Network (Layer 2).
First of all, we did this to improve the protection of TON validators from DDoS attacks, and therefore to further improve the stability and performance of the TON Blockchain. However, the technology is also applied to TON Sites, TON Storage and TON Torrents.
Read more: https://telegra.ph/TON-Proxy-Introducing-optional-traffic-micro-payments-and-privacy-via-garlic-routing-03-08
Shown 1 - 24 of 48
Log in to unlock more functionality.