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: Web Socket methods use base58 even if I set it to base64. #242

Closed Virus-Axel closed 3 months ago

Virus-Axel commented 4 months ago

Description

The encoding parameter is ignored.

Suggested Improvements

Add encoding to the RPC request body

Extra Information

No response

Virus-Axel commented 3 months ago

Web socket requests now add encoding option. When setting encoding to something not base58 there is no response from the server.