Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/added_consensus_pruning.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update_coreutils_from_v0201_to_v0210.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update_coreutils_to_v0211.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update_go_to_1260.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 2.7.0 (2026-02-26)

### Features

- Update Go to 1.26.0.

#### Added consensus pruning

Adds a new experimental config option to enable consensus pruning. With Utreexo, it is no longer required to store every block to fully validate new blocks. This option limits the number of blocks the host will store in its consensus database reducing the size of the consensus database on disk. It is currently defaulted to off. We recommend no less than one day of blocks to ensure protection for deep reorgs (144 blocks on mainnet).

### Fixes

- Added config option to disable Merkle proof cache for low-resource systems.
- Fixed revisions and resolutions in the same block causing contracts to be considered "active" forever.
- Remove backup step size limit and don't vacuum backup to speed it up.
- Update coreutils from v0.20.1 to v0.21.0.
- Update coreutils to v0.21.1

## 2.6.0 (2026-01-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.sia.tech/hostd/v2 // v2.6.0
module go.sia.tech/hostd/v2 // v2.7.0

go 1.26.0

Expand Down