Skip to content

Fix: `Test.transfer_to_contract` use entrypoint

E. Rivas requested to merge er433/test/fix_transfer_to_contract into dev

type:fixed

For LIGO developers

Introduced a bug when writing Test.transfer_to_contract in terms of Test.transfer, as the entrypoint is forgotten.

This MR adds an extra parameter to internal Test.transfer, and a new feature to get the entrypoint out of a contract.

Changelog details:

Merge request reports