Is there an existing issue for this?
New feature
As a contract developer I would like to be able to set the size of the buffer used by the system calls, this would allow me to retrieve data that's larger than the default value, 1024 bytes.
For example, pulling the bytecode into the contract requires to have a buffer that's at least as large as the bytecode + some bytes.
Anything else?
Link to the current max buffer constant implementation
Is there an existing issue for this?
New feature
As a contract developer I would like to be able to set the size of the buffer used by the system calls, this would allow me to retrieve data that's larger than the default value, 1024 bytes.
For example, pulling the bytecode into the contract requires to have a buffer that's at least as large as the bytecode + some bytes.
Anything else?
Link to the current max buffer constant implementation