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

cid-sec: fix bitswap strom caused by insecure CIDs #4946

Merged
merged 3 commits into from
Apr 20, 2018

Commits on Apr 20, 2018

  1. fix unused imports

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    3c32040 View commit details
    Browse the repository at this point in the history
  2. cid-sec: fix bitswap strom caused by insecure CIDs

    When we introduced CID security we didn't take into account that bitswap
    might repeatly try getting the objects from the network if it fails
    putting them into the blockstore.
    
    Solution from this is not requesting those objects from bitswap.
    The proper solution of failing at CID creation will make in much more
    cleaner in future.
    
    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    b5a45a1 View commit details
    Browse the repository at this point in the history
  3. cidsec: add test for command closing right away

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    Kubuxu committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    e5ff2c3 View commit details
    Browse the repository at this point in the history