Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Release v0.11.0

Compare
Choose a tag to compare
@sophielouisefeith sophielouisefeith released this 17 Aug 15:02
· 280 commits to main since this release

Added

  • New public Wallet struct exposing all wallet operations as library [#54]
  • New Address type to identify and work with addresses [#54]
  • Logging capabilities with customizable log_level and log_type [#11]

Changed

  • Project is now a public facing library [#54]
  • Our reference implementation is included under src/bin [#54]
  • UX flow is now address-based to match that of the web wallet [#59]
  • Anything that's not strictly program output is redirected to stderr [#11]