TON Core
Ir al canal en Telegram
Updates from the TON Core development team, which continues to develop open-source technologies for The Open Network (TON) ton.org.
Mostrar más6 804
Suscriptores
+424 horas
+267 días
+1030 días
Carga de datos en curso...
Canales Similares
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Nube de Etiquetas
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
julio '26
julio '26
+153
en 7 canales
junio '26
+375
en 9 canales
Get PRO
mayo '26
+1 395
en 44 canales
Get PRO
abril '26
+622
en 57 canales
Get PRO
marzo '26
+517
en 54 canales
Get PRO
febrero '26
+63
en 0 canales
Get PRO
enero '26
+118
en 22 canales
Get PRO
diciembre '25
+121
en 17 canales
Get PRO
noviembre '25
+126
en 6 canales
Get PRO
octubre '25
+148
en 22 canales
Get PRO
septiembre '25
+120
en 1 canales
Get PRO
agosto '25
+276
en 36 canales
Get PRO
julio '25
+542
en 99 canales
Get PRO
junio '25
+3 824
en 3 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 28 julio | +6 | |||
| 27 julio | +8 | |||
| 26 julio | +8 | |||
| 25 julio | +2 | |||
| 24 julio | +9 | |||
| 23 julio | +7 | |||
| 22 julio | +4 | |||
| 21 julio | +10 | |||
| 20 julio | +3 | |||
| 19 julio | +6 | |||
| 18 julio | +8 | |||
| 17 julio | +10 | |||
| 16 julio | +6 | |||
| 15 julio | +3 | |||
| 14 julio | +4 | |||
| 13 julio | +1 | |||
| 12 julio | +6 | |||
| 11 julio | +6 | |||
| 10 julio | +5 | |||
| 09 julio | +4 | |||
| 08 julio | +4 | |||
| 07 julio | +5 | |||
| 06 julio | +3 | |||
| 05 julio | +1 | |||
| 04 julio | +9 | |||
| 03 julio | +4 | |||
| 02 julio | +7 | |||
| 01 julio | +4 |
Publicaciones del Canal
Repost from Toncenter API
New Indexer Database Architecture
The database has been divided into three tiers:
Hot — transactions from the last week;
Cold — the complete transaction history;
Key-Value — states, BOCs, and metadata.
This makes processing queries to recent data, which account for most of the load, 2–4× faster.
The architecture is already used in toncenter.com/api/v3 and will later be available as a standalone build.
API V2 Hardware Update
The API V2 server infrastructure for direct requests to liteservers has been upgraded.
New Features
— A new API for nominator pools.
— A new API for validation cycles, including elections and complaints.
— Support for new DeDust V2 actions.
— Fixes and Improvements.
NFT Content Filtering
As network fees have decreased, the risk of spam and inappropriate content being distributed through NFTs has increased.
Toncenter has implemented a manual blacklist for individual NFTs and collections and is developing an automated LLM-based analyzer. Inappropriate pics will be displayed in a blurred form.
| 2 | How TON Upgrades Are Evolving
To ensure TON’s technical superiority across key metrics, we are systematically upgrading or completely replacing the blockchain’s components and protocols.
Having reduced block time, finalization time, end-to-end latency, and fees, our current objective is to increase shardchain performance: the TPS that the blockchain can sustain in sub-second mode.
2026.03 — new consensus: 10× faster operations.
2026.04 — new Cartesian-tree-based mempool and networking improvements: 6× reduction in fees.
2026.05–2026.06 — new networking layer: QUIC instead of RLDP 1/2 and ADNL transport, Plumtree broadcasts, as well as block-sync and fast-sync overlays. A 2–4× reduction in network traffic.
Upgrading the networking layer is a necessary step toward further increasing shardchain TPS.
The next stages are the activation of the collator + validator architecture, adapted to the new consensus, and the implementation of a new database to replace CellDB 2.0/RocksDB. | 2 068 |
| 3 | New Networking Layer for the TON Blockchain
Following the consensus and mempool upgrades, the blockchain’s networking layer has been completely redesigned.
Versions 2026.04-1 — 2026.06 introduced QUIC as a replacement for RLDP1/2 and the ADNL transport, dedicated block-sync and fast-sync overlays, as well as Plumtree broadcasts.
The new approach reduces inbound node traffic by approximately 4× and outbound traffic by 2×, while improving synchronization and node connectivity.
The 2026.06 update is already deployed on mainnet. Validators will next vote to enable Plumtree, after which the legacy broadcasts will be disabled in a separate update. | 1 855 |
| 4 | Added guidelines for generating sub-wallets from a single mnemonic phrase:
https://github.com/ton-blockchain/TEPs/blob/master/text/0003-wallets.md#11-subwallets | 6 298 |
| 5 | Guidelines for TON wallets regarding mnemonics, IDs, and smart contracts have been published
We ask that wallets and SDKs follow these guidelines to ensure product compatibility.
https://github.com/ton-blockchain/TEPs/blob/master/text/0003-wallets.md | 5 222 |
| 6 | Next technical objective: increasing shardchain performance
Under normal load, TON operates on a single shardchain. Under peak load, dynamic sharding is activated: the network splits into multiple shardchains, increasing throughput while maintaining static fees. In this mode, operation execution time may increase by several seconds.
With TON 2026.05 we start a new series of updates focused on performance improvement of a single shardchain
The objective is to activate dynamic sharding at a load level at which other blockchains cannot operate effectively.
TON 2026.05-rc »
Update timeline » | 10 484 |
| 7 | One of Acton’s key features is its advanced support for developing smart contracts using AI. | 12 870 |
| 8 | Introducing Acton — a new, modern toolchain for developing smart contracts on TON
Acton covers the full development lifecycle: project creation, testing, debugging, dApp integration, deployment, and verification.
CLI-first by design, it works naturally for both developers and AI agents.
1. One toolchain, not a bunch of utilities.
Create, build, test, lint, format, deploy, and verify TON contracts in a single coherent environment around Tolk.
2. A tighter build-test-debug loop.
Write tests directly in Tolk programming language, run them fast, debug failed transactions, and inspect what actually happened on-chain.
3. Security built in.
Coverage, fuzzing, mutation testing, gas profiling, and CI help catch regressions early.
4. A native debugger.
Step in, step over, step out, watch variables, and inspect the call stack. A smooth Web2-style developer experience, now inside a blockchain language.
5. Friendly for AI agents.
A modern CLI tool that becomes an agent's runtime, with skills and manuals bundled.
Read more »
Docs »
Author's notes » | 8 124 |
| 9 | Tolk 1.4 Programming Language
Introducing source maps, debugger support, ABI export, and auto-generated TypeScript wrappers.
— ABI export for toolchains, explorers, SDKs, and UI integrations.
— Auto-generated TypeScript wrappers for Tolk smart contracts.
— Source maps that connect TVM execution back to Tolk source code, variables, stack layout, and call frames.
— Debugger marks that enable step-by-step debugging of fully optimized production contracts.
— Language enhancements continuing Tolk’s evolution toward a general-purpose smart contract language.
Release » | 4 969 |
| 10 | Voting by validators on reducing network fees has begun
Validators, please participate in the vote.
Follow the voting progress here. | 8 134 |
