Skip to content

Releases: hoprnet/hopr-admin

hopr-admin - v2.1.12

03 Dec 14:28
dca88b3
Compare
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

hopr-admin - v2.1.11

27 Nov 11:28
fcadc06
Compare
Choose a tag to compare

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

12 Nov 09:41
9cf6f90
Compare
Choose a tag to compare

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

31 Oct 14:21
9ac987d
Compare
Choose a tag to compare

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

16 Oct 14:27
Compare
Choose a tag to compare

Changelog:

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

v2.1.6

05 Sep 08:04
Compare
Choose a tag to compare

Changelog:

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

v2.1.5

26 Aug 09:23
7fbcf94
Compare
Choose a tag to compare

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).

v2.1.4

12 Aug 09:23
Compare
Choose a tag to compare

Changelog:

  • perfect the way the metrics API is parsed to accommodate HOPRd 2.1.4 chagnes

v2.1.3

11 Aug 20:17
Compare
Choose a tag to compare

Changelog:

  • change the way the metrics API is parsed to accomodate HOPRd 2.1.4 chagnes
  • show tooltip with exact value of the unredeemed wxHOPR in the incoming channel table
  • change the inscription Version vX.X.X to UI version vX.X.X

v2.1.2

11 Aug 20:16
a423b9c
Compare
Choose a tag to compare

Changelog:

  • ping directly (without opening a modal) from a list if peerIs is provided to the ping modal component
  • fund channel avalible from aliases subpage
  • add text You can't open a channel to yourself on aliases subpage to the 'Open Channel' button your own alias row
  • show pending icon on 'Open Channel' buttons in the tables if channel is already opening
  • show indexer block and checksum on the info subpage for 2.1.3