Skip to content

V1.27.5.12 release

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

Closes: %13th release

  1. New features/functions
    • TUI alarms management - !367 (merged)
      • alarms are presented with detailed descriptions and suggestions on how to fix them
      • alarm can be marked as "harmless" so will be suppressed until next occurrence
    • public keys will be displayed (and accepted) only with the STM prefix - #189 (closed)
  2. Functional improvements
    • bump TUI framework (Textual) - !373 (merged)
    • will show notification when cannot add to cart/fast-broadcast/finalize operation on current screen - #207 (closed)
    • TUI consistency - #200 (closed)
    • allow clive TUI to start when node is not available (previously resulted in error) - !392 (merged)
    • speedup gathering data from node after finished onboarding (up to 1.5s) - !367 (merged)
    • faster initial (startup) node-related data update (due to multiple retires on error of missing reputation_api when api.hive.blog node was used) fixed by removing reputation_api call - #209 (closed)
  3. Bugfixes
    • fix recurrent transfer having an amount in HBD resulted in error - !389 (merged)
    • fix for not displaying label for APR in clive show hive-power command - !385 (merged)
    • fix crash caused by wax assertion (when dynamic global properties time is older than last update time stored in rc manabar) - !403 (merged)
  4. Internal
    • stop gathering data from reputation_api - #209 (closed)
    • make it possible to run CLI via clive-dev - !384 (merged)
      • also related do not convert every exception into pretty error in dev mode of CLI
    • bump static analysis tools and enable new rules - !397 (merged)
Edited by Mateusz Żebrak

Merge request reports