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: 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)
* 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))
@@ -285,6 +308,42 @@ This release focuses on enhancing network incentivization and improving overall
285
308
286
309
* [**#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.
* 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)
* 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)
* 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)
0 commit comments