File tree 2 files changed +14
-7
lines changed
hub/constraints/consistency/account
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 31
31
acp_CODE_HASH_LO_NEW
32
32
acp_CODE_SIZE
33
33
acp_CODE_SIZE_NEW
34
+ acp_EXISTS
35
+ acp_EXISTS_NEW
34
36
acp_WARMTH
35
37
acp_WARMTH_NEW
36
38
acp_DEPLOYMENT_NUMBER
64
66
account/CODE_HASH_LO_NEW
65
67
account/CODE_SIZE
66
68
account/CODE_SIZE_NEW
69
+ account/EXISTS
70
+ account/EXISTS_NEW
67
71
account/WARMTH
68
72
account/WARMTH_NEW
69
73
account/DEPLOYMENT_NUMBER
Original file line number Diff line number Diff line change 134
134
(defconstraint account-consistency---linking---conflation-level---balance
135
135
(:guard acp_AGAIN_IN_CNF)
136
136
; ;;;;;;;;;;;;;;;;;;;;;;;;;;
137
- (begin
138
- (eq! acp_BALANCE (prev acp_BALANCE_NEW) )))
137
+ (eq! acp_BALANCE (prev acp_BALANCE_NEW) ))
139
138
140
139
(defconstraint account-consistency---linking---conflation-level---code
141
140
(:guard acp_AGAIN_IN_CNF)
142
141
; ;;;;;;;;;;;;;;;;;;;;;;;;;;
143
142
(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) ))
149
152
150
153
(defconstraint account-consistency---linking---conflation-level---deployment-number-and-status
151
154
(:guard acp_AGAIN_IN_CNF)
You can’t perform that action at this time.
0 commit comments