mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user