Releases: SiaFoundation/hostd
Releases · SiaFoundation/hostd
v0.2.2
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
v0.2.2-beta.2
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
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
- @bustedware made their first contribution in #198
- @CtrlAltDefeat94 made their first contribution in #200
v0.2.1
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
v0.2.1 - beta
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
v0.2.0
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
v0.1.7
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
v0.1.6
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
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)