mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge 963b4b342a
into 44e7e091b2
This commit is contained in:
commit
240b7dd4f4
2 changed files with 2 additions and 2 deletions
|
@ -648,7 +648,7 @@ _ ConfigVotingSetup = ConfigParam 11;
|
|||
cfg_proposal#f3 param_id:int32 param_value:(Maybe ^Cell) if_hash_equal:(Maybe uint256)
|
||||
= ConfigProposal;
|
||||
cfg_proposal_status#ce expires:uint32 proposal:^ConfigProposal is_critical:Bool
|
||||
voters:(HashmapE 16 True) remaining_weight:int64 validator_set_id:uint256
|
||||
voters:(HashmapE 16 uint32) remaining_weight:int64 validator_set_id:uint256
|
||||
rounds_remaining:uint8 wins:uint8 losses:uint8 = ConfigProposalStatus;
|
||||
|
||||
wfmt_basic#1 vm_version:int32 vm_mode:uint64 = WorkchainFormat 1;
|
||||
|
|
|
@ -225,7 +225,7 @@ _ perform_action(cfg_dict, public_key, action, cs) inline_ref {
|
|||
}
|
||||
|
||||
;; cfg_proposal_status#ce expires:uint32 proposal:^ConfigProposal is_critical:Bool
|
||||
;; voters:(HashmapE 16 True) remaining_weight:int64 validator_set_id:uint256
|
||||
;; voters:(HashmapE 16 uint32) remaining_weight:int64 validator_set_id:uint256
|
||||
;; rounds_remaining:uint8 wins:uint8 losses:uint8 = ConfigProposalStatus;
|
||||
(int, cell, int, cell, int, int, slice) unpack_proposal_status(slice cs) inline_ref {
|
||||
throw_unless(44, cs~load_int(8) == 0xce - 0x100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue