Releases: aleph-im/aleph-sdk-python
2.0.5
2.0.4
2.0.3
We're excited to announce the release of version 2.0.3. This version includes 2 new message states and 4 new EVM chains support:
What's Changed
- feat: use new endpoint to get message status by @aliel in #215
- Fix: add missing supported EVM Chains in chain_account_map by @1yam in #217
- Implement Unichain network by @nesitor in #219
- Implement new aleph-message changes by @nesitor in #220
Full Changelog: 2.0.2...2.0.3
2.0.2
We're excited to announce the release of version 2.0.2. This version fixes a bug related with .env
files and custom env variables:
What's Changed
- fix: Pydantic v2 errors on unknown env vars by @RezaRahemtola in #216
Full Changelog: 2.0.1...2.0.2
2.0.1
We're excited to announce the release of version 2.0.1. This version fixes some bugs and upload some dependencies like web3
library:
What's Changed
- Feature: New SVMAccount by @1yam in #213
- Update
web3
dependency by @nesitor in #212 - Increase superfluid fork dependency version by @nesitor in #214
Full Changelog: 2.0.0...2.0.1
2.0.0
We're excited to announce the release of version 2.0.0. This version uses Pydantic V2 and fixes some bugs:
What's Changed
- Fix programs for SOL payment chain by @philogicae in #201
- Fix: Remove references to slow server api1.aleph.im by @hoh in #203
- feat: aleph-pytezos has been renamed to pytezos-crypto by @Psycojoker in #206
- Fix: Redundant dependency in pyproject by @hoh in #207
- Fix: Tests were not running on macOS by @hoh in #204
- Implement Sonic Blockchain by @nesitor in #210
- Upgrade pydantic version by @Antonyjin in #179
Full Changelog: 1.4.0...2.0.0
1.4.0
We're excited to announce the release of version 1.4.0. This version adds support for the new pricing that also supports GPU tiers:
What's Changed
- Changes for new pricing system by @philogicae in #199
Full Changelog: 1.3.1...1.4.0
1.3.1
We're excited to announce the release of version 1.3.1. This version adds support for latest and updated version of aleph-pytezos
dependency:
Improvements
- Dependency Update: Upgraded the
aleph-pytezos
dependency from version 0.1.1 to 3.13.4 (by @Psycojoker).
What's Changed
- feat: upgrade to our latest version of pytezos by @Psycojoker in #148
Full Changelog: 1.3.0...1.3.1
1.3.0
We're excited to announce the release of version 1.3.0. This version improves the VM operation API and adding other improvements and bugfixes:
New Feature
- New Feature: Added the
VmClient.operate
function (by @olethanh).
Improvements
- Dependency Update: Upgraded the
ledgeroth
dependency from version 0.9.1 to 0.10.0 (by @dependabot). - Documentation Improvement: Updated the default memory value in the docstring for the
create_instance
function (by @RezaRahemtola). - Bug Fix: Resolved an issue related to Terms & Conditions (by @philogicae).
What's Changed
- Chore(deps): Bump ledgereth from 0.9.1 to 0.10.0 by @dependabot in #183
- Add VmClient.operate by @olethanh in #194
- fix(create_instance): Default memory in docstring by @RezaRahemtola in #192
- Fix for Terms & Conditions by @philogicae in #193
New Contributors
- @RezaRahemtola made their first contribution in #192
Full Changelog: 1.2.1...1.3.0
1.2.1
We're excited to announce the release of version 1.2.1. This version adds GPU support feature and fixes some bugs on user experience. Here's what's new:
New Feature
- GPU Support: Implemented support for utilizing GPUs (by @nesitor).
Bug Fixes
- Incorrect Account Config Alert: Fixed an issue where an incorrect alert was triggered for account configurations (by @nesitor).
- Chain Account Loading: Resolved a problem with incorrect loading of chain accounts (by @philogicae).
- Missing Env Vars: Added missing environment variable placeholders for new EVM chains (by @philogicae).
- Message Status: Corrected the
get_message_status
function (by @aliel).
What's Changed
- Fix wrong account config alert by @nesitor in #184
- Fix wrong chain account loading by @philogicae in #189
- Add missing env var placeholders for new EVM chains by @philogicae in #188
- Fix get_message_status #186 by @aliel in #187
- Implement GPU support by @nesitor in #191
Full Changelog: 1.2.0...1.2.1