github hiero-ledger/hiero-sdk-js v2.64.5

latest releases: v2.84.0-beta.1, v2.83.0, v2.83.0-beta.3...
12 months ago

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
  • Added the x-user-agent header 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

Don't miss a new hiero-sdk-js release

NewReleases is sending notifications on new releases.