A byte-long length is used when short_vec serialization is desired in several places. This causes some limitations with size and problems when these limits are exceeded.
Suggested Improvements
Implement short_vec and use where faulty serialization is use. Would be great to add a test with large instruction data as well.
Description
A byte-long length is used when short_vec serialization is desired in several places. This causes some limitations with size and problems when these limits are exceeded.
Suggested Improvements
Implement short_vec and use where faulty serialization is use. Would be great to add a test with large instruction data as well.
Extra Information
No response