Solders

Latest version: v0.23.0

Safety actively analyzes 689579 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

0.23.0

Changed

- Upgrade Solana Rust deps to 2.1 [(123)](https://github.com/kevinheavey/solders/pull/123).
- Stop publishing Rust crates for now (most of the publish CI was failing anyway) [(123)](https://github.com/kevinheavey/solders/pull/123).
- Drop support for bankrun on musllinux-i686 as its dependencies no longer support it [(123)](https://github.com/kevinheavey/solders/pull/123).

0.22.0

Changed

- Add optional `token_program_id` param to `get_associated_token_address` [(117)](https://github.com/kevinheavey/solders/pull/117).
- Upgrade Solana deps to 2.0 [(116)](https://github.com/kevinheavey/solders/pull/116).
- Remove GetStakeActivationResp (no longer exists) [(116)](https://github.com/kevinheavey/solders/pull/116).

Fixed

- Avoid panic in `Keypair.from_base58_string` [(93)](https://github.com/kevinheavey/solders/pull/93).
- Avoid panic in `Pubkey.create_program_address` [(111)](https://github.com/kevinheavey/solders/pull/111).
- Avoid panic in `RPCError deserialization` [(111)](https://github.com/kevinheavey/solders/pull/111).
- Add missing `stack_height` getter [(103)](https://github.com/kevinheavey/solders/pull/103).

0.21.0

Changed

- Use pyo3 20.2 [(81)](https://github.com/kevinheavey/solders/pull/81).
- Add back RPC modules on linux aarch64 [(87)](https://github.com/kevinheavey/solders/pull/87)

0.20.0

Added

- Add address lookup table instructions and state [(79)](https://github.com/kevinheavey/solders/pull/79)

Changed

- Upgrade to Solana 1.18.1 [(80)](https://github.com/kevinheavey/solders/pull/80). This also takes out the `ring` dependency (and all crates that use it) for linux-aarch64 builds.

0.19.0

Added

- Add `Keypair.from_seed_and_derivation_path` [(75)](https://github.com/kevinheavey/solders/pull/75)
- Add Token Program ID (`solders.token.ID`)

Fixed

- Fix (de)serialization of Account `owner` field [(70)](https://github.com/kevinheavey/solders/pull/70)

Changed

- Use PyO3 v0.19.2 [(64)](https://github.com/kevinheavey/solders/pull/64)
- Upgrade to Solana 1.17.12 [(71)](https://github.com/kevinheavey/solders/pull/71)

0.18.1

Changed

- Accept `Transaction | VersionedTransaction` in bankrun transaction methods [(62)](https://github.com/kevinheavey/solders/pull/62)

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.