Skip to content

2.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@aelesbao aelesbao released this 15 Sep 13:08
0e23865

What's Changed

⚠️ BREAKING CHANGES

  • config: Changed the config file path. To migrate from v2.0.0-alpha.1 to v2.0.0-alpha.2, users will have to rename the config folder from ./.archway-cli to ./.archway and move the config file from archway-cli.json to .archway/config.json.
  • accounts: any accounts created using version 2.0.0-alpha.1 must be recovered from the mnemonic using the command archway accounts new --recover {name}.

Added

  • config: management of global config files in ~/.config/archway (#221)
  • accounts: store the private key on the keyring (#218)

Fixed

  • contracts: validate the schema of Rust's numeric types (#214)
  • contracts: load templates for new projects from the main branch (#217)
  • config: remove the -cli suffix from the config path (#215)
  • core: add other aliases for version flag (#229)
  • core: update all description texts (#232)

Code Refactoring

  • accounts: update the keyring storage workflow (#235)

Full Changelog: 2.0.0-alpha.1...2.0.0-alpha.2