We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3
during the build for version 0.8.0-dev4 (onchain version 0.3.0-dev4)
it was not possible to export the V3 object due to
The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.ts(7056)
as the error message reports, the fix should be explicitly typing the object.
the issue raised following the addition of methods for the PMaybe type
PMaybe
So perhaps an even easier fix would be explicitly typing PMaybe?
this fix is not crucial for the 0.8.0 release, but something to be addressed before PlutusV4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
during the build for version 0.8.0-dev4 (onchain version 0.3.0-dev4)
it was not possible to export the
V3
object due toas the error message reports, the fix should be explicitly typing the object.
the issue raised following the addition of methods for the
PMaybe
typeSo perhaps an even easier fix would be explicitly typing PMaybe?
this fix is not crucial for the 0.8.0 release, but something to be addressed before PlutusV4
The text was updated successfully, but these errors were encountered: