Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
441fa8e61189dc32
fix: use the expected features for fvm4 (#427)
Lotus v1.24.0-rc.1
chore: backport FVM update (#423) * chore: update fvm * chore: update fvm --------- Co-authored-by: Steven Allen <steven@stebalien.com>
3f96cc816c7fda60
chore: backport FVM update (#423) * chore: update fvm * chore: update fvm --------- Co-authored-by: Steven Allen <steven@stebalien.com>
b53241344bcba6ad
fix: correctly propagate v3 events
1b629da7fa632e06
fix: use fvm4 for test
v1.23-synth-test-4
Synthetic PoRep (#400) (#418) * 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>
310f0ccd42760f8d
Synthetic PoRep (#400) (#418) * 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>
v1.25.0-dev.1: Merge pull request #411 from filecoin-project/traceapi-new-fields
Includes:
- feat: add new fields to message trace for supporting new trace api
bf5edd551d23901f
Merge pull request #411 from filecoin-project/traceapi-new-fields feat: add new fields to message trace for supporting new trace api
8c2147f706a8ccdb
Merge pull request #414 from filecoin-project/asr/enable-nv21 feat: nv21: supply nv21-dev flag to FVM3