Skip to content

hostd: v2.2.0#136

Merged
n8mgr merged 1 commit intomasterfrom
hostd/update-v2.2.0
May 27, 2025
Merged

hostd: v2.2.0#136
n8mgr merged 1 commit intomasterfrom
hostd/update-v2.2.0

Conversation

@github-actions
Copy link
Contributor

Features

  • Added [PUT] /api/system/connect/test to trigger a test of the host's connectivity.
  • Added periodic version checks.

Added periodic connection tests

Periodically tests the hosts connection using the SiaScan troubleshooting API. This provides alerts to hosts if for some reason their node is not connectable. This system relies on a central server for the test and may return occasional false positives. The server can be overridden by setting Config.Explorer.URL

Simplified V1 contract sectors management

Changes sector updates for V1 contracts to match the behavior from V2. The new behavior diffs the old and new sector roots and updates the changed indices in the database rather than relying on replaying the sector changes. This is slightly slower on large contracts due to needing to calculate the diff of each index, but it is significantly simpler and less prone to edge cases.

Fixes

  • Added volume and contract metrics to recalc command
  • Fixed a panic in RHP2 sector roots RPC.
  • Fixed consensus v2 commitment.
  • Fixed a panic when encoding the alerts array during high frequency updates
  • Locked wallet UTXOs will now be stored in the database.
  • Updated core to v0.13.0 and coreutils to v0.15.0

@n8mgr n8mgr merged commit 09abece into master May 27, 2025
3 checks passed
@n8mgr n8mgr deleted the hostd/update-v2.2.0 branch May 27, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments