bolt
bolt copied to clipboard
[Bug] System return size is limited to 1024 bytes
Is your feature request related to a problem? Please describe. We return the components data serialized so we can send it to the component program to update the PDAs data. It's currently limited to 1024 bytes. We want to improve that.
Describe the solution you'd like Re-design how we do this to get rid of this limitation.