Skip to content

Commit a1cff30

Browse files
chore: update release notes
1 parent 672b584 commit a1cff30

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

networks/release-notes/services.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,129 @@ description: Consensus Node release information
55
# Consensus Node
66

77
Visit the [Hedera status page](https://status.hedera.com/) for the latest versions supported on each network.
8+
## Release v0.62
9+
10+
### [Build v0.62.2](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.2)
11+
12+
<details>
13+
<summary><strong>What's Changed</strong></summary>
14+
15+
* * fix: (cherry-pick) Change default `decline_reward` to true for nodes created during genesis by @Neeharika-Sompalli in https://github.com/hiero-ledger/hiero-consensus-node/pull/19087
16+
* * chore: Disable Batch Transactions by @Neeharika-Sompalli in https://github.com/hiero-ledger/hiero-consensus-node/pull/19115
17+
* * chore: Config changes for batch transactions by @Neeharika-Sompalli in https://github.com/hiero-ledger/hiero-consensus-node/pull/19130
18+
* * fix: (cherry-pick) Flaky Jumbo transactions tests by @derektriley in https://github.com/hiero-ledger/hiero-consensus-node/pull/19140
19+
* * chore: increase transactionMaxBytes by @lpetrovic05 in https://github.com/hiero-ledger/hiero-consensus-node/pull/19104
20+
* * fix: 19107 Corrected classId of `BenchmarkMerkleInternal` to prevent `classId` conflict. by @imalygin in https://github.com/hiero-ledger/hiero-consensus-node/pull/19108
21+
* * chore: Fix the ConsensusSubmitMessage fee scaling for topic with customFees by @Neeharika-Sompalli in https://github.com/hiero-ledger/hiero-consensus-node/pull/19144
22+
* **Full Changelog**: https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.62.1...v0.62.2
23+
24+
**Full Changelog**: [v0.62.0...v0.62.2](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.62.0...v0.62.2)
25+
26+
</details>
27+
28+
### [Build v0.62.1](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.1)
29+
30+
<details>
31+
<summary><strong>What's Changed</strong></summary>
32+
33+
* * feat: Limit the callData field instead of ethereumData (cherry-pick) by @vtronkov in https://github.com/hiero-ledger/hiero-consensus-node/pull/18968
34+
* * chore: (cherry-pick) Write marker files for sidecars (#18916) by @Neeharika-Sompalli in https://github.com/hiero-ledger/hiero-consensus-node/pull/18992
35+
* * feat: enable the jumbo transaction feature flag (cherry-pick) by @vtronkov in https://github.com/hiero-ledger/hiero-consensus-node/pull/19012
36+
* * fix: (cherry-pick) Update Roster Schema isUpgrade check (#19006) by @derektriley in https://github.com/hiero-ledger/hiero-consensus-node/pull/19057
37+
* * feat: Implement fee changes for HIP-991 (#18991) by @Neeharika-Sompalli in https://github.com/hiero-ledger/hiero-consensus-node/pull/19050
38+
* * feat: Cherry-pick: Implement feature flag for gRPC web proxy endpoint (#19051) by @mhess-swl in https://github.com/hiero-ledger/hiero-consensus-node/pull/19073
39+
* **Full Changelog**: https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.62.0...v0.62.1
40+
41+
**Full Changelog**: [v0.62.0...v0.62.1](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.62.0...v0.62.1)
42+
43+
</details>
44+
45+
### [Build v0.62.0](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.0)
46+
47+
<details>
48+
<summary><strong>What's Changed</strong></summary>
49+
50+
* ### Features
51+
* * remove code deposit gas charge waiver (#18797)
52+
* * decouple backend throttle config from front end and add support for burst (#18743)
53+
* * Update consensus to use nGen for determining when to recalculate metadata (#18882)
54+
* * add cGen (#18867)
55+
* * HIP-1046 Extend node address book with gRPC web proxy endpoint (#18766)
56+
* * EventCreator uses nGen instead of generation (#18737)
57+
* * Otter test logging improvements (#18850)
58+
* * Add new v0.62 module and HederaEVM class (#18535)
59+
* * Modifications to `EventHeader` for Block Stream (#18548)
60+
* * Add otter test module (#18646)
61+
* * handle `ResendBlock` block node responses (#18747)
62+
* * Handle `BlockAcknowledgements` received from Block Nodes (#18536)
63+
* * 18593: Need a mechanism to repair key to path mapping from data files at startup (#18625)
64+
* * Jumbo bytes throttle (#18389)
65+
* * Use existing key to create an account (#18611)
66+
* * Remove use of generation from sync (#18590)
67+
* * move parent event descriptors (#18524)
68+
* * Long Term Schedule Transaction Support For DAB transactions (#18539)
69+
* * Implement Non-deterministic Generation (#18506)
70+
* * Stream to Block Node's immediately without waiting `BlockProof`s (#18450)
71+
* * Enhance yahcli rekey with ECDSA support (#18515)
72+
* * Implement daily node rewards (#18441)
73+
* * add HAPI verb to override the hederaFunctionality (#18481)
74+
* * Increase the buffer size of ethereumCall gRPC endpoint (#18321)
75+
* * Add ingest workflow jumbo checks (#18312)
76+
* * try using non-zero realm/shard (#18092)
77+
* ### Bug Fixes
78+
* * 18903: Tighten HDHM repair checks (#18906)
79+
* * detach FCQueue copy when serializing (#18863)
80+
* * Fix failing test in crypto-base (#18888)
81+
* * fix copy paste error in TipsetEventCreatorTests (#18876)
82+
* * disable GasCalculationIntegrityTest test suite (#18868)
83+
* * 18844: HDHM repair mechanism should not be enabled for snapshots (#18859)
84+
* * 18856: ReconnectHashLeafFlusher uses a wrong config (#18857)
85+
* * NPE in HalfDiskHashMap (#18854)
86+
* * Remove unused injections and fix tests (#18651)
87+
* * Fix `transactionFee` in batch transactions (#18835)
88+
* * Correctly populate sysfiles with node info (#18834)
89+
* * Revalidate collector token association on transfer (#18674)
90+
* * Fix the NPE in DefaultIssDetector.handleCatastrophic (#18830)
91+
* * flaky `completedHollowAccountOperationsFuzzing` test (#18816)
92+
* * Fix flakiness in HIP-1064 tests (#18822)
93+
* * 18813: VirtualMapLargeReconnectTest.multipleAbortedReconnectsCanSucceed is unstable (#18814)
94+
* * Use getIfUsable() in ApproveAllowanceValidator (#18580)
95+
* * add auto-renew check for negative values (#18765)
96+
* * 18795: HDHM repair mechanism can be improved to clean stale buckets (#18796)
97+
* * Only allow creation of accounts that match the configured shard/realm (#18806)
98+
* * Move sort before `filterLikelyDuplicates` (#18802)
99+
* * adding validation for deleted token on unpause (#18671)
100+
* * Update flow-pull-request-formatting.yaml (#18790)
101+
* * 18658: ReconnectNodeRemover.setPathInformation() may cause OOM (#18708)
102+
* * Remove mono logic returning the wrong response code (#18698)
103+
* * 1280 hip 1056 block item with failed contract create result contains a contract (#18728)
104+
* * Improved error handling for airdrops with multiple senders (#18604)
105+
* * Use getIfUsable() when validate custom fees (#18576)
106+
* * Fix TokenCreateTransaction TCK issues (#18577)
107+
* * Add guard around LATEST_XTS_PASS_TAG (#18687)
108+
* * Also archive config.txt as part of network archiving process (#18427)
109+
* * Add back sorting of sync events (#18657)
110+
* * memory leak in HalfDiskHashMap.endWriting() (#18659)
111+
* * Call `endRound` after dispatch (#18620)
112+
* * Only "go back" in cons time for post-restart system work (#18654)
113+
* * **18561** Threads outlive the SequentialTaskScheduler created during test (#18391)
114+
* * airdrop TCK issues fixes (#18582)
115+
* * 18571: Current path range should be respected when path to hash and path to KV indices are restored (#18592)
116+
* * contract get bytecode query to return the redirect code for hts token addresses (#18464) (#18563)
117+
* * Fix flaky PcesFile tests (#18474)
118+
* * Utilize more than one thread for SSL accept handling (#18557)
119+
* * Ensure `BlockStreamManager#endRound()` is called after dispatching system txns (#18554)
120+
* * **17180** EventCreator ignores HealthMonitor update when squelching enabled (#18387)
121+
* * Import sentinel key from hapi utils (#18512)
122+
* * compile fix (#18510)
123+
* * Should reject a FILE_UPDATE to 0.0.123 with an invalid throttle definition (#18417)
124+
* * 18410: Bucket integrity check in HDHM.ReadUpdateBucketTask can be improved (#18411)
125+
* * HIP-1028 cleanup and versioning for GetTokenKey (#18304)
126+
* * update reference to `unhex` method (#18470)
127+
128+
**Full Changelog**: [v0.62.0...v0.62.0](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.62.0...v0.62.0)
129+
130+
</details>
8131

9132
## Release v0.61
10133

0 commit comments

Comments
 (0)