https://gitlab.com/tezos/tezos
Raw File
Tip revision: 56dd6968a76c98341ca6fc71e8ac82885f8a6447 authored by Anne-Laure on 03 April 2024, 15:14:05 UTC
Tezt/Tests/Dal: change test_gc_with_all_profiles to use Auto history mode
Tip revision: 56dd696
steps_to_quota.tz
parameter int ;
storage nat ;
code { CAR;
       DUP;
       GT;
       LOOP { PUSH int 1; SWAP; SUB; DUP; GT; };
       DROP;
       STEPS_TO_QUOTA;
       # PUSH nat 1;
       NIL operation;
       PAIR;
     };
back to top