https://gitlab.com/tezos/tezos
Raw File
Tip revision: 25cdfd405ad29ba9c04664c5c158297a831183f5 authored by Emma Turner on 23 January 2024, 12:12:57 UTC
Kernel/EVM: decorate tx with encoded size in inbox
Tip revision: 25cdfd4
get_00.tc.tzt
code { GET } ;
input { Stack_elt int 1 ; Stack_elt (list (pair int int)) { Pair 1 3 ; Pair 5 2 } } ;
output (StaticError _)
back to top