-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6881993
commit 2f83524
Showing
5 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
.changeset/fix_panic_when_fetching_block_with_empty_block_id_from_chainmanager.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## 0.7.1 (2024-12-11) | ||
|
||
### Features | ||
|
||
#### Add support for block pruning | ||
|
||
The chain manager can now automatically delete blocks after a configurable number of confirmations. Note that this does not apply retroactively. | ||
|
||
### Fixes | ||
|
||
- remove duration param from RPCWrite impl | ||
- Return 0 for nonexistent accounts | ||
- Automate releases | ||
- Fix panic when fetching block with empty block id from ChainManager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module go.sia.tech/coreutils // v0.7.0 | ||
module go.sia.tech/coreutils // v0.7.1 | ||
|
||
go 1.23.1 | ||
|
||
|