Skip to content

Commit

Permalink
Merge branch 'develop' into feature/24
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv authored Sep 23, 2024
2 parents c9acfcc + ae3a734 commit d88ddcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/process-tx.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ deploy:
%MAX_CNT_POSEIDON_G - CNT_POSEIDON_G - %MAX_CNT_POSEIDON_SLOAD_SSTORE*3 :JMPN(outOfCountersPoseidon)
%MAX_CNT_BINARY - CNT_BINARY - 3 :JMPN(outOfCountersBinary)
:CALL(isColdAddress) ; add address to touched addresses
A => E :CALL(checkpointTouched) ; new address is ward even after error
; check if address is deployable ( nonce == bytecode == 0)
A => E

E => A
; read nonce
0 => C
%SMT_KEY_NONCE => B
Expand Down

0 comments on commit d88ddcb

Please sign in to comment.