Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Issue: Short vec serialization is not implemented #281

Closed Virus-Axel closed 1 month ago

Virus-Axel commented 1 month ago

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