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

chore: Update libraries #31

Merged
merged 3 commits into from
Dec 13, 2023
Merged

chore: Update libraries #31

merged 3 commits into from
Dec 13, 2023

Conversation

matheus23
Copy link
Member

Recently a new iroh-car was released with a bunch of my PRs (n0-computer/iroh-car#12 and n0-computer/iroh-car#11) got merged. This makes some stuff easier in here for us.

This PR resolves some things we can make easier now due to that.

Needs #30 to be merged first.

@matheus23 matheus23 self-assigned this Sep 4, 2023
Comment on lines -107 to -111
writer
.write_header()
.await
.map_err(|e| Error::CarFileError(anyhow!(e)))?;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done implicitly by iroh-car once the first block is written.
I just removed this since it makes tracking the bytes_written easier.

Base automatically changed from matheus23/memoization to main December 13, 2023 10:26
@matheus23 matheus23 merged commit 6ef78ae into main Dec 13, 2023
8 of 9 checks passed
@matheus23 matheus23 deleted the matheus23/update-libraries branch December 13, 2023 10:27
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.

1 participant