Releases: hoprnet/node-admin-ui
Releases · hoprnet/node-admin-ui
v3.0.5
What's Changed
This release contains the following changes:
New Features
- [general] Unify workflows to v2 by @ausias-armesto in #720
hopr-admin - v3.0.4
format
hopr-admin - v3.0.3
update sdk to show faulty rpc (#712)
hopr-admin - v3.0.2
V3.0.2 (#711) * new sdk and tickets actions better ui handing * Hide RPC url pathname and search if present * mark invalid url * last seen on aliases fix * newer session modal * ping 1st of the forward path, last of the return path * remember session params in open session * format
hopr-admin - v3.0.1
Changelog:
- update the HOPRd SDK to experimental version to support changes in get sessions API call
hopr-admin - v3.0.0
Changelog:
- update the HOPRd SDK to v3.0.1
- a lot of things which are unsupported in the new API V4 were removed
- sessions support was updated to work with additions of the V3
- supports aliases saved in the localStorage
- node admin will inform the user if the RPC the node uses is suboptimal
- make the login modal failure logic improved
- switch to only use nodes addresses
- configuration page will display YAML formatting instead of JSON formatting
- its now possible to download the node strategies configuration in ready to use YAML format
- toasts will not go over the top bar
- show same notifications in notification list as the overlay
- many performance improvements
hopr-admin - v2.2.0
Changelog:
- add
Sessions pagewith action button to close a specifc seesion - add
Open session modal, which can be triggered from Sessions page or from a specific node on all pages - add
Last indexed logchecksum andProvider addresson the Info page - add
Ticket properties(Current ticket price,Minimum ticket winning probability) on the Info page and tickets page - make all modals and the config page perform desired(submit) action on 'Enter' press
- make all modals autofocus the field that most likely will be edited by the user who opened it
- add loaders for the numbers of items on the sidebar
- add option to reset ticket statistics on the Ticket sub-page
- uploading aliases file should overwrite existing aliases
- show consistent channels counts across the whole app
- make the tables wider
- update HOPRd-SDK to 2.2.0-beta.6
- update the code of the Admin to build after HOPRd-SDK methods changed names
- remove some unused Staking Hub parts in the code
hopr-admin - v2.1.14
Changelog:
- Fix not being able to send a message to yourself using path
hopr-admin - v2.1.13
Changelog:
- disable sending messaged to yourself using directpath
- show full PeerID under nodes list when there is no alias
- do not show last block checksum if it is not present in the API
- prevent spaces in the alias while importing aliases
- better parsing of number of tickets in the Strategies section
- validate eth address in withdrawl modal
- bugfix for disabled withdraw button when the input amount is correct
hopr-admin - v2.1.12
Changelog:
- New way of displaying node data in DataTable (peer address and peer id in the same lines in subpages, jazzicons, copy buttons, gnosiscan button)
- Generate login modal icons based on both apiEndpoint and nodeAddress (apiEndpoint before login, and nodeAddress after)
- Display the node icon in the navbar based on localStorage data
- Show whole config in the Configuration page
- Nicer formatting of hopr values in the strategies
- Added 'Open swagger UI' and 'Open Scalar UI' to the info page
- Added sorting of peers, alias and channel pages
- Fix row actions in the tables not affecting selected rows