Breaking Changes
- #4566 - fixes the naming of
allowedBlockFutureSeconds
inchain/getConsensusParameters
endpoint - #4567 - Changes signature of
Consensus.isActive
method in the SDK - #4540 - When using the SDK, calling
sdk.node()
will save the node's network identity automatically tointernal.json
. Previously you would have to save it in a separate call, otherwise the network identity would not be persisted. - #4573 - Many RPC types in the SDK have changed names and now use the Rpc prefix to indicate they are types for the RPC layer.
- #4578 - SDK type change renamed ERROR_CODES to RPC_ERROR_CODES
What's Changed
- Added FishHash verification to the node
- Added HTTP RPC Adapter to SDK
Full Changelog: v1.16.0...v1.17.0