Skip to content

Release 0.78.0

Latest
Compare
Choose a tag to compare
@FrankC01 FrankC01 released this 11 Feb 08:43
· 4 commits to main since this release

[0.78.0] - 2025-02-11

Added

  • enhancement CLI apps now take --group as argument.

    • Note that pysui CLI apps are all GraphQL based, setting group to JSON RPC type will fail execution.
  • enhancement Use public key to verify signature on personal message.

    • Added serialize to SuiPublicKey to convert to signature scheme and bytes to base64
    • Added from_serialized to SuiPublicKey as class method to create SuiPublicKey from base64 encoded signature scheme and bytes
    • Added verify_personal_message to SuiPublicKey to verify signature using public key

Fixed

Changed

  • Bumpted to pysui-fastcrypto 0.6.0 to support public key signature verification

Removed

  • sign_message on SuiKeyPair deprecated since "0.71.0"