Skip to content

v0.5.0 - CLI Refactoring and CI Optimizations

Latest

Choose a tag to compare

@brunopgalvao brunopgalvao released this 14 Nov 06:58
· 4 commits to master since this release
Immutable release. Only release title and notes can be modified.

What's Changed

This release includes major improvements to the CLI tool and CI workflow:

CLI Improvements

  • Simplified CLI command structure for better usability
  • Enhanced dependency checking with automatic installation prompts
  • Improved error handling and user feedback

CI Optimizations

  • Performance: Reduced pathway integration test times from 15-20 minutes to 2-3 minutes (cached)
  • Smart execution: Path-based conditional execution - tests only run when relevant files change
  • Caching: Runtime WASM artifact caching to avoid repeated 15+ minute builds

Testing

  • Comprehensive pathway integration tests for all recipe templates:
    • Basic interaction template
    • Solidity template
    • XCM template
    • Testing infrastructure template
    • Parachain/pallet template

Documentation

  • Updated README with improved CLI-first workflow
  • Modernized contributor documentation
  • Improved recipe template documentation

Tooling Versions

  • Rust: 1.91.1
  • Node: v20.19.5

Full Changelog: v0.4.0...v0.5.0