Skip to content

V1.27.5.9 release

Mateusz Żebrak requested to merge v1.27.5.9_release into master

Requires: !324 (merged)

Closes: %10th release

  1. New features/functions:
    • Add new config screen for managing: !345 (merged)
      • watched accounts
      • known accounts
      • working account
    • Add new clive show chain CLI command: !324 (merged)
  2. Functional improvements:
    • TUI consistency - #174 (closed) , #170 (closed) , #150 (closed), !334 (merged)
    • Removed force-offline option from CLI commands (Clive allows only for offline signing, no need for such an option) - #168 (closed)
    • Validate password while creating a new profile via CLI - #152 (closed)
    • Password is mandatory also when removing a key alias from Clive via CLI (Previously required only when removing key from beekeeper) - #123 (closed)
    • Speedup gathering some data from the node API in TUI - !339 (merged)
    • Make some of the CLI errors more readable by the usage of validators (PublicKeyAliasValidator , SetPasswordValidator, ProfileNameValidator, AccountNameValidator, PrivateKeyValidator, PathValidator)- !336 (merged)
    • Better asset type validation error message (Including printing out the accepted assets) which previously was a raw unreadable error from schemas - !336 (merged)
    • Configurable communication timeouts (and beekeeper initialization timeout) via settings.toml - !333 (merged)
  3. Bugfixes:
    • Removed redundant currencies from the side panel cart overview - #188 (closed)
    • Fix TUI scroll not appearing or appearing in wrong place - !314 (merged)
    • Fix typo in CLI show pending withdrawals output - !349 (2d8f206f)
    • Fix the issue with known account being ignored during onboarding - !349 (3add776d)
  4. Internal
Edited by Mateusz Żebrak

Merge request reports