v1.27.5.18 Release
Closes: %Release v1.27.5.18
- New features/functions
- Change how the unlock / lock mechanism works in TUI - !498 (merged) :
- Dashboard and further screens are inaccessible if TUI is not unlocked (acts more like a well-known for web apps "Login/Logout" instead of the previous "Unlock on demand")
- Profile can now be switched in the TUI or selected during its startup - #281 (closed)
- It's now possible to create multiple profiles via TUI
- Implement script for easier launch of the Clive CLI - #275 (closed) and #314 (closed)
- Change how the unlock / lock mechanism works in TUI - !498 (merged) :
- Functional improvements
- Removed "Fast broadcast" - #303 (closed) via !487 (merged)
- New "Add to cart" button on some of the operation pages - #303 (closed) via !487 (merged)
- The screen does not change on some of the operation pages after adding to cart - #303 (closed) via !487 (merged)
- Pressing "Enter" while being focused on Input on operation pages will now trigger screen default action (acts like Submit) - #303 (closed) via !487 (merged)
- Bugfixes
- Fix cannot press some elements (like on the Select file page) because the validation result changes its position. Validation is not performed on blur by now. - #303 (closed) via !487 (merged)
- Fix crash when
witness_set_properties_operation
was the latest in history and includedhbd_exchange_rate
- #268 (closed) via !504 (merged) - Fix "Toggle header details" tooltip (was "Open the command palette" )- !503 (merged)
- Fix TUI crash during startup: !499 (merged)
- Fix alarms not updated after onboarding is completed - 3bb51ece
- Internal
- Bump hive submodule, wax, schemas - !504 (merged)
- Merge calculate_vests_to_hive_ratio.py and hive_vests_conversions.py - #197 (closed) via !504 (merged)
- Use wax calculation functions in conversions - #190 (closed) via !504 (merged)
- New docker images naming convention: !475 (merged) and !507 (merged)
- TUI switched from single screen stack to multiple screen stacks aka. MODES - !498 (f28274e6)
- Removed "force onboarding" - !498 (8146bb63)
- We now have 2 versions of a header - !498 (8c784f47)
- Fix HPVestsAmountInput.select_asset - !502 (merged)
Edited by Mateusz Żebrak
Merge request reports
Activity
changed milestone to %Release v1.27.5.18
assigned to @mzebrak
added 11 commits
- 3368bcf7 - 1 earlier commit
- 06e849a2 - Remove additional_arguments setting transaction serialization, HF26 is the default now
- 5c887bd1 - Add iwax.calculate_hp_to_vests
- e8b6a927 - Rename VestsToHpProtocol -> TotalVestingProtocol
- 1a5ba5e1 - Remove unused calculate_hive_power
- 9adf58ea - Make it possible to pass vests amount to iwax.calculate_vests_to_hp as int value
- ca4690b4 - Replace hive_to_vests with iwax.calculate_hp_to_vests
- 482b60d6 - Replace vests_to_hive with iwax.calculate_vests_to_hp
- a74f30c8 - Solve the issue with using iwax due to circular imports
- 5d989307 - Fix typo calulcate_vests_to_hive_ratio -> calculate_vests_to_hive_ratio
- 948bf061 - Reuse iwax.calculate_hp_to_vests in calculate_vests_to_hive_ratio
Toggle commit listadded 13 commits
- 948bf061...d91f160f - 3 earlier commits
- 18d8b606 - build_instance.sh is producing image names directly based on registry name...
- cc1ba4e8 - CI steps performed for image build adjusted to build_instance.sh changes
- cc24c6ba - Supplemented Dockerfile syntax directive to prevent docker build failure when buildx is used
- 194d686e - .prepare_clive_image should use .docker_image_builder_job_template to use...
- 78919567 - Supplemented docker buildx build command by --load option
- a7c06e54 - Image building and wheel deployment jobs should be automatically triggered for...
- eeb6025c - startup scripts should be also generated for tagged image.
- ada50efe - Simplified job generation rules for protected branch
- e5eeb0e0 - Startup scripts should be also generated for images created from stable...
- 63f7bc73 - master & develop tags for stable images should be separated from testnet versions
Toggle commit listadded 21 commits
- 63f7bc73...099b978a - 11 earlier commits
- 3bb51ece - Also update alarms data after onboarding is complete
- aaecb07c - Adjust tests to the newest changes
- dd628ef9 - When starting testnet_node, create wallet with password: 2 times profile name instead of 1 time
- 243b2e31 - Refactor cart overview
- a12e95ac - Extends the onboarding context to include the node
- 95f6cc56 - Rename ONBOARDING_PROFILE_NAME -> WELCOME_PROFILE_NAME
- 1b9fdf3a - Refactor Profile initializer
- 8c784f47 - Implementation of the raw header version
- ba66000e - Improve message when going into the locked mode
- 8f09c9a7 - Ensure appropriate tooltip in the header icon
Toggle commit listrequested review from @wrona
added 4 commits
- 6578768d - Blocked pipeline elimination for optional manual jobs
- 5abde259 - Await mounting and removings items in the cart overview to ensure appropriate sequence
- fdb06742 - Remove local_profile in the cart overview
- cab3c9a7 - Move the callback with the number of cart items to the CartItemsAmount class
Toggle commit listmentioned in issue #323 (closed)
Please register or sign in to reply