Skip to content

Commit

Permalink
Merge pull request #270 from SiaFoundation/update-slices
Browse files Browse the repository at this point in the history
Consensus diffs
  • Loading branch information
n8maninger authored Feb 4, 2025
2 parents 5ce4a94 + 21dfb17 commit 6ab1f00
Show file tree
Hide file tree
Showing 8 changed files with 609 additions and 810 deletions.
11 changes: 11 additions & 0 deletions .changeset/consensus_diffs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
default: major
---

# 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`.)
Loading

0 comments on commit 6ab1f00

Please sign in to comment.