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: get_tokens_by_owner malfunctions #182

Closed Virus-Axel closed 7 months ago

Virus-Axel commented 8 months ago

Description

The get_tokens_by_owner solana client function does not get correct responses.

Suggested Improvements

Could be caused by #180 . When it has been resolved, verify that the function is working again. If not, fix the parameters.

Extra Information

No response

Virus-Axel commented 7 months ago

Seems to work now with fixed solana client response sync on web platform.