8000 Releases · aleph-im/aleph-sdk-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: aleph-im/aleph-sdk-python

2.0.2

29 Apr 10:09
c676a99
Compare
Choose a tag to compare

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

Full Changelog: 2.0.1...2.0.2

2.0.1

16 Apr 16:06
bb02aca
Compare
Choose a tag to compare

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

Full Changelog: 2.0.0...2.0.1

2.0.0

11 Apr 11:10
0c848b5
Compare
Choose a tag to compare

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

18 Feb 17:17
e4ce90e
Compare
Choose a tag to compare

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

Full Changelog: 1.3.1...1.4.0

1.3.1

11 Feb 10:20
Compare
Choose a tag to compare

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

Full Changelog: 1.3.0...1.3.1

1.3.0

19 Dec 23:38
964020c
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

16 Dec 12:04
fe1823c
Compare
Choose a tag to compare

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

Full Changelog: 1.2.0...1.2.1

1.2.0

04 Nov 18:26
c24a3cf
Compare
Choose a tag to compare

We're excited to announce the release of version 1.2.0. This version brings new features, enhancements, and fixes that improve the functionality and user experience. Here's what's new:

New Features

Added new EVM chains: we added support for some EVM chains mainly used. (PR #182)

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

14 Oct 10:20
d54e9ac
Compare
Choose a tag to compare

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: The ledgereth 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

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

04 Sep 09:59
c62fbb7
Compare
Choose a tag to compare

We're excited to announce the release of version 1.0.1. This version brings new features, enhancements, and fixes that improve the functionality and user experience. Here's what's new:

New Features:

  • Introduced the get_message_status function and overloaded the get_message function to return message status. (PR #163)

Bug Fixes:

  • Resolved an issue with the _load_account function when both a string and path for the private key were provided. (PR #160)
  • Ensured the correct type is used in the create_session function. (PR #159)
  • Fixed configuration settings. (PR #162)

Overall, this update focuses on fixing bugs, enhancing functionality, and keeping the library up-to-date with dependencies.

What's Changed

Full Changelog: 1.0.0...1.0.1

0