Testing framework: add support for C_CONTRACT and similar
type:added
For LIGO developers
Currently, Tezos.get_entrypoint_opt
and similar are not supported in the testing framework. I don't think there's currently a reason on why to limit it.
This MR implements them.
Changelog details:
Tezos.get_entrypoint_opt
, Tezos.get_contract_opt
and variants.
Testing framework: support for Edited by E. Rivas