Skip to content

Commit

Permalink
Merge pull request #275 from SiaFoundation/release
Browse files Browse the repository at this point in the history
chore: prepare release 0.10.2
  • Loading branch information
ChrisSchinnerl authored Feb 24, 2025
2 parents dcacdc2 + 8dd06fb commit fe05f66
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.10.2 (2025-02-20)

### Features

#### Add helpers to get revision as an element from v1/v2 file contract element diffs

##274 by @chris124567

In the old ForEachFileContractElement interface, the revision was provided as a pointer to a (V2)FileContractElement. In the new system of diffs, the revision is only provided as a (V2)FileContract. There are multiple [places](https://github.com/SiaFoundation/explored/pull/169#discussion_r1950507575) where it is useful to have the revision as an element, and in all of these places more or less the same code will be duplicated unless we create this helper.

#### Add RPCReplenish to RHP4

Adds an RPC to RHP4 that enables renters to set a target balance instead of first fetching the current balance and then funding the account with the difference. This is primarily to speed up account funding and reduce round trips when managing a large number of accounts.

## 0.10.1 (2025-02-10)

### Fixes
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/core // v0.10.1
module go.sia.tech/core // v0.10.2

go 1.23.1

Expand Down

0 comments on commit fe05f66

Please sign in to comment.