Release Notes - Version 0.43.0
Summary
This release contains several HIP implementations, as well as TCK endpoints and a bug fix for node connections.
Enhancements
- HIP-1046: This HIP enables gRPC web proxies to be set and updated when creating and updating a new consensus network node, respectively.
- HIP-1064: This HIP enables the disabling of active node rewards for a node.
- HIP-745: This HIP allows
Transaction
s to be serialized without needing all required transaction fields to be set (notably,nodeAccountId
andtransactionId
). - TCK Endpoints: Many remaining TCK endpoints were added to the SDK server, allowing those JSON-RPC methods from the TCK to now be served.
Bug Fixes
- TLS/Plaintext Node Connections: There was an issue with connecting to local networks (i.e.
Solo
) and other custom networks that would cause connections to consensus nodes fail; TLS connections would be tried on plaintext connection ports, and vice versa. The decision logic was updated to correctly choose the right port.
Full Changelog: v0.42.0...v0.43.0