TON Dev News

Description
Short announces with new services, tools, libraries and their features. Request a post: https://t.me/tondev_news/33
Advertising
We recommend to visit

Community chat: https://t.me/hamster_kombat_chat_2

Twitter: x.com/hamster_kombat

YouTube: https://www.youtube.com/@HamsterKombat_Official

Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/

Last updated 1 Monat, 3 Wochen her

Your easy, fun crypto trading app for buying and trading any crypto on the market

Last updated 1 Monat, 2 Wochen her

Turn your endless taps into a financial tool.
Join @tapswap_bot


Collaboration - @taping_Guru

Last updated 2 Tage, 23 Stunden her

3 months, 3 weeks ago

Higload-v2 deprecation.

Since most of services already migrated to highload v3 wallet, old (unsafe) highload-wallet-v2 is finally deprecated. It is planned to conduct one-time unlock for wallets that are stuck due to too many requests per second through a time-limited gas limit increase.

If your highload-wallet-v2 need to be unstuck, please fill the form to be included into unlock list.

3 months, 3 weeks ago

? TON Connect SDK Update

We're excited to announce a new release of the TON Connect SDK, optimized for high-traffic Telegram Mini Apps with improved performance and new features.

? @tonconnect/{sdk,ui,ui-react}
• Improved UX for Telegram Mini Apps
• Boosted performance for high-traffic TMA
• Fixed issues with wallet connection processes
• Added new user event tracking feature
• Refined error handling and messaging
• Enhanced CDN version compatibility

? New package versions
@tonconnect/sdk 3.0.3
@tonconnect/ui 2.0.6
@tonconnect/ui-react 2.0.6

⬇️ To update, run npm install @tonconnect/ui\-react or npm install @tonconnect/ui.

?To learn more, visit the GitHub page at https://github.com/ton-connect/sdk.

? Encountered issues? Please report them on GitHub at https://github.com/ton-connect/sdk/issues.

? Your feedback and usage examples are crucial. Share your experiences to help us evolve the SDK!

4 months ago

Recent news reports about TON building a Layer-2 chain are inaccurate. TON Foundation has no plans for such a development, and TON’s programming languages will continue to be FunC and Tact. The initial article has been amended to address any concerns.

6 months, 1 week ago

We are announce that re:doubt, will join the TON Foundation team.

The talented team behind re:doubt will help to build an analytics platform for the TON Foundation needs.

We want to inform our valued community members that while we are excited to share our solutions and open-source a number of re:doubt's products in the near future, this decision necessitates the disabling of some of our current solutions, including GraphQL, REST API, Tonalytica, bots, and others.

Our priority is to ensure a smooth transition for our partners and minimize any disruptions to their businesses. We are committed to working closely with our partners to mitigate any potential impacts and ensure that they can continue to operate effectively during this period of change.

We apologize for any inconvenience this may cause and appreciate your patience and understanding as we make these necessary adjustments. We will keep you updated on our progress and encourage you to reach out to us with any questions or concerns you may have.

Thank you for your continued support as we strive to enhance the TON ecosystem through greater transparency and collaboration.

6 months, 1 week ago

The re:doubt team played a pivotal role in crafting a sophisticated analytics platform for the Open League. Now, the talented team will join the TON Foundation, bringing their expertise to construct an analytics platform aimed at accelerating innovations for the TON ecosystem's growth. Pavel Shuvalov, the CTO of re:doubt, will transition to the role of Analytics Lead at TON Foundation, spearheading platform development with his extensive experience and vision.

6 months, 2 weeks ago

? TON Connect SDK Update

We are excited to announce the release of the TON Connect SDK.

? @tonconnect/{sdk,ui,ui-react}
• Eliminated all race conditions.
• Enhanced handling of unstable internet connections.
• Improved transitions between browsers and wallets.
• Added a loading indicator for transaction.
• Removed connection restoration wait.
• Mobile modals adapted for tablets.
• Fixed hooks errors in ui-react.
• Added an experimental method for connecting to specific wallet.

? New package versions
@tonconnect/sdk 3.0.2
@tonconnect/ui 2.0.2
@tonconnect/ui-react 2.0.2

⬇️ To update, run npm install @tonconnect/ui\-react or npm install @tonconnect/ui.

?To learn more, visit the GitHub page at https://github.com/ton-connect/sdk.

? Encountered issues? Please report them on GitHub at https://github.com/ton-connect/sdk/issues.

? Your feedback and usage examples are crucial. Share your experiences to help us evolve the SDK!

8 months, 1 week ago

? Tact v1.2.0 Release Highlights

New Tact v1.2.0 is now live with features requested by the community.

— Fresh assignment operators +=, \-=, *=, /= and %=
— Readability boost with underscores in large numbers: 1000000000 »» 1_000_000_000
— Added binary and octal literals: 0b1010_0101, 0o4242_0376
— Added support for ternary conditional operators let foo: Int = your_condition ? 42 : 0 .
— The equality and non-equality operators (== and!=) now support slices and strings by comparing the hashes of the left-hand and right-hand sides.

Both the official VS Code plugin for Tact and tact.vim have been updated with the new features.

Happy Coding!

Visualstudio

Tact Language Support for TON blockchain - Visual Studio Marketplace

Extension for Visual Studio Code - Tact language (for .tact file) extension to use together with Tact compiler for Visual Studio Code to develop smart contract for TON blockchain

***?*** **Tact v1.2.0 Release Highlights**
8 months, 2 weeks ago

Toncenter extended plans

We have done extensive work on upgrading the Toncenter infrastructure and are happy to note that now more than 100 servers are running on our system. In addition, we have implemented the ability to dynamically add new ton-http-api instances in runtime.

In order to be able to provide you with the expected level of performance we are introducing extended plans:

Free: 1 API Key, 10 RPS;

Plus: 3 API Keys, 25 RPS, Privately hosted Liteservers, 5.9 TON / month;

Advanced: 10 API Keys, 100 RPS, Privately hosted Liteservers, 59 TON / month;

Free open source code is still available, so you can run a fully functional api yourself.

We guarantee that a free plan will always exist at toncenter.com, for a quick start for developers. However, if you are developing a popular service or a service that needs high uptime, we recommend that you consider an extended plan.

You can check out the plans in our bot @tonapibot.

8 months, 2 weeks ago

? Phaser SDK for TON blockchain is available!

After several months of development, Phaser SDK beta is available for game developers. The SDK simplifies TON integration for games using Phaser Game Engine.

Phaser SDK provides the following features:
- TON Connect integration, including connect button and full authorization flow
- Extends Assets SDK to make all essential functions available in the Phaser environment
- SDK allows creation, transfer, data fetching for NFTs, and payments management for TON and jettons.

⬇️ To install, run npm install @ton/phaser\-sdk

To learn complex use cases read TON GameFi article and check out the source code of demo Flappy Bird game.

?To learn more, visit the GitHub page at https://github.com/ton-org/game-engines-sdk.

? Encountered issues? Please report them on GitHub at https://github.com/ton-org/game-engines-sdk/issues.

? Your feedback and usage examples are crucial. Share your experiences to help us improve the SDK!

8 months, 2 weeks ago

Mainnet Validators and Liteserver owners

Please update your node software (see "Target versions")

Instructions for update. Note new section 5 for validators and section 6 for Liteserver owners.

Target versions:
mytonctrl b9d5937
validator 692211f

This update is mandatory for validators and lite servers.

Update includes:
- LS improvements: remote runmethods with full c7 and libs, caching, logging
- Precise control of open files
- Improvement of validator synchronization

We recommend to visit

Community chat: https://t.me/hamster_kombat_chat_2

Twitter: x.com/hamster_kombat

YouTube: https://www.youtube.com/@HamsterKombat_Official

Bot: https://t.me/hamster_kombat_bot
Game: https://t.me/hamster_kombat_bot/

Last updated 1 Monat, 3 Wochen her

Your easy, fun crypto trading app for buying and trading any crypto on the market

Last updated 1 Monat, 2 Wochen her

Turn your endless taps into a financial tool.
Join @tapswap_bot


Collaboration - @taping_Guru

Last updated 2 Tage, 23 Stunden her