node v1.36.3: binary self-reports true version + RPCChainVM compat entry

defaultMinor/Patch -> 36/3 (Dockerfile injects no version ldflags, so the
default IS the released binary's self-reported version; v1.36.0-2 shipped
self-reporting 1.32.11). v1.36.3 registered under RPCChainVM protocol 42.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
zeekay
2026-07-11 22:36:04 -07:00
co-authored by Hanzo Dev
parent 5a2035adb5
commit dcde2167a8
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -64,7 +64,8 @@
"v1.30.4",
"v1.30.5",
"v1.30.6",
"v1.32.11"
"v1.32.11",
"v1.36.3"
],
"41": [
"v1.13.2"
+2 -2
View File
@@ -76,8 +76,8 @@ var (
// These should match the latest git tag
const (
defaultMajor = 1
defaultMinor = 32
defaultPatch = 11
defaultMinor = 36
defaultPatch = 3
)
func init() {