Releases: Virus-Axel/godot-solana-sdk
Releases · Virus-Axel/godot-solana-sdk
v1.2.0
What's Changed
- Add doxygen documentation for pubkey by @Virus-Axel in #268
- Add doxygen comments to Keypair Class and methods by @Virus-Axel in #270
- Feature/v0 tx by @Virus-Axel in #274
- Fix metadata deserialization bug in fetch callback by @Virus-Axel in #275
- Add parameter check on pda creation methods by @Virus-Axel in #276
- Feature/das methods by @Virus-Axel in #279
- Implement a way to copy metadata from a dictionary by @Virus-Axel in #280
- memcmp filters and filters for anchor types by @barelooksrare in #282
- Added serializing optional accounts to instruction building by @barelooksrare in #285
- adding missing commit to fix optional by @barelooksrare in #286
- Hide callback internal functions from Godot by @Virus-Axel in #288
- Add check for polling multiple times per frame by @Virus-Axel in #291
- Docs/solana client by @Virus-Axel in #292
- Feature/shdw drive by @Virus-Axel in #293
New Contributors
- @barelooksrare made their first contribution in #282
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- typo : pugin to plugin by @Boyquotes in #252
- Restructure SolanaClient to allow multiple callbacks by @Virus-Axel in #253
- Create feature_request.yaml by @Virus-Axel in #251
- Bugfix/missing metadata fields by @Virus-Axel in #255
- Remove instruction checks on update blockhash by @Virus-Axel in #256
- Add keypair to pubkey conversion method by @Virus-Axel in #257
- Feature/4 3 bindings by @Virus-Axel in #261
- Add error message for not enough signers by @Virus-Axel in #265
- Fix mint CandyGuard crash on some guards by @Virus-Axel in #266
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Add token examples by @Virus-Axel in #216
- Add candy machine example project by @Virus-Axel in #217
- Add mint to and config line sample code by @Virus-Axel in #218
- Replace backpack with solana-wallet-mock in workflows by @Virus-Axel in #221
- Add Keypair example project by @Virus-Axel in #223
- Feature/token 2022 by @Virus-Axel in #224
- Add inheritance of SolanaClient node by @Virus-Axel in #226
- Add error messages to fetch anchor account by @Virus-Axel in #227
- Refactor/solana client by @Virus-Axel in #228
- Fix build failing in new scons versions by @Virus-Axel in #244
- Fix error with SolanaClient settings by @Virus-Axel in #247
- Bugfix/anchor program by @Virus-Axel in #248
- Fix signer and writable in anchor instructions by @Virus-Axel in #249
- Fix token program parameter in ata builder by @Virus-Axel in #250
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Changes:
- Transaction commitment signals
- Renamed some function names
- Bug fixes
- Example projects
- Asynchronous SolanaClient calls
v1.0.0-rc1
New features
- Wallet adapter
- Candy machine interface
- Anchor program interface
- Tokens and NFTs
v0.3.2
- Fix windows startup crash
- Fix phantom payer bug
v0.3.1
- Bug fixes in serialization
- Bug fix in instruction compilation
- Bug fix in compute budget instructions
v0.3.0
New features:
- Phantom support for web target
- SolanaClient node with full Solana RPC API coverage
- Improved transaction features
v0.2.0
Support for Associated Pubkeys, Pubkeys from seeds and AccountMetas accept Keypairs.
v0.1.0
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.