-
Notifications
You must be signed in to change notification settings - Fork 190
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
RPC fails with large contract class size #1785
Labels
Comments
derrix060
added
Bug
Something isn't working or security issue
no-stale
Good first issue
Good for newcomers
labels
Oct 23, 2024
I’d like to resolve this. |
Can I work on this, please? |
I’d like to resolve this. |
Can I jump on this task? |
Could I take a shot at this? |
Let me handle this issue! |
Could I take a shot at this? |
The issue likely arises because the size of your compiled_contract_class.json exceeds the maximum payload size that the Juno node can handle. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue
My compiled_contract_class.json generated with snfoundry fails when i try to declare it.
The size of file is
28 megabytes
and when snfoundry tries to send it tojuno
iterrors
following msg:But i expect to see:
The log-level
trace
isnot
yetavailable
as mentioned here #1767I cannot provide much more info then this (no important logs in debug log-level) but i am happy to help with reproduction of this issue.
There is
no
suchissue
when i send10 megabytes
contract class to juno it behaves as expected.Do u know how to solve this issue? And why it happens?
Versions
snfoundry v0.20.1
scarb nightly-2024-03-16
nethermindeth/juno:v0.11.4
The text was updated successfully, but these errors were encountered: