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.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
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.GitHub
Comparing master...testnet · ton-blockchain/ton
Main TON monorepo. Contribute to ton-blockchain/ton development by creating an account on GitHub.
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.
Please upgrade testnet validators to the latest commit in
testnet branch (ba54733)Please upgrade testnet validators to the latest commit in
testnet branch (8a49651)Friendly reminder to upgrade testnet validators to the latest commit in
testnet branch (8a49651)Please upgrade testnet validators to the latest commit in
testnet branch (bb0af68 or 36285ad, both are fine)Please upgrade testnet validators to the latest commit in
testnet branch (e25bd31)Please upgrade testnet validators to the latest commit in
testnet branch (2f352bc)Please upgrade testnet validators to the latest commit in
testnet branch (af7b554 or 6f6db6f, both are fine)Please upgrade testnet validators to the latest commit in
testnet branch (a8810e7)