Skip to content
New issue

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

Refine compilation error in the write api #251

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

ArielElp
Copy link
Collaborator

@ArielElp ArielElp commented Nov 28, 2024

Today, compilation can fail due to various reasons. The most common ones are:

  • artifact (class or compiled class) exceeds the bytecode/size limits described here
  • unapproved libfuncs are used

While the gateway responds with the compilation error, it is not forwarded to the RPC consumer which receives the opaque "compilation failed"


This change is Reviewable

Copy link
Collaborator Author

@ArielElp ArielElp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @amanusk)

@ArielElp ArielElp merged commit da37b41 into v0.8.0 Jan 12, 2025
@ArielElp ArielElp deleted the improve_compilation_error branch January 12, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant