-
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
85dd025
commit acfab3d
Showing
6 changed files
with
16 additions
and
23 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
...geset/extended_testrpcrenew_and_testrpcrefresh_with_an_initial_sector_upload.md
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,15 @@ | ||
## 0.7.1 (2024-12-12) | ||
|
||
### 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 | ||
- Extended TestRPCRenew and TestRPCRefresh with an initial sector upload | ||
- 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 | ||
|
||
|