Skip to content

Releases: singnet/rust-client

v0.2

05 Nov 11:46

Choose a tag to compare

v0.2 Pre-release
Pre-release

Full Changelog: v0.1...v0.2

Important changes:

  • Multi-token support:

    • All value-related commands work with configurable token names to support multiple tokens
    • Added function that changes token name in smart contract
  • Contract management:

    • Extracted all contract definitions from inline code into separate files for better maintainability
  • Deployment flow improvements:

    • Create check_deploy_status() to centralize deploy tracking logic
    • Consolidate block inclusion wait and finalization check
    • Reuse in transfer, bond-validator, and deploy-and-wait commands
  • Refactored F1r3flyApi:

    • Removed dummy private keys
    • Split logic into read-only (for queries) and signing modes

Draft version of CLI

30 Oct 11:34

Choose a tag to compare

Draft version of CLI Pre-release
Pre-release

CLI is based on rust-client developed by F1r3fly team

Important changes:

  • Rename token from REV to ASI across CLI and contracts
  • Add CLI args for HTTP and gRPC ports (no hardcoded observer port)
  • Rework transfer flow: proper deploy status reporting + faucet integration