Releases: michaelhly/solana-py
Releases · michaelhly/solana-py
v0.36.0
What's Changed
- Update CI and devtools @dbast in #462, #465
- Bump websockets to 12.0 by @azerv1 in #469
- Add httpx session in http.py by @neochine in #475
- Use all signers when constructing a SPL transfer transaction by @Jonney in #476
- Remove support for legacy transaction by @michaelhly in #477
- Bump to solders 0.23.0 and remove GetStakeActivationResp RPC by @michaelhly in #459
New Contributors
- @dbast made their first contribution in #462
- @azerv1 made their first contribution in #469
- @neochine made their first contribution in #475
- @Jonney made their first contribution in #476
Full Changelog: v0.35.1...v0.36.0
v0.35.1
What's Changed
- Add Token2022 Program ID constant. by @n3tn1nja in #435
- Add NATIVE_DECIMALS & solana constants by @michaelhly in #43
- Enhance Type Hinting for WebSocket Connection by @circansm in #437
- Better typing hints for make_request by @nhruo123 in #447
- spl-token: Add associated token account CreateIdempotent instruction by @thiagosantana-mb in #449
- Deprecate transaction module by @kevinheavey in #442
- Add deprecated warning to get_stake_activation method by @akashcodes in #455
- spl-token: Add token_program_id parameter to associated token endpoints by @akashcodes in #456
- Use RPC health check instead of
/health
foris_connected
by @mp-freatic in #460
New Contributors
- @circansm made their first contribution in #437
- @nhruo123 made their first contribution in #447
- @n3tn1nja made their first contribution in #435
- @thiagosantana-mb made their first contribution in #449
- @akashcodes made their first contribution in #455
- @mp-freatic made their first contribution in #460
Full Changelog: v0.34.0...v0.35.1
v0.34.0
What's Changed
- Fix: added getInflationReward method by @kubanemil in #413
- Add block subscribe/unsubscribe websocket methods by @ruiqic in #418
New Contributors
- @kubanemil made their first contribution in #413
- @ruiqic made their first contribution in #418
Full Changelog: v0.33.0...v0.34.0