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

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    e06c1eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8908da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07c1e6 View commit details
    Browse the repository at this point in the history
  4. adder/single: do not re-add the same node twice

    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 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e287bd1 View commit details
    Browse the repository at this point in the history