filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.83k stars 1.26k forks source link

[DX Streamline] Lean NI-PoRep integration testing #12009

Closed rvagg closed 2 months ago

rvagg commented 4 months ago

As part of the effort to decouple lotus node development from lotus-miner development, this task aims to implement integration testing of the FIP-0090 (and likely FIP-0092) NI-PoRep feature without requiring full lotus-miner implementation of the feature. This will likely lead to changes in the itest kit setup and more verbose testing in the short term, but a better understanding of the longer-term implications of decoupling.

rjan90 commented 4 months ago

Reopening this ticket.

12017 delivered the generic testkit manual miner that can be used to onboard CC sectors and Snap deal sectors which was a pre-requisite for the lean NI-PoRep integration testing.

https://github.com/filecoin-project/lotus/pull/12105 is planned to deliver the NI-PoRep part.

rjan90 commented 2 months ago

Closing as this has been completed