Skip to content

Releases: hoprnet/node-admin-ui

v3.0.5

27 Mar 08:02
5c20a28

Choose a tag to compare

What's Changed

This release contains the following changes:

New Features

hopr-admin - v3.0.4

05 Mar 19:53

Choose a tag to compare

hopr-admin - v3.0.3

19 Sep 10:26
df44691

Choose a tag to compare

update sdk to show faulty rpc (#712)

hopr-admin - v3.0.2

17 Sep 13:39
382b001

Choose a tag to compare

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

15 Sep 09:14
11fb286

Choose a tag to compare

Changelog:

  • update the HOPRd SDK to experimental version to support changes in get sessions API call

hopr-admin - v3.0.0

11 Aug 09:37
4e856a7

Choose a tag to compare

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

29 Apr 10:11
1838df3

Choose a tag to compare

Changelog:

  • add Sessions page with 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 log checksum and Provider address on 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

16 Jan 12:03

Choose a tag to compare

Changelog:

  • Fix not being able to send a message to yourself using path

hopr-admin - v2.1.13

15 Jan 11:56
ddee7da

Choose a tag to compare

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

03 Dec 14:28
dca88b3

Choose a tag to compare

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