Alpha: fix up compatibility for encoding of michelson primitives
This commit is contained in:
parent
70fddce545
commit
213bedaf58
@ -510,7 +510,6 @@ let prim_encoding =
|
|||||||
("SOURCE", I_SOURCE) ;
|
("SOURCE", I_SOURCE) ;
|
||||||
("SENDER", I_SENDER) ;
|
("SENDER", I_SENDER) ;
|
||||||
("SELF", I_SELF) ;
|
("SELF", I_SELF) ;
|
||||||
("SLICE", I_SLICE) ;
|
|
||||||
("STEPS_TO_QUOTA", I_STEPS_TO_QUOTA) ;
|
("STEPS_TO_QUOTA", I_STEPS_TO_QUOTA) ;
|
||||||
("SUB", I_SUB) ;
|
("SUB", I_SUB) ;
|
||||||
("SWAP", I_SWAP) ;
|
("SWAP", I_SWAP) ;
|
||||||
@ -547,7 +546,10 @@ let prim_encoding =
|
|||||||
("timestamp", T_timestamp) ;
|
("timestamp", T_timestamp) ;
|
||||||
("unit", T_unit) ;
|
("unit", T_unit) ;
|
||||||
("operation", T_operation) ;
|
("operation", T_operation) ;
|
||||||
("address", T_address) ]
|
("address", T_address) ;
|
||||||
|
(* Alpha_002 addition *)
|
||||||
|
("SLICE", I_SLICE) ;
|
||||||
|
]
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
register_error_kind
|
register_error_kind
|
||||||
|
Loading…
Reference in New Issue
Block a user