Update version to v1.1.0#10223
Conversation
Greptile SummaryBumps the Firedancer version from
Confidence Score: 5/5This PR is safe to merge — it is a straightforward version constant update with no logic changes. The change modifies only two integer constants in weak symbol definitions. The version propagation mechanism is well-understood (weak/strong symbol pattern), no tests depend on specific version values, and the Frankendancer build path is unaffected. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant VC as fd_version.c (weak)
participant FV as fdctl/version.c (strong)
participant Boot as fd_version_private_boot
participant Log as fd_log / gossip / CLI
alt Pure Firedancer build
VC->>Boot: fd_major=1, fd_minor=1, fd_patch=0
else Frankendancer (fdctl) build
FV->>Boot: fd_major/minor/patch from version.mk (overrides weak)
end
Boot->>Boot: sprintf → fd_version_cstr "1.1.0"
Boot->>Log: Version available for logging, gossip, CLI
Reviews (1): Last reviewed commit: "Update version to v1.1.0" | Re-trigger Greptile |
Performance Measurements ⏳
|
No description provided.