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

feat: forest-cli car concat #3150

Merged
merged 44 commits into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f984ba9
feat: forest-cli car concat
hanabi1224 Jul 7, 2023
5d3adb9
changelog
hanabi1224 Jul 7, 2023
a005591
Merge remote-tracking branch 'origin/main' into hm/car-concat
hanabi1224 Jul 13, 2023
8ab4d7d
BufReader
hanabi1224 Jul 13, 2023
11bc145
Apply suggestions from code review
hanabi1224 Jul 13, 2023
d9992f4
BufWriter
hanabi1224 Jul 13, 2023
cca30ac
stream API
hanabi1224 Jul 13, 2023
c752e05
Merge branch 'main' into hm/car-concat
hanabi1224 Jul 13, 2023
83330a0
typo
hanabi1224 Jul 13, 2023
08df700
accept arbitrary num of car files
hanabi1224 Jul 13, 2023
3b2e465
rm tokio::spawn
hanabi1224 Jul 13, 2023
d98fca5
Update src/cli/subcommands/car_cmd.rs
hanabi1224 Jul 13, 2023
fd3fce3
looping instead of async_recursion
hanabi1224 Jul 13, 2023
601c2f4
Merge remote-tracking branch 'origin/main' into hm/car-concat
hanabi1224 Jul 14, 2023
efd59be
quickcheck tests
hanabi1224 Jul 14, 2023
4059a00
more stream API
hanabi1224 Jul 14, 2023
9525bec
Apply suggestions from code review
hanabi1224 Jul 14, 2023
1cab372
Merge remote-tracking branch 'origin/main' into hm/car-concat
hanabi1224 Jul 14, 2023
a47238c
remove Box<Pin< from dedup_block_stream
hanabi1224 Jul 14, 2023
059de74
more stream api
hanabi1224 Jul 14, 2023
204a159
Merge remote-tracking branch 'origin/main' into hm/car-concat
hanabi1224 Jul 14, 2023
c6180d0
simplify flat_map
hanabi1224 Jul 14, 2023
ebdcb66
Update src/cli/subcommands/car_cmd.rs
hanabi1224 Jul 14, 2023
3995c44
add notes
hanabi1224 Jul 14, 2023
abe8b5d
simplify code
hanabi1224 Jul 14, 2023
c3241ea
Merge remote-tracking branch 'origin/main' into hm/car-concat
hanabi1224 Jul 17, 2023
72e6280
tests
hanabi1224 Jul 17, 2023
122f06c
Update src/cli/subcommands/car_cmd.rs
hanabi1224 Jul 17, 2023
9d9879f
Merge remote-tracking branch 'origin/main' into hm/car-concat
hanabi1224 Jul 17, 2023
bc5704c
union properties
hanabi1224 Jul 17, 2023
662dedc
test
hanabi1224 Jul 17, 2023
952a984
test
hanabi1224 Jul 17, 2023
4b3d1dc
test
hanabi1224 Jul 17, 2023
859c2e6
update test
hanabi1224 Jul 17, 2023
d051094
From trait
hanabi1224 Jul 17, 2023
dc54cce
to_stream
hanabi1224 Jul 17, 2023
40d408f
Merge branch 'main' into hm/car-concat
hanabi1224 Jul 17, 2023
46653f0
cleanup
hanabi1224 Jul 17, 2023
d879e0b
resolve comments
hanabi1224 Jul 17, 2023
f6e5171
block_on from futures
hanabi1224 Jul 17, 2023
0a12ef4
resolve comments
hanabi1224 Jul 17, 2023
d03dbf4
Update src/cli/subcommands/car_cmd.rs
hanabi1224 Jul 17, 2023
7f768fa
Merge branch 'main' into hm/car-concat
hanabi1224 Jul 17, 2023
d518d8f
fix build
hanabi1224 Jul 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
`forest-cli archive info` command for inspecting archives.
- [#3159](https://github.com/ChainSafe/forest/issues/3159): Add
`forest-cli archive export -e=X` command for exporting archives.
- [#3150](https://github.com/ChainSafe/forest/pull/3150):
`forest-cli car concat` subcommand for concatenating `.car` files.
- [#3148](https://github.com/ChainSafe/forest/pull/3148): add `save_to_file`
option to `forest-cli state fetch` command.

Expand Down
Loading