Skip to content

V1.27.5.0 release

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

Closes: %First release

First version of clive, which is TUI application for interaction with hived using private keys, which are stored inside beekeeper (running or started on demand).

Following, MR introduces the following features:

  • ONBOARDING - simple introduction to application, where you can specify your username, profile name, choose node address, password and give private key (optional)
  • DASHBOARD - preview of important account details, both for working and watched accounts
  • PRIVATE KEY MANAGEMENT - simple private key management that are located inside beeekeeper
  • TRANSFER - create, sign and broadcast transfer
  • TRANSACTION BUILDER - create multiple operations, sign and broadcast as one transaction
  • CLI - beekeeper handling, account stats preview and transfer can be executed via command line interface, without TUI
  • ALL OPERATIONS - all operations can be created, but for now they are available in developer mode

@mzebrak @jziebinski @bwrona @agrabowska @ABW @Trela

Merge request reports