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: Anchor data deserializer does not work sometimes #200

Closed Virus-Axel closed 6 months ago

Virus-Axel commented 6 months ago

Description

I am trying to deserialize anchor program data for CandyMachine object. It causes the editor to crash.

Suggested Improvements

Find the problem in the deserializer and fix this.

Extra Information

Seems to be an alignment problem, since all integers get crazy big values after a certain point.