Please upgrade testnet validators to the latest commit in testnet branch (
`9d05696`)Testnet network configuration was updated: now basechain is splitted to a few shards by default, to match mainnet behavior and provide better testing environment.
Please upgrade testnet validators to the latest commit in testnet branch (
This update requires lz4 dev library, you need to install it manually (for ubuntu
`10487b1`).This update requires lz4 dev library, you need to install it manually (for ubuntu
apt-get install liblz4-dev).testnet-global.config.json was updated: outdated DHT and LSes removed, added new.
Please upgrade testnet validators to the latest commit in testnet branch (
This update brings Dispatch Queue, if your tooling (explorers etc) depends on exact scheme, check updates of block.tlb.
`7f83701`).This update brings Dispatch Queue, if your tooling (explorers etc) depends on exact scheme, check updates of block.tlb.
Please upgrade testnet validators to the latest commit in testnet branch (
This update makes backward-incompatible change to block.tlb: ConfigParam 43, in particular
`5380e6f`).This update makes backward-incompatible change to block.tlb: ConfigParam 43, in particular
size_limits_config_v2#02 constructor. Note, however, that this constructor was never used in both testnet/mainnet yet.Please upgrade testnet validators to the latest commit in testnet branch (
Also please update Mytonctrl to commit
If previously you used mytonctrl2 branch, this command will switch back to master: mytonctrl2 is now merged to master. For MTC on master branch it will just update mtc.
In case of any issues check updated documentation and contact us.
Upd: mtc commit changed from
e985ac0).Also please update Mytonctrl to commit
7e90e26 via command:update master
If previously you used mytonctrl2 branch, this command will switch back to master: mytonctrl2 is now merged to master. For MTC on master branch it will just update mtc.
In case of any issues check updated documentation and contact us.
Upd: mtc commit changed from
47275a9 to 7e90e26Please upgrade testnet validators to the latest commit in (!!!)
safe_features branch (e081111).upgrade safe_features
Testnet TON Status
Please upgrade testnet validators to the latest commit in (!!!) safe_features branch (e081111). upgrade safe_features
Please upgrade testnet validators to the latest commit in
safe_features branch (b2b79fe).upgrade safe_features
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:
No further actions from validator side are needed.
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
(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)
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
Note, that it will disable
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
It is also expedient to update MTC to latest commit of master:
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
to
Previously
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.