Skip to content

Releases: SiaFoundation/hostd

v0.2.2

02 Dec 20:13
v0.2.2
755de5d
Compare
Choose a tag to compare

Added

  • Hosts will now automatically reannounce every 180 blocks or when the net address is changed (#195)
  • New users will now see an onboarding wizard that prompts the user to complete the necessary setup steps - it also shows the status and progress of each. (#193)
  • The command palette now includes navigation to configuration sections. (#193)
  • Data tables refresh themselves without user interaction or refocusing the app, even more frequently if a long-running operation is in progress. (#193)
  • The configuration page will now show pricing suggestions for storage, ingress, and egress.

Changed

  • The configuration now has a simple and advanced mode to simplify first-time UX (#193)
  • Volumes can now be written to while initializing, reducing the time new hosts have to wait before accepting renter data (#209)
  • The revenue graph is now a bar stack, much more clearly showing earned vs potential revenue (#214)
  • The metrics graphs now show a y-axis label (#214)
  • App preferences no longer list unused GPU settings (#214)
  • Revenue metrics no longer show negative potential (#220)
  • Earned revenue stat cards are now clearly labeled (#220)
  • Registry data has been removed from the UI (#220)
  • Wallet transactions are now paginated (#220)

Fixed

  • Fixed an issue when the host consensus database changes that causes resolved contracts to be moved to active (#208)
  • Fixed an issue where fiat input fields values were not displaying properly. (#193)
  • Fixed a rare race condition between sector deletion and sector migration (#215)

v0.2.2-beta.2

28 Nov 01:18
v0.2.2-beta.2
3955e2a
Compare
Choose a tag to compare
v0.2.2-beta.2 Pre-release
Pre-release

Fixed

  • Fixed a rare race condition between sector deletion and sector migration (#215)

Changed

  • Volumes can now be written to while initializing, reducing the time new hosts have to wait before accepting renter data (#209)
  • The revenue graph is now a bar stack, much more clearly showing earned vs potential revenue (#214)
  • The metrics graphs now show a y-axis label (#214)
  • App preferences no longer list unused GPU setting (#214)

v0.2.2-beta

14 Nov 22:33
da44153
Compare
Choose a tag to compare
v0.2.2-beta Pre-release
Pre-release

Added

  • Hosts will now automatically reannounce every 180 blocks or when the net address is changed (#195)
  • New users will now see an onboarding wizard that prompts the user to complete the necessary setup steps - it also shows the status and progress of each. (#193)
  • The command palette now includes navigation to configuration sections. (#193)
  • Data tables refresh themselves without user interaction or refocusing the app, even more frequently if a long-running operation is in progress. (#193)
  • The configuration page will now show pricing suggestions for storage, ingress, and egress.

Changed

  • The configuration now has a simple and advanced mode to simplify first-time UX (#193)

Fixed

  • Fixed an issue when the host consensus database changes that causes resolved contracts to be moved to active (#208)
  • Fixed an issue where fiat input fields values were not displaying properly. (#193)

New Contributors

v0.2.1

14 Nov 22:25
v0.2.1
920057f
Compare
Choose a tag to compare

Added

  • Alerts can now be filtered and dismissed by type. (#178)
  • The contracts table now has a "remaining renter funds" column. (#178)
  • In-progress volume operations can now be canceled from the volume context menu. (#178)
  • The node block height now shows the estimated network height when syncing. (#178)

Changed

  • Exposed ErrNoFunds for form and renew contracts (#177)
  • The volume status icon now shows in progress operations more clearly. (#178)
  • Volume operations are now disabled when one is already in progress. (#178)
  • The alert dialog now has a fixed height, so it stays in the same position when an alert is dismissed. (#178)
  • Bandwidth metrics are no longer broken out by protocol. (#178)

Fixed

  • Fixed contract sector accounting (#180)
  • Reduce database lock contention (reduces database is locked transaction failures) (#180, #181, #183, #187, #188)
  • Fixed an issue with the alert dismiss button overflowing. (#178)

v0.2.1 - beta

18 Oct 14:12
920057f
Compare
Choose a tag to compare
v0.2.1 - beta Pre-release
Pre-release

Added

  • Alerts can now be filtered and dismissed by type. (#178)
  • The contracts table now has a column for "remaining renter funds". (#178)
  • In-progress volume operations can now be canceled from the volume context menu. (#178)
  • The node block height now shows the estimated network height when syncing. (#178)

Changed

  • Exposed ErrNoFunds for form and renew contracts (#177)
  • The volume status icon now shows in progress operations more clearly. (#178)
  • Volume operations are now disabled when one is already in progress. (#178)
  • The alert dialog now has a fixed height, so it stays in the same position when an alert is dismissed. (#178)
  • Bandwidth metrics are no longer broken out by protocol. (#178)

Fixed

  • Fixed contract sector accounting (#180)
  • Reduce database lock contention (reduces database is locked transaction failures) (#180, #181, #183, #187, #188)
  • Fixed an issue with the alert dismiss button overflowing. (#178)

v0.2.0

28 Sep 19:38
v0.2.0
ffee0c3
Compare
Choose a tag to compare

Added

  • Potential and earned revenue metrics (#167)
  • Added account endpoints to list accounts and their funding sources (#167)
  • Added account balance metrics (#167)
  • Windows releases are now signed and should no longer set off Smart Screen (#172)

Changed

  • Increased the rebroadcast and revision submission buffers (#164)
  • Refactored sector cleanup, increasing performance and decreasing database lock contention (#165)

Fixed

  • Fixed a crash when trying to debit more than an account's balance (#174)

v0.2.0-beta.1

13 Sep 02:04
v0.2.0-beta.1
6df371e
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

Added

  • Potential and earned revenue metrics (#167)
  • Added account endpoints to list accounts and their funding sources (#167)
  • Added account balance metrics (#167)

Changed

  • Increased the rebroadcast and revision submission buffers (#164)
  • Refactored sector cleanup, increasing performance and decreasing database lock contention (#165)

v0.1.7

28 Aug 18:53
v0.1.7
8c665ca
Compare
Choose a tag to compare

Added

  • Added the ability to generate a new wallet seed by typing "seed" in the CLI prompt instead of needing to run a separate command (#156)
  • Added coloring and formatting to the CLI seed prompts to highlight important text. (#157)

Changed

  • Removed -log.stdout flag. Log messages will always be logged to stdout (#155)
  • Changed the CLI prompts to be more verbose. (#156)

Fixed

  • Alert errors will no longer be cut off (#154)
  • Fixed an issue with the password being set on the command line (8c665ca)

v0.1.6

28 Aug 17:15
v0.1.6
0aa1b38
Compare
Choose a tag to compare

Added

  • Added the ability to generate a new wallet seed by typing "seed" in the CLI prompt instead of needing to run a separate command (#156)
  • Added coloring and formatting to the CLI seed prompts to highlight important text. (#157)

Changed

  • Removed -log.stdout flag. Log messages will always be logged to stdout (#155)
  • Changed the CLI prompts to be more verbose. (#156)

Fixed

  • Alert errors will no longer be cut off (#154)

v0.1.5

21 Aug 18:55
v0.1.5
c62bf6d
Compare
Choose a tag to compare

Added

  • The app now warns the user if it is running on the testnet with a prominent banner (#141)
  • Added a progress indicator to the wallet scan (#141)
  • The contracts table now has an egress usage column (#145)

Changed

  • The logs view in the UI has been removed. It will potentially be readded later (#141)
  • Column headers on the contract page now freeze when scrolled (#141)

Fixed

  • Fix volume distribution (#150)
  • Fix volume shrink (#151)
  • Reset wallet metrics when resetting wallet (#153)
  • Fixed a race condition in the connection usage tracker (01cb5f7)
  • The dashboard time range now automatically refreshes with new data (#141)