Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 955 Bytes

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 955 Bytes

Changelog

v1.0.5

  • Hotfix for Pip dependency resolvement issues (#26)

v1.0.4

Bugfixes

  • Adjustments for changed PyWaves behavior. See: #20

v1.0.3

Added

  • Adds option waves_chain_id in the Gateway class constructor that may be used to ovewrite the third parameter that the Gateway overhands to the setNode function of pywaves.

v1.0.2

Added

  • Adds copy to clipboard button in the web view. It establishes a convenient way to copy the coin address

Fixed

  • Transactions are no longer processed in parallel because users have reported strange issues with that
  • Fixed problem that Firefox users were not able to copy the generated coin address

v1.0.1

Fixed

  • AssertIntegerConverterService did accidentally also convert Waves fees. This has been changed. Waves fees are not converted anymore.