mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:06:23 +00:00
TestCurrentRPCChainVMCompatible has been red since v1.36.11: every release since then bumped defaultPatch without registering the version against RPCChainVMProtocol 42, so version.Current was absent from its own compatibility set. Protocol 42 has not moved across that range — the list was simply never updated. Backfilled through v1.36.31 (v1.36.29 omitted: that tag was pushed off a pre-rebase commit and deleted, it is not a release). v1.36.30 carries the health fix but was tagged before this backfill, so its tree still fails ./version. v1.36.31 is the green tag and the rollout target. Co-authored-by: Hanzo Dev <dev@hanzo.ai>