-
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
ddc28ec
commit 885eff9
Showing
7 changed files
with
24 additions
and
30 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
.changeset/add_revised_and_renewed_fields_to_rpclatestrevision.md
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
## 0.8.0 (2024-12-13) | ||
|
||
### Breaking Changes | ||
|
||
#### Add revised and renewed fields to RPCLatestRevision | ||
|
||
Adds two additional fields to the RPCLatestRevision response. The Revisable field indicates whether the host will accept further revisions to the contract. A host will not accept revisions too close to the proof window or revisions on contracts that have already been resolved. The Renewed field indicates whether the contract was renewed. If the contract was renewed, the renter can use FileContractID.V2RenewalID to get the ID of the new contract. | ||
|
||
### Features | ||
|
||
- Add revised and renewed fields to RPCLatestRevision | ||
|
||
#### 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.8.0 | ||
|
||
go 1.23.1 | ||
|
||
|