Skip to content

Commit

Permalink
Merge tag 'v0.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alrighttt committed Feb 13, 2025
2 parents 7169ebf + eeefcb2 commit b52f540
Show file tree
Hide file tree
Showing 13 changed files with 669 additions and 820 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.10.1 (2025-02-10)

### Fixes

- Fix Siafund ClaimStart not being recorded

## 0.10.0 (2025-02-04)

### Breaking Changes

#### Consensus diffs

##270 by @lukechampine

This replaces the `ForEach` update API with slices of "diffs" -- new types wrapping the various element types. This was originally intended as an ergonomics improvement (since it's annoying to e.g. break out of a `ForEach` callback), but it ended up significantly simplifying most `MidState`-related code: it consolidated the interrelated maps within `MidState`, and enabled a much saner rewrite of the update JSON types.

I originally left the `ForEach` methods in place (with a `// Deprecated` warning), but later removed them entirely; we're going to update all the callsites in `coreutils` anyway, so there's little reason to keep them around. (`ForEachTreeNode` remains, though, since it's used by `explored`.)

#### Fixed a panic when unmarshalling unknown spend policy types

An error will now be returned when trying to encode a transaction with an unset `SpendPolicy`

## 0.9.1 (2025-01-18)

### Fixes

- Fix account JSON encoding

## 0.9.0 (2024-12-18)

### Breaking Changes
Expand Down
Loading

0 comments on commit b52f540

Please sign in to comment.