Skip to content

Commit 9e14af9

Browse files
theekrystalleegitbook-bot
authored andcommitted
update release notes #29 #57
1 parent 3b39de1 commit 9e14af9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

networks/release-notes/services.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
1313
{% endhint %}
1414

1515
{% hint style="info" %}
16-
**TESTNET UPDATE SCHEDULED: MAY 22, 2025**
16+
**TESTNET UPDATE SCHEDULED: MAY 29, 2025**
1717
{% endhint %}
1818

19-
### [Build 0.62.2](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.2)
19+
### [Build 0.62.2](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.2) 
2020

2121
<details>
2222

@@ -34,7 +34,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
3434

3535
</details>
3636

37-
### [**Build 0.62.1**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.1)
37+
### &#x20;[**Build 0.62.1**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.62.1)
3838

3939
<details>
4040

@@ -146,7 +146,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
146146
**MAINNET UPDATE SCHEDULED: MAY 28, 2025**
147147
{% endhint %}
148148

149-
{% hint style="info" %}
149+
{% hint style="success" %}
150150
**TESTNET UPDATE SCHEDULED: MAY 20, 2025**
151151
{% endhint %}
152152

@@ -156,11 +156,13 @@ This release focuses on enhancing network incentivization and improving overall
156156

157157
#### Hiero Improvement Proposals (HIPs)
158158

159-
* [HIP-1064](https://github.com/hiero-ledger/hiero-improvement-proposals/issues/1064): Full implementation of a daily reward mechanism for active consensus nodes, including an option for node operators to decline these rewards. This enhances network health by incentivizing consistent node uptime and participation, while providing operators flexibility in managing their rewards and improving network decentralization.
159+
* **Daily rewards for active nodes** [HIP-1064](https://github.com/hiero-ledger/hiero-improvement-proposals/issues/1064): Full implementation of a daily reward mechanism for active consensus nodes, including an option for node operators to decline these rewards. This enhances network health by incentivizing consistent node uptime and participation, while providing operators flexibility in managing their rewards and improving network decentralization.
160+
* **HIP-551 (Atomic Batch Transactions)**: [HIP-551](https://hips.hedera.com/hip/551) This release includes the implementation of Atomic Batch Transactions; however, due to technical challenges identified in testing, this feature has been temporarily disabled.&#x20;
161+
* As a result, users attempting to submit Atomic Batch Transactions will receive a status code of BUSY from the network. We are actively working to resolve these issues and plan to enable this feature in a future update.
160162

161163
#### New Features
162164

163-
* Node Reward Opt-Out (HIP-1064): Node operators can now decline daily node rewards using a new decline\_reward boolean flag in NodeCreateTransactionBody and NodeUpdateTransactionBody. This offers greater control and flexibility for node operators based on their specific requirements.
165+
* **Node Reward Opt-Out (HIP-1064)**: Node operators can now decline daily node rewards using a new decline\_reward boolean flag in NodeCreateTransactionBody and NodeUpdateTransactionBody. This offers greater control and flexibility for node operators based on their specific requirements. The default value for this flag will be set to true to decline rewards by default.&#x20;
164166
* ```
165167
// Example: Opting out of node rewards during node creation
166168
NodeCreateTransactionBody createBody = NodeCreateTransactionBody.newBuilder()
@@ -171,10 +173,7 @@ This release focuses on enhancing network incentivization and improving overall
171173
172174
#### Notable Bug Fixes
173175
174-
* [#17478](https://github.com/hiero-ledger/hiero-consensus-node/issues/17478): Corrected Cancun SELFDESTRUCT Semantics:&#x20;
175-
* Fixed incorrect SELFDESTRUCT behavior per 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, allowing the operation to proceed without deleting the contract or transferring its balance, including native tokens.&#x20;
176-
* Additionally, refactored CustomSelfDestructOperation.execute to streamline validation checks before state changes.&#x20;
177-
* Impact: Enhances EVM compatibility and reliability on Hedera for contracts using SELFDESTRUCT, ensuring correct execution under post-Cancun rules.
176+
* [**#17478**](https://github.com/hiero-ledger/hiero-consensus-node/issues/17478)**: Corrected Cancun SELFDESTRUCT Semantics**: Fixed incorrect SELFDESTRUCT behavior per 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, 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.
178177
179178
### [Build 0.61.7](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.7)
180179

0 commit comments

Comments
 (0)