Skip to content

Releases: SuperteamDAO/solathon

Release v0.1.5

12 Jan 00:56
Compare
Choose a tag to compare
  • Added Solana Pay
  • Converted All JSON Responses Into Classes
  • Fixed Keypair and other related issues

0.1.2

22 Apr 04:32
Compare
Choose a tag to compare
  • Python version 3.7 and beyond supported nwo
  • Added more JSON RPC methods

0.0.8

07 Mar 06:00
Compare
Choose a tag to compare
  • Simplified transactions
  • Most of the JSON RPC covered
  • Fixed a lot of documentation typos

0.0.7

17 Feb 20:03
Compare
Choose a tag to compare
  • 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

15 Feb 18:11
Compare
Choose a tag to compare
  • 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

14 Feb 18:52
Compare
Choose a tag to compare
  • Added AsyncClient
  • Improved HTTP performance
  • Added request_airdrop and refresh_http client methods
  • Added verify_signature utility function
  • Improved type hinting

0.0.4

10 Feb 19:38
Compare
Choose a tag to compare
  • 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

07 Feb 18:52
Compare
Choose a tag to compare
  • Added support for four more methods
  • Added documentation
  • Handled error for methods without any parameters
  • Added endpoint attribute to client class

0.0.2

21 Jan 19:34
Compare
Choose a tag to compare
  • 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

07 Jan 17:47
Compare
Choose a tag to compare

Initial release
Contains the following:

  • Initial client with few basic RPC methods
  • Simple keypair encryption
  • Public key and Private key objects