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.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.21.1 (2026-02-24)

### Fixes

- Fix edge case where a node incorrectly sends the genesis state to peers while syncing.
- Fix NDF in TestFormContractBasis
- Fix parallelSync stalling when all workers fail.
- Mark peer synced if there are no more blocks to sync.
- Reduced excessive logging in syncer.

## 0.21.0 (2026-02-04)

### Breaking Changes
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/coreutils // v0.21.0
module go.sia.tech/coreutils // v0.21.1

go 1.24.0

Expand Down