Solders

Latest version: v0.21.0

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

Scan your dependencies

Page 1 of 7

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)

0.18.0

Changed

- Use solana 1.16.0 [(61)](https://github.com/kevinheavey/solders/pull/61)
- Rename `process_transaction_with_metadata` to just `process_transaction`.
Remove `process_transaction_with_preflight` and the old `process_transaction`
which had too many footguns. The new `process_transaction` uses the Rust
`process_transaction_with_metadata` under the hood. [(60)](https://github.com/kevinheavey/solders/pull/60)

Fixed

- Remove `.string()` from `pubkey.pyi` as the method no longer exists [(57)](https://github.com/kevinheavey/solders/pull/57)
- Fix `pre_token_balances` getter [(59)](https://github.com/kevinheavey/solders/pull/59)

0.17.0

Added

Added partial support for the SPL Token Program [(53)](https://github.com/kevinheavey/solders/pull/53)

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.