You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After each post, link it to the #fil-forest-announcements channel in the Filecoin Slack and re-share with critical stakeholders, e.g., ChainSafe Infra team.
Dependency graph
Some work can be parallelized, some not.
graph TD
subgraph Prep["Preparation"]
A["[NV29] Skeleton with migration"]
B["[NV29] fil-actor-states update & release"]
C["[NV29] ref-fvm Update"]
end
subgraph Testing["Testing"]
G["[NV29] 2k network testing"]
J["[NV29] Butterflynet testing"]
end
subgraph Upgrades["Upgrades"]
H["[NV29] Calibration network upgrade"]
I["[NV29] Mainnet upgrade"]
end
%% Dependencies
B --> G
A --> G
G --> H
H --> I
classDef done fill:#008000
Tracking issue for the NV29 network upgrade
Tasks
(in the sub-issues)
Communication
After each post, link it to the
#fil-forest-announcementschannel in the Filecoin Slack and re-share with critical stakeholders, e.g., ChainSafe Infra team.Dependency graph
Some work can be parallelized, some not.
graph TD subgraph Prep["Preparation"] A["[NV29] Skeleton with migration"] B["[NV29] fil-actor-states update & release"] C["[NV29] ref-fvm Update"] end subgraph Testing["Testing"] G["[NV29] 2k network testing"] J["[NV29] Butterflynet testing"] end subgraph Upgrades["Upgrades"] H["[NV29] Calibration network upgrade"] I["[NV29] Mainnet upgrade"] end %% Dependencies B --> G A --> G G --> H H --> I classDef done fill:#008000