hyperbee icon indicating copy to clipboard operation
hyperbee copied to clipboard

Remove bitfield check in `TreeNode` `preload`

Open lejeunerenard opened this issue 3 months ago • 0 comments

The check will be performed in the core's download() regardless. The array of blocks are added as a range to the replicator which checks and compresses the range here: https://github.com/holepunchto/hypercore/blob/125aa810b54ff916f5b55cc21e3c17efb0b7ca5a/lib/replicator.js#L2668-L2669

lejeunerenard avatar Sep 25 '25 20:09 lejeunerenard