github SiaFoundation/hostd v2.1.0-beta.2

latest releases: v2.11.0, v2.11.0-beta.2, v2.11.0-beta.1...
pre-release18 months ago

Features

  • Added Prometheus support to [GET] /syncer/peers

Add endpoints for querying V2 contracts

Adds two new endpoints for querying V2 contracts

[GET] /v2/contracts/:id

Returns a single V2 contract by its ID

[POST] /v2/contracts

Queries a list of contracts with optional filtering

Example request body

{
  "statuses": [],
  "contractIDs": [],
  "renewedFrom": [],
  "renewedTo": [],
  "renterKey": [],
  "minNegotiationHeight": 0,
  "maxNegotiationHeight": 0,
  "minExpirationHeight": 0,
  "maxExpirationHeight": 0,
  "limit": 0,
  "offset": 0,
  "sortField": "",
  "sortDesc": false
}

Add QUIC support

Adds QUIC transport support in RHP4, enabling Sia network access through web browsers. This update also simplifies cross-language development by using a standard protocol.

Add support for RPCReplenish

Adds support RPCReplenish, simplifying management for renters with a large number of accounts.

Fixes

  • Fixed broken API client consensus methods
  • Fixed an issue with v2 contract sector roots not being reloaded
  • Update module path to go.sia.tech/hostd/v2

Don't miss a new hostd release

NewReleases is sending notifications on new releases.