Testnet TON Status
10.5K subscribers
23 links
Channel for testnet TON validator notifications
Download Telegram
Please upgrade testnet validators to the latest commit in testnet branch (b781993).

upgrade testnet
Please upgrade testnet validators to the latest commit in testnet branch (603d1d1).
Testnet configuration was updated:
param 15
validators_elected_for:14400
elections_start_before:7200
elections_end_before:1800
stake_held_for:7200

No further actions from validator side are needed.
Please upgrade testnet validators to the latest commit in testnet branch (`25b4c67`).

update dev
upgrade testnet

(update mtc is required since now recursive submodules update is required during upgrade, if you not using mtc you need to update submodules in your upgrade scripts too)
Please upgrade testnet validators to the latest commit in testnet branch (d3d050a).
Please upgrade testnet validators to the latest commit in testnet branch (710514b).
We expect to temporarily rollback Config8.version from 9 to 8 on Wednesday January 22 for the safety of next testnet upgrade.
Note, that it will disable SECP256K1_XONLY_PUBKEY_TWEAK_ADD
and other features of v9.
Please upgrade testnet validators to the latest commit in testnet branch (fe46f0e).
Please upgrade testnet validators to the latest commit in testnet branch (b1c9466).
Please upgrade testnet validators to the latest commit in testnet branch (44e7e09).
Please upgrade testnet validators to the latest commit in testnet branch (86e6726).
It is also expedient to update MTC to latest commit of master: e85a541
Testnet TON Status
Please upgrade testnet validators to the latest commit in testnet branch (86e6726). It is also expedient to update MTC to latest commit of master: e85a541
Note, that this upgrade introduce changes to account storage in block.tlb:
In particular StorageUsed and StorageInfo are changed from
storage_used$_ cells:(VarUInteger 7) bits:(VarUInteger 7) 
public_cells:(VarUInteger 7) = StorageUsed;
storage_info$_ used:StorageUsed last_paid:uint32 due_payment:(Maybe Grams) = StorageInfo;

to
storage_used$_ cells:(VarUInteger 7) bits:(VarUInteger 7) = StorageUsed;
storage_extra_none$000 = StorageExtraInfo;
storage_extra_info$001 dict_hash:uint256 = StorageExtraInfo;
storage_info$_ used:StorageUsed storage_extra:StorageExtraInfo last_paid:uint32
due_payment:(Maybe Grams) = StorageInfo;


Previously public_cells were always zero thus old data is parseable under new rules, however once storage_extra_info will be activated new data won't be parsed by old indexers and parsers. It is expected that new scheme will be activated in testnet in early May and in mainnet in June. Please be prepared.
Please upgrade testnet validators to the latest commit in testnet branch (d065e51).
Please upgrade testnet validators to the latest commit in testnet branch (e03b110).
Please upgrade testnet validators to the latest commit in testnet branch (b07d4a3).
Not upgraded validators (some for more than 2 months!) that hinder testing of future releases in testnet were slashed.
Please upgrade testnet validators to the latest commit in testnet branch(3fbab2c). Please update mtc first.
update dev
upgrade testnet
Please upgrade testnet validators to the latest commit in testnet branch (95acdb1)
For library developers, take into account change in block.tlb:
https://github.com/ton-blockchain/ton/compare/master...testnet#diff-6702b381f2b0dad2bef6da68f973e41b543093c597a177878802f14565f333df

Constructor workchain_v2#a7 got additional field: persistent_state_split_depth:(## 8) (it controls how node store persistent states). Previously this constructor wasn't used nor in mainnet, nor in testnet, but we plan to switch quite soon.
Please upgrade testnet validators to the latest commit in testnet branch (`dfe997e`)
Minimal stake is temporarily increased, it will be returned to previous values tomorrow.