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
Telegraph
TON Core: Report for February 2025
Kernel Node Update TON 2025.03 Node and validator update has been prepared, the update date is scheduled for March 11th. The most important improvements are the acceleration of broadcasts in overlays and the application of some solutions from the TON Coreโฆ
๐ฅฐ27โก12๐6๐1
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 ยป
๐ฅฐ26๐ค10โ6๐ซก3
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 ยป
๐ฅฐ15๐8๐ค7๐2
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 ยป
โค27๐10๐ฅฐ9๐1๐1
Forwarded from Toncenter API
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
๐ฅ10โค5๐2๐คฏ2๐คฉ1
Forwarded from Toncenter API
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.
๐ฅ14๐ฅฐ11๐10๐คฏ1
Forwarded from Toncenter API
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.iss.one/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.iss.one/MyTonWalletEn/227
Telegram
MyTonWallet ยท News
Enhanced Activity Feed
The Activity feed is now even more user-friendly. We've grouped change and other technical transactions together to make your history easier to read.
Moreover, we've also added token icons for swaps.
Additionally, new transactionโฆ
The Activity feed is now even more user-friendly. We've grouped change and other technical transactions together to make your history easier to read.
Moreover, we've also added token icons for swaps.
Additionally, new transactionโฆ
๐ฅ12๐10๐ฑ7๐ฉ5โค2
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.
GitHub
TON on RISC-V by kdimentionaltree ยท Pull Request #1584 ยท ton-blockchain/ton
TON on RISC-V
Added support for RISC-V architecture:
Updated CMakeLists.txt for case of riscv64 processor.
Updated third-party/blst for newer commit with riscv64 support.
Updated Github Actions to...
Added support for RISC-V architecture:
Updated CMakeLists.txt for case of riscv64 processor.
Updated third-party/blst for newer commit with riscv64 support.
Updated Github Actions to...
๐58๐23๐คฏ21โก8๐คฃ4โคโ๐ฅ3๐ค2๐2๐คก1๐ฆ1
Forwarded from Anatoly Makosov
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!
๐56โค32๐ฅ26๐8๐คฎ6๐คฏ4๐คฌ4๐3โก2๐2๐ข2
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
๐ฅ37๐24โค13๐คฏ2๐คฎ2๐2๐คฉ1
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
Telegraph
TON Payment Network (Layer 2)
What is it? TON Payment Network is a decentralized network on top of the TON blockchain that enables lightning-fast payments between network participants. Security is provided by TON blockchain smart contracts without creating transactions on the blockchainโฆ
โค32๐ฅ16๐14โคโ๐ฅ12๐คฎ3
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
GitHub
Create 0467-normalized-message-hash.md by EmelyanenkoK ยท Pull Request #467 ยท ton-blockchain/TEPs
Contribute to ton-blockchain/TEPs development by creating an account on GitHub.
๐23๐ฅ10โค9๐คฎ2
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
Telegraph
TON Core: Report for March 2025
API Introducing the Pending API Using this new 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.โฆ
๐25โค15๐ฅ11๐คฉ3๐คฎ2๐ฅฐ1
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 ยป
๐49๐ฅ33โค13๐ฅฐ13๐พ13โ6๐คฃ6๐6๐คฎ2
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 ยป
๐14โค4๐ซก2๐ฏ1
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 ยป
๐17โค5๐ฅ1๐1๐ค1
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 ยป
๐9โค4๐ฅ1
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.
๐13โค2๐ฑ1๐ค1
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
๐17โก3๐ฅ3