-
Notifications
You must be signed in to change notification settings - Fork 136
Synthetic PoRep #400
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
Synthetic PoRep #400
Conversation
should we consider developing in a feature branch? |
@jennijuju This adds functions that are currently uncalled. |
Do you mean on the lotus side? If so, I would think yes 👍 Or do you mean renaming the existing branch in this repo? |
Which ones? It shouldn't 🤔 |
No Lotus code calls the Synthetic PoREP functions yet.
The new functions are called by tests.
…On Wed, May 10, 2023 at 9:57 AM nemo ***@***.***> wrote:
@jennijuju <https://github.com/jennijuju> This adds functions that are
currently uncalled.
Which ones? It shouldn't 🤔
—
Reply to this email directly, view it on GitHub
<#400 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOU4LVJ2AZ3ZMHZD2SHBTLXFOUDXANCNFSM6AAAAAAX3RQCTE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Correct, sorry I misunderstood the question 😅 |
1dd209f
to
8e863d5
Compare
1210257
to
b52e28c
Compare
b52e28c
to
aa7ba1d
Compare
Those new APIs are about: - decoding a range of an updated empty sector - generating TreeRLast - generating TreeC - running SDR
Add API documentation to the new APIs. Also change one parameter name for more consistency.
fix Cargo lock after broken rebase
update cargo lock feat: updated Cargo.lock Fix Cargo.lock after messy rebase
d786249
to
21f30a2
Compare
This should be good to go. The next step is to:
|
* feat: add various new APIs for Lotus Those new APIs are about: - decoding a range of an updated empty sector - generating TreeRLast - generating TreeC - running SDR * docs: document the new APIs Add API documentation to the new APIs. Also change one parameter name for more consistency. * wip Go bindings for new proving APIs * Add nicer wrapper for GenerateSDR * feat: update proofs to the latest release * cleanup comments in proofs.go * feat: update dependencies to WIP synthetic-porep code * feat: add example of using SynthPoRep in existing test * feat: wire in new APIs * feat: add clear_layer_data API and more robustly use synth-porep in test * feat: go-wrapper for ClearSyntheticProofs * merged synth work * Update deps after (messy) rebase * missing v21 engine mapping * newer cargo lock * feat: point to fvm master after synthporep changes landed * update the fvm & bls-signatures (to match the fvm) --------- Co-authored-by: Volker Mische <volker.mische@gmail.com> Co-authored-by: Łukasz Magiera <magik6k@gmail.com> Co-authored-by: Aayush <arajasek94@gmail.com> Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com> Co-authored-by: Steven Allen <steven@stebalien.com>
* feat: add various new APIs for Lotus Those new APIs are about: - decoding a range of an updated empty sector - generating TreeRLast - generating TreeC - running SDR * docs: document the new APIs Add API documentation to the new APIs. Also change one parameter name for more consistency. * wip Go bindings for new proving APIs * Add nicer wrapper for GenerateSDR * feat: update proofs to the latest release * cleanup comments in proofs.go * feat: update dependencies to WIP synthetic-porep code * feat: add example of using SynthPoRep in existing test * feat: wire in new APIs * feat: add clear_layer_data API and more robustly use synth-porep in test * feat: go-wrapper for ClearSyntheticProofs * merged synth work * Update deps after (messy) rebase * missing v21 engine mapping * newer cargo lock * feat: point to fvm master after synthporep changes landed * update the fvm & bls-signatures (to match the fvm) --------- Co-authored-by: Volker Mische <volker.mische@gmail.com> Co-authored-by: Łukasz Magiera <magik6k@gmail.com> Co-authored-by: Aayush <arajasek94@gmail.com> Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com> Co-authored-by: Steven Allen <steven@stebalien.com>
No description provided.