Skip to content

1.2.0: Support for Solana blockchain

Latest
Compare
Choose a tag to compare
@nesitor nesitor released this 14 Oct 10:20
b3d00dc

Features

  • Updated Aleph-Pytezos: The client now utilizes a newer version of the aleph-pytezos library for improved functionality. (PR #261)
  • Account Management and Solana Support: A significant new feature has been introduced, providing functionalities for account management and interaction with the Solana blockchain. (PR #281)
  • YAML Validation: The yamlfix tool has been integrated to ensure the integrity and validity of YAML files used by the client. (PR #277)
  • Code Formatting: Consistent code formatting throughout the project is now maintained using pyproject-fmt. (PR #284)

Improvements

  • Volume Prompt Fix: A bug related to the volume prompt has been addressed. (PR #267)
  • Automated Dependency Updates: Dependabot has been configured to automate dependency updates, guaranteeing the client leverages the latest stable versions. (PR #268)
  • Dependency Updates: Several dependencies have been updated to newer versions, including typer, aiohttp, and rich. (PR #269, #274, #278)
  • Windows Compatibility: A fix has been implemented to prevent the usage of a buggy version of aiohttp on Windows systems. (PR #283)

What's Changed

Full Changelog: 1.1.0...1.2.0