-
Notifications
You must be signed in to change notification settings - Fork 17
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
Near-sandbox with custom log length limits #73
Comments
CC: @ChaoticTempest. Could you help with this query please? |
In the meantime I've found the EstimatorContext, which could be used for this. There is an override in it that takes care of all the parameters that matter to me.
|
Unfortunately, it doesn't seem like these parameters can be configured from either |
I'm working on coverage for WASM smart contracts, and to do that I'm using a near-sandbox node.
To do that, one idea was to use logs to pass data, but logs have a length limit set in parameters.yaml config. I'm wondering how this can be changed for a near-sandbox instance?
Thanks!
The text was updated successfully, but these errors were encountered: