Get Mystery Box with random crypto!

Everscale Dev EN

Logo of telegram channel ton_dev — Everscale Dev EN E
Logo of telegram channel ton_dev — Everscale Dev EN
Channel address: @ton_dev
Categories: Telegram
Language: English
Subscribers: 675
Description from channel

Everscale international community channel

Ratings & Reviews

3.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

1

2 stars

1

1 stars

0


The latest Messages

2022-05-23 11:28:59
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
77 views08:28
Open / Comment
2022-05-20 20:39:11
Release SDK 1.34

New
- client.config function that returns the current client config
- run_executor().fees is extended with detailed fields
- main and dev endpoints aliases for Evernode Cloud Mainnet and Devnet endpoints
- binding-gen: enum of types produces its own type for each enum variant.
- lib-web: large numbers in transaction fees are rounded now (previously they caused errors).
- core: if an application calls first client core functions in parallel
then core creates more than one internal context per single TonClient
instance. As a side effect of this is that a Nodejs process didn't
finish even when client.close was called.

Improved
- Added documentation for TransactionFees type.
- Documentation now includes enum types descriptions.
To achieve it we updated binding-gen: enum of types now produces its own type for each enum variant.
79 views17:39
Open / Comment
2022-05-17 15:24:54
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
70 views12:24
Open / Comment
2022-05-04 14:29:59
Release SDK 1.33

New

- allow_partial flag in all abi.decode_* functions. This flag controls decoder behavior whether return error or not in case of incomplete BOC decoding
- REMP supported. ProcessingEvent enum is extended with REMP statuses (enum of events posted into processing.wait_for_transaction function callback )
- UNSTABLE. first_remp_status_timeout and next_remp_status_timeout parameters in network config
88 views11:29
Open / Comment
2022-04-22 14:07:55 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
63 views11:07
Open / Comment
2022-04-20 14:09:18 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
46 views11:09
Open / Comment
2022-04-12 16:49:42 Dear Developers and Partners!

We are ready to enable new TVM instructions in Everscale Main Net.

This update will lead to a BREAKING CHANGE in account format which may cause your nodes to stop working.

To avoid such problems - you need to UPDATE your DApp Servers and Validator Nodes to the latest version:

DApp server ≥0.1.5 version - https://github.com/tonlabs/evernode-ds/releases
Validator Node - latest master commit https://github.com/tonlabs/ton-labs-node

At the moment we support both Account format versions in Public API and in DApp Server API so that applications can smoothly migrate to the new account version. To do it just update SDK to the latest version (≥1.31.0). If you work with API directly, enable the new http header. We encourage you to do it ASAP because we will support both account formats temporarily.

Docs:

New TVM instructions (extension)

Developer migration guide

TON-SDK release with new Account Format

How to use new TVM features in Solidity: tvm.code, tvm.initCodeHash

More about protocol changes in EverX Node
93 views13:49
Open / Comment
2022-03-24 12:27:21 Everscale Dev EN pinned a photo
09:27
Open / Comment
2022-03-24 12:27:17
Attention to all DEVNET Validators and Dapp Server owners!

Devnet is going through an update that will lead to a breaking change in account format which may cause your nodes to stop working.
The network is already updated, the switch of the format will happen very soon.
You need to update your Devnet validators and Dapp Servers to the latest version now.
https://github.com/tonlabs/evernode-ds/releases/tag/0.1.5

#Devnet
361 views09:27
Open / Comment
2022-02-05 19:33:43 R𝕖𝕝𝕖𝕒𝕤𝕖 𝕊𝔻𝕂 𝟙.𝟛𝟘

New
- Added abi.encode_boc function to encode parameters with values to BOC, using ABI types.
- Added support of address type in boc.encode_boc.
- Added boc.encode_external_in_message function to encode message BOC based on a low level message parts such as a body, state init etc.
- Added net.subscribe function to start a low level GraphQL subscription.
- Added support for new MYCODE TVM command in tvm.run_tvm and tvm.run_get functions.
- All fetch requests are now called with timeouts to prevent freezing in case of infinite answer.
80 views16:33
Open / Comment