-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The branch https://github.com/marigold-dev/checker-ligo/tree/test-entrypoints tries to test Checker entrypoints, but this fails due to some limitations of the compiler:
- we can't serialize the entrypoints as we do in “release mode” (https://github.com/marigold-dev/checker-ligo/blob/test-entrypoints/checker_tools/client/compilation.py#L139);
- a solution to the previous problem is to not serialize them and call them directly; unfortunately (but predictably) this fails because the resulting contract is too big, forcing us to change at least some constants in the compiler as we had to do to allow parallel compilation.
This is blocking at the moment.
Reactions are currently unavailable