uk
Feedback
TON Core

TON Core

Відкрити в Telegram

Updates from the TON Core development team, which continues to develop open-source technologies for The Open Network (TON) ton.org.

Показати більше
6 804
Підписники
+424 години
+267 днів
+1030 день

Триває завантаження даних...

Схожі канали
Немає даних
Виникли проблеми? Будь ласка, оновіть сторінку або зверніться до нашого support-менеджера.
Вхідні та вихідні згадування
---
---
---
---
---
---
Залучення підписників
липень '26
липень '26
+153
в 7 каналах
червень '26
+375
в 9 каналах
Get PRO
травень '26
+1 395
в 44 каналах
Get PRO
квітень '26
+622
в 57 каналах
Get PRO
березень '26
+517
в 54 каналах
Get PRO
лютий '26
+63
в 0 каналах
Get PRO
січень '26
+118
в 22 каналах
Get PRO
грудень '25
+121
в 17 каналах
Get PRO
листопад '25
+126
в 6 каналах
Get PRO
жовтень '25
+148
в 22 каналах
Get PRO
вересень '25
+120
в 1 каналах
Get PRO
серпень '25
+276
в 36 каналах
Get PRO
липень '25
+542
в 99 каналах
Get PRO
червень '25
+3 824
в 3 каналах
Дата
Залучення підписників
Згадування
Канали
28 липня+6
27 липня+8
26 липня+8
25 липня+2
24 липня+9
23 липня+7
22 липня+4
21 липня+10
20 липня+3
19 липня+6
18 липня+8
17 липня+10
16 липня+6
15 липня+3
14 липня+4
13 липня+1
12 липня+6
11 липня+6
10 липня+5
09 липня+4
08 липня+4
07 липня+5
06 липня+3
05 липня+1
04 липня+9
03 липня+4
02 липня+7
01 липня+4
Дописи каналу
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.
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