File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
hub/constraints/consistency/account Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 3131 acp_CODE_HASH_LO_NEW
3232 acp_CODE_SIZE
3333 acp_CODE_SIZE_NEW
34+ acp_EXISTS
35+ acp_EXISTS_NEW
3436 acp_WARMTH
3537 acp_WARMTH_NEW
3638 acp_DEPLOYMENT_NUMBER
6466 account/CODE_HASH_LO_NEW
6567 account/CODE_SIZE
6668 account/CODE_SIZE_NEW
69+ account/EXISTS
70+ account/EXISTS_NEW
6771 account/WARMTH
6872 account/WARMTH_NEW
6973 account/DEPLOYMENT_NUMBER
Original file line number Diff line number Diff line change 134134(defconstraint account-consistency---linking---conflation-level---balance
135135 (:guard acp_AGAIN_IN_CNF)
136136 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;
137- (begin
138- (eq! acp_BALANCE (prev acp_BALANCE_NEW) )))
137+ (eq! acp_BALANCE (prev acp_BALANCE_NEW) ))
139138
140139(defconstraint account-consistency---linking---conflation-level---code
141140 (:guard acp_AGAIN_IN_CNF)
142141 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;
143142 (begin
144- (eq! acp_CODE_SIZE (prev acp_CODE_SIZE_NEW) )
145- (eq! acp_CODE_HASH_HI (prev acp_CODE_HASH_HI_NEW) )
146- (eq! acp_CODE_HASH_LO (prev acp_CODE_HASH_LO_NEW) )
147- ; ;
148- (eq! acp_IS_PRECOMPILE (prev acp_IS_PRECOMPILE) )))
143+ (eq! acp_CODE_SIZE (prev acp_CODE_SIZE_NEW) )
144+ (eq! acp_CODE_HASH_HI (prev acp_CODE_HASH_HI_NEW) )
145+ (eq! acp_CODE_HASH_LO (prev acp_CODE_HASH_LO_NEW) )
146+ (debug (eq! acp_EXISTS (prev acp_EXISTS_NEW) ))))
147+
148+ (defconstraint account-consistency---linking---conflation-level---precompile-status
149+ (:guard acp_AGAIN_IN_CNF)
150+ ; ;;;;;;;;;;;;;;;;;;;;;;;;;;
151+ (eq! acp_IS_PRECOMPILE (prev acp_IS_PRECOMPILE) ))
149152
150153(defconstraint account-consistency---linking---conflation-level---deployment-number-and-status
151154 (:guard acp_AGAIN_IN_CNF)
You can’t perform that action at this time.
0 commit comments