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

Add AnchorProgram test project #198

Closed Virus-Axel closed 7 months ago

Virus-Axel commented 7 months ago

The AnchorProgram node is untested and outdated. This commit adds an initial test structure and a simple test for fetching idl. The workflow is modified to run the local validator with test accounts initialized by searching the test_accounts folder for json account files. This commit also includes a fix for async idl fetching.