Мир сегодня с "Юрий Подоляка"
Мир сегодня с "Юрий Подоляка"
Труха⚡️Україна
Труха⚡️Україна
Николаевский Ванёк
Николаевский Ванёк
Мир сегодня с "Юрий Подоляка"
Мир сегодня с "Юрий Подоляка"
Труха⚡️Україна
Труха⚡️Україна
Николаевский Ванёк
Николаевский Ванёк
Anatoly Makosov avatar

Anatoly Makosov

加密货币
TGlist 评分
0
0
类型公开
验证
已验证
可信度
不可靠
位置Росія
语言其他
频道创建日期Бер 12, 2024
添加到 TGlist 的日期
Серп 25, 2024

"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!
https://t.me/telegram/372

Was pondering the topic of paid likes and messages back in 2023.

I think other social platforms will inevitably introduce the same functionality, while Telegram is at the forefront as usual.
https://www.okx.com/ru/learn/developer-stories-02-ton-makes-web3-fun

My interview that I gave to OKX in August but which was published not so long ago.

Some things have changed since then: HMSTR has been minted, TOLK has been released, an exclusive agreement between TON and Telegram Mini Apps has been signed, the peak MAU has increased not 20 times but 50 times.

We're consistently moving into a really mass audience.

Note that the article is my personal point of view.

About the "Developer Stories"Series

Web3 developers have made significant contributions to the advancement of the crypto industry. Their innovation and technical capabilities have injected lasting vitality and motivation into the entire industry, not only improving the technology itself but also providing support for future applications and business models. However, despite their active contributions, they often receive little to no attention.

The "Developer Stories" series, launched by OKX Web3 in collaboration with Chain Catcher, aims to help readers understand the roadmaps, technical insights, latest trends, market dynamics, and comments on hot topics of the day from the perspectives of different chains' core developers. It seeks to enhance the voice of Web3 developers, bring these most active and interesting people closer to the audience, and provide them with the greatest support.
NOT Pixels

The TON blockchain is like a multi-core processor.

Imagine running a single-threaded program on a multi-core processor. It will certainly run, but it will be less efficient because only one core is utilized instead of all of them.

The situation is similar with sending tokens and creating smart contracts in TON.

Yesterday at the NOT Pixels minting event, the TokenTable service initially used a “single-threaded” method to send tokens to 500,000 users. While this had little to no impact on the blockchain itself and had a negligible impact on shardchain, a portion of NOT Pixels users were left unsatisfied - some of them received their tokens after an hour's wait. Messages on TokenTable contracts were executed sequentially, not in parallel.

TokenTable is a good tool for sending tokens in TON, and has previously successfully minted for games with much larger audiences using a “multi-threaded” sharded approach.

We recommend that developers working with large audiences consider sharding to provide a better UX for your services.

However, we also ask users to be understanding: service developers on TON are pioneering the use of asynchronous technologies on the blockchain. Many of the new approaches and paradigms pioneered in TON are just beginning to be actively adopted.

In TON Core, we continue to work on improving our “processor” so that even suboptimally written smart contracts can run at maximum speed.
转发自:
TON Core avatar
TON Core
TON Core: Roadmap 2025 H1

In this roadmap, we've captured the key highlights of what the TON Core team plans to do in the first half of 2025.

Briefly:

— Biggest "Accelerator" Kernel Update in Mainnet

— New tools for validators

— New version of Toncenter API with new functionality: Actions, Pending, Emulation, Domains

— UX guidelines and work with leading community products

— Payment Network Layer 2 release

— Research on sidechains

— New version of TOLK 1.0 programming language with structures, pattern-matching and smart contract interfaces

— Help in launching TON BTC Teleport

— Development of new standards in close communication with the community: Pending transactions ID, Smart contract interfaces, Secure typed signature of arbitrary data., TON wallet mnemonics, Multiple account generation algorithm

Read the full roadmap:
https://telegra.ph/TON-Core-Roadmap-2025-H1-01-22
转发自:
TON Core avatar
TON Core
TON Core: Overview of 2024

In this report, we have compiled the major releases that the TON Core team has made or participated in during 2024.

Briefly:

— Growth of onchain users by 50 times

— 9 major TON kernel updates

— Reduction of commissions by 2.5 times

— New tools to optimize network commissions

— USDT Launch

— Jettons support by exchanges and Highload-wallet V3

— Giant coin mintings of Telegram gaming projects: from NOT to HMSTR

— Tools and guidelines for mass sending

— Mintless Jettons' new technology

— Emergence of the Shardchain Optimization Paradigm

— New programming language TOLK

— Toncenter API Updates

— New development tools

— MyTonCtrl 2.0 validator tool major update

— Restarting the decentralized penalties for poorly performing validators

— Wallet 5.0 smart contract & Gasless transactions

— Mutisig V2

— TON Payment Network Beta

Read the full report:
https://telegra.ph/TON-Core-Overview-of-2024-01-22
We have created a separate channel @toncore where TON Core team will post all technical updates.

<strike>I'm dangerously close to turning my channel into a food blog.</strike>
I started a Twitter account:

https://x.com/anatoly_makosov
转发自:
TON Dev News avatar
TON Dev News
TON Mintless Jettons

Introducing the new TON Mintless Jetton technology. It is a jetton that can be instantly distributed to hundreds of millions of users on the TON blockchain, with network fees costing less than a dollar. The user's ownership of their coins is guaranteed by cryptography and a smart contract.

As an example, we created a test jetton called Mintless Points (for testing purposes only, no other value) and distributed it to 18 million wallets in the TON mainnet.

This jetton is compatible with regular jetton in TON. The only difference is that the smart contact is not created in advance, but during the user's first action.

Popular TON ecosystem products such as Tonkeeper, MyTonWallet, Tonviewer, Tonscan.org, TON API, Toncenter have announced that they will soon support Mintless Jetton technology.

We encourage all products and services in the ecosystem to consider integration as well.

On September 26, the famous game project Hamster Kombat will apply this technology during its coin giveaway. Considering Hamster Kombat's gigantic audience, this event has all chances to become the largest airdrop in the history of cryptocurrencies.

Description »

Standard »

Smart Contract »
The system of penalties for poorly working validators will be fully operational next Monday, 9 September.

We will provide additional tools in the coming days to make it easier for you to assess whether your validator is working well.

If you are compliant with the hardware requirements and guidelines, you are OK.

https://t.me/tonstatus/134
But according to TON API data there are already 1.3 billion transactions, we missed the anniversary 😁
1 billion transactions in TON 🚀

Half of them occurred in the last 100 days.

https://tonscan.org/blocks
According token terminal reached 1.1 million active onchain users on Thursday (DAU).

Let me remind you that since the beginning of the year:

The number of smart contracts has grown 13 times.

MAU (monthly active users) by 24 times.

https://www.tonstat.com/
Actions taken:

1. MINTING METHOD

Issue

Notcoin used mass mint coins to its users. DOGS tried a mechanism where the user picks up their own coins by himself. The technical arrangement of this process turned out to be not the most optimal. It creates a lot of unnecessary transactions that could have been avoided. The number of users is already record-breaking, and this increased the load several times more.

Solution

Yesterday, DOGS switched to mass minting.

Further improvement

For the next projects, we invented a new TON Mintless Jetton technology. As well as reducing network load, it allows coins to be distributed to hundreds of millions of users and radically reduces projects' network costs for initial minting. More details about Mintless in the following posts.

2. VALIDATORS

Issue

Some validators continue to perform poorly. It also took many hours of waiting while most validators applied an emergency update.

Solution

Validators are requested to update their contacts https://t.me/toncoin/1498.

Clearly, there is a need to improve the decentralised system for penalising weak validators.

We have improved the complaint submission in the existing penalty system. On Monday we will publish the necessary documentation and announce the date when the fines will be fully operational.

Validators, please familiarise yourself https://t.me/tonstatus/133 with the requirements and guidelines to avoid fines.

If you don't want to do this, you can use staking https://ton.org/en/stake.

Further improvement

The decentralised penalty system will be further developed: the method for identifying weak validators will be improved and the penalty amounts will be increased.

3. DEXes

Issue

Some decentralised exchanges in TON have a central smart contract that is involved in all transactions. This creates a bottle neck.

Solution

Previously such smart contracts could negatively affect the entire network, after the latest TON 2024.08 update it only slows down a specific service.

Further improvement

Recommendation for blockchain developers: try to avoid single central points in your smart contract systems, distribute smart contracts and their interaction with each other as much as possible. Focus on the jetton-wallet and nft-item design.

Dedust.io DEX looks the best in terms of contract architecture.

4. MISCONFIGURATION OF VALIDATORS

Issue

The validator parameters state-ttl 3600 and --catchain-max-block-delay 0.4 do not work best under this load. The new recommended value is state-ttl 86400 --catchain-max-block-delay 0.5.

Solution

The parameters have already been fixed in previous days' updates.

CONCLUSION

The TON community has the honour of being discoverers and is at the forefront of the blockchain industry.

SHIBA INU on Ethereum, one of the most popular memcoins, has 1.4M holders and 13.4M transactions on it. These are figures over a 4 year period since its inception in 2020.

Projects like DOGS are gaining comparable numbers in the first few days of their launch on the TON blockchain.
订阅者
引用指数
每篇帖子的浏览量
每个广告帖子的浏览量
ER
ERR
ЖОВТ '24СІЧ '25КВІТ '25

Anatoly Makosov 热门帖子

登录以解锁更多功能。