What are some ideas around reducing state byte size. I'm currently facing an issue where I either re

What are some ideas around reducing state byte size. I'm currently facing an issue where I either reach the step count limit or subrequest limit, so the solution is to combine things, but then I'm facing the size limit. I think the state size limit should be easier to increase maybe to 10MiB?

Serialized RPC arguments or return values are limited to 1MiB, but the size of this value was: 2221149 bytes.
Was this page helpful?