Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

1.0.0-beta4 - Accounts module Beta

Pre-release
Pre-release

Choose a tag to compare

@kwek20 kwek20 released this 09 Apr 19:40
· 157 commits to dev since this release
b9d025c
  • Event management system

  • Account builder and API builder rewrite for re-usability

  • Split storage and config modules

  • Reattach/Promote plugin (runs every 30 seconds, excluding POW time when doing local)

  • Incoming transfer plugin

  • Outgoing transfer plugin

  • Added account state and deposit methods

  • load/save account state using JSON file

  • Added a custom seed provider

  • Address generation cache

  • Added shutdown event, called before account "shutdown()"

  • Added some documentation and tests to account module

  • Added javadoc to connection, allow custom connection methods

  • Updated to Junit 5 (tests are still Junit 4 using legacy plugin)

  • Added QRCode and Magnet link creation from a CDA

  • Addded a MongoDB storage class

  • Organised imports