Skip to content

Commit 2bed36f

Browse files
authored
Update sendme to blobs 0.90.0 (#90)
* replace iroh-blobs with new version * Use latest iroh * Use new progress api * use TryReference mode again * Nice import progress * nice progress for both sides * remove old send progress * make sure control-c shuts down the store gracefully if you don't do that, nothing super bad happens, but reopening the store takes longer. * yet another different way to do the recv * Update to latest blobs * drop async-channel and futures-lite * use public dep * clippy * Adapt to latest blobs and prettify progress * Make sure the store is shut down even in case of an error Also measure import time. * inline constants for progress styling, they are not adding much readability. * clippy
1 parent b938e89 commit 2bed36f

File tree

5 files changed

+1045
-1014
lines changed

5 files changed

+1045
-1014
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
tmp/*
3+
tmp2/*
34
.sendme-*

0 commit comments

Comments
 (0)