Skip to content

Releases: hoprnet/node-admin-ui

hopr-admin - v2.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 10:11
1838df3

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

Choose a tag to compare

@github-actions github-actions released this 16 Jan 12:03

Changelog:

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

hopr-admin - v2.1.13

Choose a tag to compare

@github-actions github-actions released this 15 Jan 11:56
ddee7da

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

Choose a tag to compare

@github-actions github-actions released this 03 Dec 14:28
dca88b3

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

hopr-admin - v2.1.11

Choose a tag to compare

@github-actions github-actions released this 27 Nov 11:28
fcadc06

Chagelog:

  • add jazzicons to the navbar and node selector (jazzicon based off the node api endpoint)
  • add node name to the navbar
  • move current ticket price to balances on info subpage
  • add tickets calculation to the configuration subpage

hopr-admin - v2.1.10

Choose a tag to compare

@github-actions github-actions released this 12 Nov 09:41
9cf6f90

Changelog:

  • Moved the current ticket prive to the info page
  • Add Alias modal - removed a possibility of assiging an alias to a Peer ID if that Peet ID already has an alias
  • Add Alias modal - an alias can't include a space
  • Withdraw modal - validation: amount to withdraw, presence of the recepient address
  • Withdraw modal - disabed an option to withdraw a token that is not in the nodes wallet
  • Withdraw modal - computational improvement

v2.1.9

Choose a tag to compare

@mjadach-iv mjadach-iv released this 31 Oct 14:21
9ac987d

Changelog:

  • Introduced ticket price retrieval functionality. Price is displayed under Ticket stats page now
  • Enhanced withdrawal process with improved user feedback
  • Simplified alias handling across multiple components for better efficiency
  • Updated error messages in sending a message
  • Updated HOPR-SDK dependency version and to ensure compatibility and stability

v2.1.7

Choose a tag to compare

@mjadach-iv mjadach-iv released this 16 Oct 14:27

Changelog:

  • Change of the port 80 inside the HOPR Admin docker container to port 4677

v2.1.6

Choose a tag to compare

@mjadach-iv mjadach-iv released this 05 Sep 08:04

Changelog:

  • Showing last indexed block in the Info subpage instead of the block just before last indexed block

v2.1.5

Choose a tag to compare

@mjadach-iv mjadach-iv released this 26 Aug 09:23
7fbcf94

Changelog:

  • Showing block number just before last indexed block
  • Enhanced error handling for outgoing channel closures, providing detailed notifications for specific 'channel closure time has not elapsed yet' error.
  • Increased timeout duration for API calls, allowing for longer wait time for on-chain operations (close and fund of channels).