Skip to content

a7170e5b5b56ea52

Compare
Choose a tag to compare
@filecoin-helper filecoin-helper released this 04 Nov 17:24
a7170e5
expose piece-writing function which expects caller to bin pack (#935)

* feat(pieces): add write_and_preprocess to API

- comment the behavior of the add_piece function
- add write_and_preprocess function, which will ultimately replace add_piece

* fix(typo): fix typo in comment

* feat(commp): generate comm_p while writing and preprocessing