Skip to content

v0.2

Pre-release
Pre-release

Choose a tag to compare

@Timekiller7 Timekiller7 released this 05 Nov 11:46
· 5 commits to main since this 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