You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: networks/release-notes/services.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,10 +146,36 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
146
146
**MAINNET UPDATE SCHEDULED: MAY 21, 2025**
147
147
{% endhint %}
148
148
149
-
{% hint style="info" %}
149
+
{% hint style="success" %}
150
150
**TESTNET UPDATE SCHEDULED: MAY 14, 2025**
151
151
{% endhint %}
152
152
153
+
### Release Highlights
154
+
155
+
This release focuses on enhancing network incentivization and improving overall system robustness and developer experience.
156
+
157
+
#### Hiero Improvement Proposals (HIPs)
158
+
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.
160
+
161
+
#### New Features
162
+
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.
164
+
*```
165
+
// Example: Opting out of node rewards during node creation
* 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. 
176
+
* Additionally, refactored CustomSelfDestructOperation.execute to streamline validation checks before state changes. 
177
+
* Impact: Enhances EVM compatibility and reliability on Hedera for contracts using SELFDESTRUCT, ensuring correct execution under post-Cancun rules.
0 commit comments