filecoin-project / go-f3

Golang implementation of Fast Finality in Filecoin (F3)
Apache License 2.0
8 stars 6 forks source link

Passively Test F3 on Mainnet #213

Open masih opened 4 months ago

masih commented 4 months ago

The following task list outlines the milestones required to complete the passive F3 testing on mainnet.

See F3 Mainnet Passive Test Plan for more details.

masih commented 4 months ago

This was intented to be the top level umbrella issue. But now it's in Milestone 1.

If that's where we want it to be then we should remove milestone 0 tasks from it. CC @Kubuxu @jennijuju

rjan90 commented 1 month ago

Goal is to get up to 1000, but unclear if it is possible to get that number with the rollout of v0.2.0

Stebalien commented 1 month ago

We're going to punt the first round of testing till tomorrow to give the pubsub mesh some time to form (needed to reboot the bootstrappers to join the new network).

rjan90 commented 1 month ago

@masih Can we close this ticket, and instead open smaller testing tickets for individual passive testing efforts?

masih commented 1 month ago

Can we close this ticket, and instead open smaller testing tickets for individual passive testing efforts?

My recommendation is to indeed open smaller tickets for explicit test efforts, and reference them under this one. Because: 1) this is the ticket that has been referenced in previous community posts. 2) it gives the community a single point of reference into what actually gets tested in passive testing along with the ability to drill down further should they want to learn.