Skip to content

v0.2.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@nicky-ru nicky-ru released this 11 May 21:18
· 22 commits to main since this release

Changelog

[v0.2.0-beta.0] - 2023-05-11

Added

  • New flag --minimal (-m) that will use the light applet template (without tests and utils)

Changed

  • Changed applet entry from handlers.ts to index.ts
  • Moved applet handlers from handlers.ts file into templates/extensions/applet/
  • If user doesn't use device binding, we'll not include binding handlers in the applet

Removed

  • Removed helpers.ts and mint-rewards.ts. Examples can now be found in official @w3bstream/wasm-sdk library

Fixed

  • Fixed wasm-sdk version in light applet template