NV29 Tracking
- Dominant language
- Rust
- Stars
- 697
- Forks
- 200
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 65
Description
# Tracking issue for the NV29 network upgrade
## Tasks
(in the sub-issues)
## Communication
- [ ] [NV29] Announcement discussion post (calibnet)
- [ ] [NV29] Announcement discussion post (mainnet)
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.
```mermaid
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
```
Contributor guide
Assessment
This issue has not been assessed yet.