RELEASE: 1
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
Edited by Krzysztof Mochocki
Merge request reports
Activity
changed milestone to %First release
added Release label
assigned to @bwrona
@dan Here is a MR targeting master. It will also built images containing prepared clive for mainnet and testnet environments:
added 5 commits
- 08fc2d3e - Fix for #52 (closed)
- 2df79592 - Do not initialize amount_of_fails_during_update_node_data everytime with 0
- 8367247f - Fix raising exception in update_node_data worker
- 58e95e9e - Add missing super().__init__ call
- 3c5c9e36 - Handle calculate_manabar_full_regeneration_time division by zero error
Toggle commit listadded 1 commit
- 68033b85 - Handle the situation footer is not yet available when dynamically bindind a key
added 1 commit
- e7c3c663 - Fix crash when defining a new authority during onboarding
added 1 commit
- 7a03418f - Make the permanent mode really permanent and not the beekeeper default activation time (15 mins)
Closing in favor: !186 (merged)
Please register or sign in to reply