Skip to content

0.7.0 A summer full of features

Compare
Choose a tag to compare
@hoh hoh released this 11 Jul 15:30
· 132 commits to main since this release

Many new features and fixes in this new release of the SDK, including the support for Python 3.11, verifying Ethereum and Solana signatures, new version of aleph-message.

What's Changed

  • Fix: support for Python 3.11 by @odesenfans in #7
  • Feature: Signature verification for Solana and Ethereum messages by @MHHukiewitz in #19
  • Fix: Relay startup event through AlephApp by @MHHukiewitz in #22
  • Refactor: Simplify opening of files for reading or writing by @hoh in #28
  • Minor fixes by @hoh in #27
  • Fix: asyncio.run cannot run inside a loop by @hoh in #26
  • Fix: AlephClient class could not use unix sockets by @hoh in #24
  • Fix: ETH verify_signature fails on checksummed addresses by @MHHukiewitz in #29
  • Fix: SDK error when retrieving fallback private key, but the symlink was dead. by @1yam in #33
  • Feature: VM cache did not support connecting through a Unix socket by @odesenfans in #35
  • Chore: bump aleph-message to 0.4.0a3 by @odesenfans in #39
  • Fix: CI was broken because of aiomqtt update by @odesenfans in #40
  • Problem: Signatures generated with Python 3.11 are invalid by @hoh in #30
  • Fix: Optional argument requires default value by @hoh in #41
  • Fix: aleph-message 0.4.0 has been released by @hoh in #42
  • Fix: Scripts used renamed Dockerfile by @hoh in #43
  • Fix: package could not be published to Pypi by @odesenfans in #45

New Contributors

  • @1yam made their first contribution in #33

Full Changelog: 0.6.0...0.7.0