Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to BlockStream and adder #1621

Merged
merged 4 commits into from Mar 28, 2022
Merged

Fixes to BlockStream and adder #1621

merged 4 commits into from Mar 28, 2022

Conversation

hsanjuan
Copy link
Collaborator

This PR contains a few small fixes related to adding blocks.

The ipfsadder actually ends up DAG-putting some nodes several times
(i.e. non-leafs, root)... but usually one after the other. This prevents that
and avoids sending the same data multiple times over the wire (not a good
thing to 3x a small payload because of this).
@hsanjuan hsanjuan added this to the Release v1.0.0 milestone Mar 28, 2022
@hsanjuan hsanjuan self-assigned this Mar 28, 2022
@hsanjuan hsanjuan merged commit e19809a into master Mar 28, 2022
@hsanjuan hsanjuan deleted the rc-fixes branch March 28, 2022 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant