Added
Client.pingAll()- pings all network nodesClient.[set|get]NodeWaitTime()- minimum delay for nodes that are nto respondingClient.[set|get]MaxAttempts()- max number of attempts for each requestClient.[set|get]MaxNodesPerTransaction()- number of node account IDs to use per requestCustomFixedFee.[set|get]HbarAmount()- helper method to set bothdenominatingTokenIdandamountwhen fee is anHbaramountCustomFixedFee.setDenominatingTokenToSameToken()- helper method to setdenominatingTokenIdto0.0.0which is not obvious
Changed
Client.ping()will no longer throw an error
Deprecated
*[Transaction|Query].[set|get]MaxRetries()- Use*[Transaction|Query].[set|get]MaxAttempts()instead
Fixed
PrivateKey.signTransaction()andPublicKey.verifyTransaction()should correctly freeze an unfrozen transaction