Skip to content

Releases: alphabill-org/alphabill-wallet

0.4.0

04 Apr 07:55
Compare
Choose a tag to compare
  • The wallet now uses validator nodes directly (wallet support back-end service no longer needed).

  • The back-end service components still retained in codebase to support GUI wallet testing, but planned to be removed in an upcoming release.

  • Known issues:

    • The 'list token types' not yet implemented on the new JSON-RPC based validator APIs.

    • Dust collection retry/recovery and the related 'list usnwapped bills' command do not yet work with the new JSON-RPC based validator APIs.

    • The 'list fee credits' command does not show the fee balance for EVM partition.

0.3.0

28 Feb 17:08
Compare
Choose a tag to compare
  • Codebase split into two, separating client components and validators. The validator code remains under AGPL, the client code moved to Apache license for more flexible integration possibilities.
  • Added locking of units for improved safety in multi-transaction protocols (consolidating bills, consolidating fungible tokens, managing fee credits).
  • Code quality and test coverage improvements throughout.