Everscale Dev (RU)
967 subscribers
111 photos
3 videos
320 links
Официальный канал о разработке под Everscale Network
EverOS DEV ecosystem - нода, компиляторы, SDK, тестовые сети и другие инструменты.

Чат РУ: @freetondevru
Чат АНГЛ: @tondev_en
Download Telegram
📢 Attention to all Everscale developers!

‼️This is a scheduled friendly reminder that net*.ton.dev and main*.ton.dev endpoints will be switched off on 16th of May. Please migrate your application to the new endpoints. ‼️

Deprecation schedule:
https://tonlabs.gitbook.io/evernode-platform/reference/breaking-changes/deprecation-schedule

You can find the actual list of public endpoints in the documentation
https://tonlabs.gitbook.io/evernode-platform/products/cloud/public-api
📢 Attention to all Everscale developers!

🌅🌅🌅This is a friendly reminder about coming feature sunsets in Evernode Public API. 🌅🌅🌅

These features will be switched off on 1st of June - 40 days left.
Take time to migrate your applications to the new features following the migration guides.

June 1 2022 API Sunset list:

- getAccountsTotalBalance
- getTransactionsCount
- getAccountsCount
- when argument in all joined fields (for example, `transaction.in_message`'s when argument)
- all explain* methods

See the deprecation schedule for migration guides and other sunset dates!
https://tonlabs.gitbook.io/evernode-platform/reference/breaking-changes/deprecation-schedule
🚀 Subscriptions backend redesigned 🚀

Many of you reported us feedback about poor websocket subscriptions quality: frequent websocket reconnections, missed data, stalling and so on.

We invested significant amount of time in the complete redesign of the subscriptions backend and deployed it to production 2 weeks ago. Some of our clients have already made tests on their side and confirmed that no reconnects and no data loses occur any more.

You don't need to migrate to the new subscriptions. If you are using subscriptions now, they already work on the new backend!

If you used 'pull' approach because of subscriptions unreliability,
now you can switch to websockets and become more real-time and responsive to your users.

Thank you for your feedback and we are happy to hear more of it to improve and give you better service. ❤️

https://docs.everos.dev/evernode-platform/products/cloud/public-api
Channel name was changed to «Everscale Dev (RU)»
Deleted accounts available in Evernode Public API

Many of you requested us to see the deleted accounts in Cloud public API.

We added this feature and also processed all the transaction history to recover old deleted accounts.

All the deleted accounts are now available in API and [https://ever.live/](https://ever.live/landing)

Thank you for your feedback and if you have any please leave it in channels or Everscale telegram channel
Release evernode-se 0.31.0

New
- log_path config field for configuring node log file location.
- /se REST endpoint for SE realtime control.
- /se/increase-time?delta=<seconds> feature to move time forward.
- PoA consensus was removed from source code.
- Source code drastically simplified and reorganized.
- Randomization added for block generation
- Extra thread creation was removed
- Tokio crate dependencies were removed
- Extra crate dependencies were removed

Fixed
- tvm.random() now generates random values
Dear Evernode Cloud users!
Mainnet Cloud is fixed.

We have fixed the bug with empty cell parsing that returned incorrect value for { shard_hashes { shard }} in case of p12.min_split = 0. Now API is fully functional.
Community-driven development 💬

Dear Everscale developers and Evernode Platform users,
we have a big announcement for you today!


For over two years the Evernode Platform team has been developing its products based on the requirements of the ecosystem and the wishes of the the community.

Up until now the community feedback was collected in Telegram channels and personal conversations with developers. The Evernode Platform roadmap was published on our website in January 2022.

Now we want to bring our communication with the community to the next level.

We changed the structure of our website to better reflect community-driven approach and turned the roadmap into a more convenient kanban board.

We also added a way to submit your ideas, vote for and comment on the ideas of others.

Links to the roadmap and the ideas page are now in the header of the website.

Our website: https://docs.everos.dev/evernode-platform/

Thank you for choosing Evernode Platform.
Let's make it together
❤️ Dear Evercloud users and Everscale developers,❤️

⚠️ This is an important announcement.⚠️

Starting from September 1st 2022, Evercloud API access will only be available for the authorized users.

Read more here -->> https://tonlabs.notion.site/Authorization-and-dashboard-5ff7ad94999a49ec9cfaeedf34285146
🐈💀Evercloud Authorization💀🐈

Starting from September 22st 2022, Evercloud API access will only be available for the authorized users 💀.

After enabling authorized-only access to Evercloud it turned out that some important project had not migrated yet.

This is why we decided to turn it off for 1 more week, until 22.09.22 (Thursday).

Follow this guide to get your credentials:

https://docs.everos.dev/evernode-platform/products/evercloud/get-started

Read why we introduce the authorization here:

https://everx.medium.com/authorization-and-dashboard-28c544953a2b

Your feedback about announcements

We also collected your feedback about announcement process and give you this 2 most important links:

- Deprecation schedule - save this page, and you won’t need to monitor any announcements. All the breaking changes, deprecation and sunset dates and links to migration guides are placed there beforehand. Just check it from time to time. https://docs.everos.dev/evernode-platform/reference/breaking-changes/deprecation-schedule

- Subscribe to our announcements channel and be the first to know about our new features, improvements and deprecations https://t.me/ever_sdk_channel
Please open Telegram to view this post
VIEW IN TELEGRAM
🪙Token API in available in Evercloud! 🪙

ft root type is API that provides data about fungible tokens, transfers, holders.

Try it now!


query{
ft{
holder(address:"0:3666ef0af863317eafcea173b9a9fdd6d1e4aa6dd080a1f472b2ad217215e5c9"){
address
wallets(first:2){
edges{
node{
address
balance
token{
symbol
}
percentage
}
cursor
}
}
transfers(first:1){
edges{
node{
messageId
token{
symbol

}
fromWallet{
address

}
toWallet{
address
}
fromHolder{
address

}
toHolder{
address
}
transferType
timestamp
value
}
cursor
}
}
}
}
}


Read full documentation with samples here: https://docs.everos.dev/ever-sdk/reference/ever-os-api/ft-fungible-token-api
Evercloud downtime episodes postmortem

There were 2 30-mins downtime episodes this week in Evercloud.

The reason of this was in a not efficient failover mechanism that didn’t work in case of hardware unavailability in Auth service cluster.

To eliminate this issue we  have changed the failover mechanics and now we are able to survive 2 unavailable hosts.

Sorry for this inconvenience❤️.

We are constantly working on improving the quality of our services.
💥Deploy them big! 💥

External inbound message max size has been increased to 64kb.
This update is available both in Evercloud and in the last Dapp Server release.
Release everdev 1.4.0

New

- sold - Solidity Compiler Driver - version management added. Try it with everdev sold install.

- Added a new everdev sol compile option -i [ --include-path ] path/to/dir to make an additional source directory available
to the default import callback.
Use this option if you want to import contracts, whose location is not fixed in relation to your main source tree,
e.g. third-party libraries installed using a package manager. Separate different paths with a comma, no space allowed.

Example: everdev sol compile Contract.sol -i path1/folder1,path2/folder2

- Added new command evedev update.
This command updates everdev to the latest version and is technically an alias for npm update -g everdev.


Fixed

- Fixed incorrect error message when deploy contract and execute contract commands are executed for a non-existing (acc_type = nonExist) account.
- Fixed incorrect error message when a user added a new signer with the name of an existing one.
Evercloud sandbox 🧑‍💻

Now you can observe the API and explore the ecosystem without registration.

Read more about the sandbox here -> https://docs.everos.dev/ever-platform/sandbox-endpoint
Please open Telegram to view this post
VIEW IN TELEGRAM
Bindings support voting

Ever-sdk bindings are important components of Everscale dev ecosystem. Please, support this voting to help us continue the maintaining the bindings.

The voting will take place until the end of sunday 27.11.2022.

Follow the link to read and vote for the proposal ->

https://everdao.net/governance/proposals/98
Forwarded from Broxus Updates
🎅📝 The Broxus team was able to get its hands on Santa's "Naughty or Nice" list and — despite some expectations to the contrary — this year Everscale devs seem to be firmly in the good graces of Saint Nick. To celebrate another year in the best ecosystem in DeFi and kick off the holiday season, we've got a special early present for you... a new T-Sol plugin for IntelliJ Idea, Webstorm and other JetBrains IDEs!

T-Sol (short for Threaded Solidity), which is designed to make writing TVM-based smart contracts more comfortable and faster, is based on Sergey Tselovalnikov's original Solidity plugin and includes syntax prompts, autofilling capabilities and other features. The plugin is also open-source and was released under the MIT license.

The plugin works with files with the .tsol extension and recommends T-Sol as the new name for the TVM-based Solidity in order to avoid confusion between the original Solidity and TVM-based Solidity.

To get the plugin to recognize your existing files and projects, simply rename them to .tsol and refactor the imports. By the way, the ever-solidity compiler works perfectly with these types of files.

To learn more about the T-Sol plugin, install it and get started BUIDLing, visit JetBrains Marketplace 👈

Rate the plugin and leave a review, and we'll add your name to the additional list of Santa's cookie recipients 😉
Forwarded from Broxus Updates
⚡️T-Sol: TVM development has never been easier

T-Sol is a plugin for JetBrains IDEs like IntelliJ Idea, WebStorm, PyCharm, and others. It is designed to enhance the ease and efficiency of writing TVM-based smart contracts. TVM, or the Threaded Virtual Machine, is a runtime environment for smart contracts employed by Everscale, Venom and GOSH blockchains.

TVM-based smart contracts are written in an asynchronous dialect of the Solidity programming language, named Threaded Solidity, or T-Sol for short. This language has been optimized for asynchronous execution and adapted for TVM.

To better distinguish from the original Solidity, T-Sol files employed the extension .tsol instead of .sol. So, to enable language support, just rename your file extensions and refactor your imports. It’s important to note that this creates no conflicts for the ever-solidity compiler whatsoever.

In summation, T-Sol comes complete with a number of useful features like syntax prompts, methods and parameters introspection, usage hints, autosuggests and much more. Last but not least, it's completely open source and available under the MIT license.

If you are working on a JetBrains IDE and want to start developing smart contracts based on TVM, go to the JetBrains Marketplace now and install the plugin.

This will save you a lot of time and help you build great decentralized applications faster. 💪👨‍💻

@Broxus #buidl #tsol
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Broxus Updates
Life for Everscale and TVM developers is getting easier and easier: Introducing Locklift-Deploy⚡️

Locklift, a key part of the Broxus catalog of developer tools (T-Sol, Locklift, Nekoton, etc), has added a new Locklift-Deploy plugin! The plugin allows you to easily write and work with TVM-based contract deployments, migrations and fixtures. 🤩

With this tool you can:
🔵Write fixtures to deploy environments for testing
🔵Easily write complex deployment procedures by storing deployment artifacts between calls to different scripts
🔵Simplify your deployment management in general

Not only has writing smart contracts on TVM become easier thanks to T-Sol, but deploying and testing them has become easier as well thanks to Locklift. It's quite the combo for our valued developers. ⚔️

If you are a developer, check out the tool's repository, give it a try and leave feedback. 😎

@Broxus #buidl #locklift
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Everscale Dev EN
🛠Evercloud Dashboard Release 0.4.0

🔥New

- Added FLD and TON network support.
FLD is the beta test network for Everscale protocol updates. You can first try out all the newest network features on it. TON is the Toncoin mainnet - sister-network based on the original Telegram-developed node.

- Added faucets for devnet and FLD networks.
Now you can get 100 test tokens to any testnet address directly from your evercloud dashboard. Just go to the Endpoints tab of your project, click the faucet button next to the network name and specify your address.

- Added option to reset forgotten password using the email address you specified at registration.

Improvements

- General design improvements to the dashboard.

Check out the new dashboard at dashboard.evercloud.dev

#Evercloud