Releases: michaelhly/solana-py
Releases · michaelhly/solana-py
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