1.1.0
We're excited to announce the release of version 1.1.0. This version brings new features, enhancements, and fixes that improve the functionality and user experience. Here's what's new:
Recent Updates to the Aleph SDK Python
New Features
- Account Handler: A new
Account Handler
feature has been introduced, providing enhanced functionality for managing accounts. (PR #175)
Dependency Management and Updates
- Automated dependency updates: Dependabot has been configured to automatically update dependencies, ensuring the SDK always uses the latest, most secure versions of its dependencies. (PR #166)
ledgereth
update: Theledgereth
library, which is used for interacting with Ledger hardware wallets, has been updated from version 0.9.0 to 0.9.1. (PR #168)
Improvements
- Code formatting:
pyproject-fmt
has been integrated to ensure consistent code formatting throughout the project. (PR #173) - Post-Solana fixes: Various fixes have been implemented to improve the interaction with Solana. (PR #178)
Overall, this update focuses on:
- Improving dependency management
- Enhancing code quality and maintainability
- Introducing new features for account management
- Addressing issues related to Solana interactions
Change list
- chore: configure dependabot to auto update dependencies by @Psycojoker in #166
- Chore(deps): Bump ledgereth from 0.9.0 to 0.9.1 by @dependabot in #168
- Feature: Account Handler by @1yam in #175
- feat: add pyproject-fmt by @Psycojoker in #173
- Post-SOL fixes by @philogicae in #178
New Contributors
- @dependabot made their first contribution in #168
Full Changelog: 1.0.1...1.1.0