Skip to content

Commit a9e0818

Browse files
theekrystalleegitbook-bot
authored andcommitted
release notes #107 #57 #29
1 parent 31b0861 commit a9e0818

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

networks/release-notes/services.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,29 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
9898
**TESTNET UPDATE SCHEDULED: JUNE 3, 2025**
9999
{% endhint %}
100100

101+
### [Build 0.62.6](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.6)
102+
103+
<details>
104+
105+
<summary><strong>What's Changed</strong></summary>
106+
107+
* chore: Add overrides for `nodes.nodeRewardsEnabled=false` by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19422](https://github.com/hiero-ledger/hiero-consensus-node/pull/19422)
108+
* fix: (0.62) Reclaim ingest throttle capacity after failure by [@tinker-michaelj](https://github.com/tinker-michaelj) in [#19525](https://github.com/hiero-ledger/hiero-consensus-node/pull/19525)
109+
110+
**Full Changelog**: [v0.62.5...v0.62.6](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.62.5...v0.62.6)
111+
112+
</details>
113+
114+
### [Build 0.62.5](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.5)
115+
116+
<details>
117+
118+
<summary><strong>What's Changed</strong></summary>
119+
120+
* chore: Remove the migration code for setting `declineReward=true` for all nodes on upgrade ([#19338](https://github.com/hiero-ledger/hiero-consensus-node/pull/19338))
121+
122+
</details>
123+
101124
### [Build 0.62.4](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.4)
102125

103126
<details>
@@ -285,6 +308,42 @@ This release focuses on enhancing network incentivization and improving overall
285308
286309
* [**#17478**](https://github.com/hiero-ledger/hiero-consensus-node/issues/17478)**: Corrected Cancun SELFDESTRUCT Semantics**: Fixed incorrect `SELFDESTRUCT` behavior per [EIP-6780](https://eips.ethereum.org/EIPS/eip-6780) post-Cancun, where a contract specifying itself as the beneficiary in a non-creation transaction erroneously triggered a `SELF_DESTRUCT_TO_SELF` error. The fix ensures compliance with [EIP-6780](https://eips.ethereum.org/EIPS/eip-6780), allowing the operation to proceed without deleting the contract or transferring its balance, including native tokens. Additionally, refactored CustomSelfDestructOperation.execute to streamline validation checks before state changes. Impact: Enhances EVM compatibility and reliability on Hedera for contracts using `SELFDESTRUCT`, ensuring correct execution under post-Cancun rules.
287310
311+
### [Build 0.61.10](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.10)
312+
313+
<details>
314+
315+
<summary><strong>What's Changed</strong></summary>
316+
317+
* chore: (cherry-pick to tag 0.61.10) Disable the defaults for `contracts.evm.ethTransaction.zeroHapiFees.enabled` and `nodes.nodeRewardsEnabled` by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19521](https://github.com/hiero-ledger/hiero-consensus-node/pull/19521)
318+
319+
**Full Changelog**: [v0.61.9...v0.61.10](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.61.9...v0.61.10)
320+
321+
</details>
322+
323+
### [Build 0.61.9](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.9)
324+
325+
<details>
326+
327+
<summary><strong>What's Changed</strong></summary>
328+
329+
* chore: (cherry-pick to tag 0.61.9) Disable `nodes.nodeRewardsEnabled` by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19519](https://github.com/hiero-ledger/hiero-consensus-node/pull/19519)
330+
331+
**Full Changelog**: [v0.61.8...v0.61.9](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.61.8...v0.61.9)
332+
333+
</details>
334+
335+
### [Build 0.61.8](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.8)
336+
337+
<details>
338+
339+
<summary><strong>What's Changed</strong></summary>
340+
341+
* chore: (cherry-pick for 0.61.8) Reclaim throttle capacity after ingest failure by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19526](https://github.com/hiero-ledger/hiero-consensus-node/pull/19526)
342+
343+
**Full Changelog**: [v0.61.7...v0.61.8](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.61.7...v0.61.8)
344+
345+
</details>
346+
288347
### [Build 0.61.7](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.7)
289348
290349
<details>

0 commit comments

Comments
 (0)