Releases: SuperteamDAO/solathon
Releases · SuperteamDAO/solathon
Release v0.1.5
- Added Solana Pay
- Converted All JSON Responses Into Classes
- Fixed Keypair and other related issues
0.1.2
- Python version 3.7 and beyond supported nwo
- Added more JSON RPC methods
0.0.8
- Simplified transactions
- Most of the JSON RPC covered
- Fixed a lot of documentation typos
0.0.7
- Better transaction object structure with more flexibility
- Supporting six instructions now
- Fix over 120 type hinting issues
- Updated documentation with instructions and fixed async client mistakes
0.0.6
- Support Python 3.6+ instead of Python 3.10+
- Fixed
refresh_http
method in AsyncClient
not being in async function or awaited
0.0.5
- Added AsyncClient
- Improved HTTP performance
- Added request_airdrop and refresh_http client methods
- Added verify_signature utility function
- Improved type hinting
0.0.4
- A lot of documentation
- Added support for 10 more methods
- Fixed keypair being printed whenever initializing
- Improved type hinting
- PEP8ified transaction.py and core/instructions.py
0.0.3
- Added support for four more methods
- Added documentation
- Handled error for methods without any parameters
- Added endpoint attribute to client class
0.0.2
- Added transaction object and instructions
- Added send transaction and fetching wallet tokens methods (sendTransaction & getTokenAccountsByOwner)
- Improved key pair and public key objects
- Initialized docs
- Switch to Python 3.10 union type hinting
0.0.1
Initial release
Contains the following:
- Initial client with few basic RPC methods
- Simple keypair encryption
- Public key and Private key objects