Skip to content

Support for offline wallet tests

  • Add support for parametrized tests
  • Change in wallet:
    • Add support for offline mode
    • Add documentation of all public methods
    • Make preconfiguration (setting password and wallet unlocking) optional with preconfigure parameter of Wallet.__init__
    • Add exit method to wallet's API
    • Add access to path of wallet's directory
    • Add run, restart and close methods
    • Add constant DEFAULT_PASSWORD
  • Fix randomly failing linter on CI

Merge request reports