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, anddeploy-and-waitcommands
- Create
-
Refactored F1r3flyApi:
- Removed dummy private keys
- Split logic into read-only (for queries) and signing modes