Skip to content

Releases: Virus-Axel/godot-solana-sdk

v1.2.0

15 Oct 17:33
2b845af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Aug 16:00
7f33a5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

02 Aug 14:37
a473ae3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 May 18:09
f43c2fa
Compare
Choose a tag to compare

Changes:

  • Transaction commitment signals
  • Renamed some function names
  • Bug fixes
  • Example projects
  • Asynchronous SolanaClient calls

v1.0.0-rc1

28 Jan 15:07
9bedc88
Compare
Choose a tag to compare

New features

  • Wallet adapter
  • Candy machine interface
  • Anchor program interface
  • Tokens and NFTs

v0.3.2

18 Nov 17:25
Compare
Choose a tag to compare
  • Fix windows startup crash
  • Fix phantom payer bug

v0.3.1

17 Nov 17:43
fbf8b46
Compare
Choose a tag to compare
  • Bug fixes in serialization
  • Bug fix in instruction compilation
  • Bug fix in compute budget instructions

v0.3.0

06 Nov 09:31
93f0a3b
Compare
Choose a tag to compare

New features:

  • Phantom support for web target
  • SolanaClient node with full Solana RPC API coverage
  • Improved transaction features

v0.2.0

20 May 13:12
a434dcc
Compare
Choose a tag to compare

Support for Associated Pubkeys, Pubkeys from seeds and AccountMetas accept Keypairs.

v0.1.0

05 May 19:08
c6408b4
Compare
Choose a tag to compare

First build of the minimal Solana SDK gdextention. This release only supports Pubkeys, Keypairs, AccountMetas, Accounts, Transactions and basic custom instructions. The libraries might be unstable so please report bugs and create issues.