You are viewing a single comment's thread from:RE: How to Survive Eclipse - Cheat Sheet (Updated)View the full contextsepracore (63)in Blockchain Wizardry • 4 years ago Why did we settle on v1.24.0 instead of v0.24.0? On that note, shouldn’t it be v1.0.0 instead?
It's a major upgrade so it deserves leading
1
, but it's still HardFork24
.It's like that:
+--- major v v1.24.0 ^ ^--- patch (updates within given hardfork version, security patches, improvements) | +--- minor (equals to hardfork number)
Oh, okay. Thanks. I was under the impression all other numbers reset to 0 after a major version upgrade.
Yes, in normal versioning it's usually like that.
We are not normal ;-)
(All because that "minor" being equal to HF number, we wanted to keep that)