What's changed
This release adds support for HIP-1064 Daily Rewards For Active Nodes, introducing a reward mechanism to incentivize nodes to stay active. New declineReward and setDeclineReward methods have been added to NodeCreateTransaction for managing reward preferences. Additionally, the x-user-agent header is now included in all gRPC calls to enable SDK version tracking. The release also includes new examples demonstrating robust error handling and network resilience when interacting with a single node.
Added
- Support for HIP-1064 Daily Rewards For Active Nodes https://hips.hedera.com/hip/hip-1064 This HIP proposes a reward mechanism that will incentivize nodes to remain active on the network. #3099
- NodeCreateTransaction
declineReward: whether the node declines rewards - NodeCreateTransaction
setDeclineReward: update whether the node declines reward
- NodeCreateTransaction
- Added the
x-user-agentheader to all gRPC calls to enable SDK version tracking, following the approach outlined in #3089 - Included examples that demonstrate proper error handling in realistic, real-world scenarios, including how to manage network connectivity issues when interacting with a single node. #3064