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
* chore: Remove the migration code for setting `declineReward=true` for all nodes on upgrade by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19338](https://github.com/hiero-ledger/hiero-consensus-node/pull/19338)
@@ -171,9 +183,10 @@ This release focuses on enhancing network incentivization and improving overall
171
183
172
184
#### Hiero Improvement Proposals (HIPs)
173
185
174
-
***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.
175
-
***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. 
176
-
* 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.
186
+
***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. Please note this feature will be disabled until a July 1, 2025 launch date.
187
+
***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. 
188
+
189
+
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.
177
190
178
191
#### New Features
179
192
@@ -188,7 +201,7 @@ This release focuses on enhancing network incentivization and improving overall
188
201
189
202
#### Notable Bug Fixes
190
203
191
-
* [**#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.
204
+
* [**#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.
0 commit comments