News401: client services correction#2724
Merged
bitschmidty merged 3 commits intobitcoinops:masterfrom Apr 17, 2026
Merged
Conversation
7 tasks
Contributor
|
The "extra data downloaded" corresponds to the Utreexo proof download during IBD that Floresta does not require anymore due to SwiftSync, so that should be moved from utreexod to Floresta. |
Contributor
Author
|
@luisschwab perhaps you could make a suggestion for each of the items here |
luisschwab
suggested changes
Apr 17, 2026
Comment on lines
+96
to
+104
| - **Utreexod 0.5 released:** | ||
| Utreexod [v0.5][utreexod blog] introduces IBD using [SwiftSync][news349 | ||
| swiftsync], reducing extra data downloaded from 1.4TB to 200GB. The release | ||
| uses Floresta 0.9, a minimal [utreexo][topic utreexo] node implementation with | ||
| an integrated Electrum server that uses assumeutreexo for fast setup. | ||
| swiftsync], reducing extra data downloaded from 1.4TB to 200GB. | ||
|
|
||
| - **Floresta 0.9.0 released:** | ||
| Floresta [v0.9.0][floresta v0.9.0] aligns its P2P networking with the | ||
| [proposed specification][news366 utreexo bips] for UTXO proof exchange and | ||
| replaces libbitcoinconsensus with Bitcoin Kernel for approximately 15x faster | ||
| script validation, among other changes. |
Contributor
There was a problem hiding this comment.
- **Utreexod 0.5 released:**
Utreexod [v0.5][utreexod blog] introduces IBD using [SwiftSync][news349
swiftsync]: uses cryptographic aggregation to eliminate the need for downloading
and verifying accumulator inclusion proofs during IBD, and slashing the extra data
downloaded by Compact State Nodes during IBD from 1.4 TB to ~200 GB (worst case),
with further reductions possible through proof caching.
- **Floresta 0.9.0 released:**
Floresta [v0.9.0][floresta v0.9.0] aligns its P2P networking with the
[BIP-0183][news366 utreexo bips] for UTXO proof exchange,
replaces libbitcoinconsensus with libbitcoinkernel, for approximately 15x faster
script validation, among other changes.
Contributor
Author
There was a problem hiding this comment.
updated with some small tweaks! @luisschwab
ccae66b to
f7d8133
Compare
luisschwab
reviewed
Apr 17, 2026
Comment on lines
+100
to
+101
| eliminates the extra data downloaded during IBD from 1.4 TB to ~200 GB, with | ||
| further reductions possible through proof caching. |
Contributor
There was a problem hiding this comment.
This should mention that the data reduction download is for CSNs and not utreexod itself
Co-authored-by: Murch <murch@murch.one>
Contributor
|
@bitschmidty my last review was not addressed |
bitschmidty
commented
Apr 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc: @luisschwab