Releases: SiaFoundation/hostd
v2.6.0-beta.3
Features
- Record syncer bandwidth stats.
- Register an alert if funding a contract formation, renewal or refresh fails.
- Track disk I/O in metrics.
Cache sector subtrees to reduce disk IO for partial reads.
This change reduces the minimum read size from 4MiB to 4KiB when reading segments of a sector
Add support for instant sync
New users can sync instantly using hostd --instant. When instant syncing, the hostd node initializes using a Utreexo-based checkpoint and can immediately validate blocks from that point forward without replaying the whole chain state. The state is extremely compact and committed in block headers, making this initialization both quick and secure. Learn more
The wallet is required to only have v2 history to use instant syncing.
Fixes
- Add monitoring and rate limiting for quic.
- Fixed a panic when contracts are rejected.
- Fixed an issue with the backup endpoint locking up the host.
- Update core dependency to v0.19.0 and coreutils dependency v0.20.0.
v2.6.0-beta.2
Features
- Record syncer bandwidth stats.
- Register an alert if funding a contract formation, renewal or refresh fails.
- Track disk I/O in metrics.
Add support for instant sync
New users can sync nearly instantly. With hostd --instant, the hostd node doesn’t replay the entire blockchain. Instead it initializes from any Utreexo-based checkpoint and immediately begins validating blocks from that point forward. The state is extremely compact and committed in block headers, making this initialization both quick and secure. Learn more
The wallet is required to only have v2 history to use instant syncing.
Cache sector subtrees to reduce disk IO for partial reads.
This change reduces the minimum read size from 4MiB to 4KiB when reading segments of a sector.
Fixes
- Add monitoring and rate limiting for quic.
- Update core dependency to v0.19.0 and coreutils dependency v0.20.0.
v2.6.0-beta.1
Features
- Record syncer bandwidth stats.
- Register an alert if funding a contract formation, renewal or refresh fails.
- Track disk I/O in metrics.
Add support for instant sync
New users can sync nearly instantly. With hostd --instant, the hostd node doesn’t replay the entire blockchain. Instead it initializes from any Utreexo-based checkpoint and immediately begins validating blocks from that point forward. The state is extremely compact and committed in block headers, making this initialization both quick and secure. Learn more
The wallet is required to only have v2 history to use instant syncing.
Cache sector subtrees to reduce disk IO for partial reads.
This change reduces the minimum read size from 4MiB to 4KiB when reading segments of a sector.
Fixes
- Add monitoring and rate limiting for quic.
- Update core dependency to v0.19.0 and coreutils dependency v0.20.0.
v2.5.1
Features
- Trigger rescan when wallet seed changes
Fixes
- Add OpenAPI spec
- Archive V1 contracts with proof window after require height.
- Fix host not renewing V2 contracts that have a capacity > size.
- Fix integrity checks using cache
- Fixed RPCFreeSectors NDFs.
- Prevent overwriting an existing revision with an older one.
- Return proto4.ErrNotEnoughStorage instead of internal error in StoreSector.
- Update coreutils to v0.18.6
v2.4.2-beta.1
v2.4.2-beta.1
v2.4.1
v2.4.0
Features
- Added
[GET] /wallet/events/:id - Contracts that have been rejected can now be retried by renters.
- Remove RHP2 and RHP3 support
- Removed V1 support
Fixes
- Added alert for expiring local certificates
- Added a 6 block buffer before storage is reclaimed to ensure small reorgs do not cause unnecessary contract failures.
- Fix integrity checks for v2 contracts
- Fixed connectivity check overflow causing immediate retries after many failures.
- Fixed an issue where renewed contracts that are rejected will cause the original contract to fail.
- Updated coreutils to v0.18.2 and core to v0.17.4
v2.4.0-beta.1
Features
- Added
[GET] /wallet/events/:id - Contracts that have been rejected can now be retried by renters.
- Remove RHP2 and RHP3 support
- Removed V1 support
Fixes
- Added alert for expiring local certificates
- Added a 6 block buffer before storage is reclaimed to ensure small reorgs do not cause unnecessary contract failures.
- Fix integrity checks for v2 contracts
- Fixed connectivity check overflow causing immediate retries after many failures.
- Fixed an issue where renewed contracts that are rejected will cause the original contract to fail.
v2.3.7
v2.3.7-beta.2
Fixes
- Fixed a race condition with Merkle proofs when broadcasting storage proofs.
- Fixed panic when attempting to broadcast v2 contract revision.