All notable changes to this project will be documented in this file.
- Fixed Table and Connection account decoders to correctly handle optional fields
gate_mintfield now properly decoded asOption<Pubkey>instead of requiredPubkeywritersfield in Table now properly decoded asOption<Vec<Pubkey>>- This fixes issues where tables created without gate_mint were incorrectly decoded
- Fixed
send_txfunction compatibility with solders >= 0.23- Updated Transaction creation to use
Message.new_with_blockhashinstead of deprecatedTransaction.new_with_payer - Fixed
recent_blockhashattribute error with newer solders versions - Fixed signature type handling in
confirm_transaction
- Updated Transaction creation to use
- Improved compatibility with httpx >= 0.28.0
- Transaction signing now properly handles both Keypair and WalletSigner types
- Initial release
- Support for on-chain data storage
- Database tables and connections
- Code-in functionality