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

Implement API to allow replacing root CIDs in a CARv1 or CARv2 #250

Merged
merged 1 commit into from
Oct 1, 2021

Commits on Sep 30, 2021

  1. Implement API to allow replacing root CIDs in a CARv1 or CARv2

    Implement an API that allows a caller to replace root CIDs in an
    existing CAR file, may it be v1 or v2, as long as the resulting
    serialized header is of identical size to the existing header.
    
    Assert that the new API works in a variety of CARv1 and CARv2 files
    along with failure scenarios.
    
    Fixes #245
    masih committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    f95f29c View commit details
    Browse the repository at this point in the history