Releases: hiero-ledger/hiero-sdk-go
Releases · hiero-ledger/hiero-sdk-go
v2.18.0-beta.1
Added
CustomFee.AllCollectorsAreExempt
v2.17.5
Added
- Update documentation for
ContractFunction[Parameters|Result]
to show how to use large integer variants - Implement
TransactionResponse.ValidateStatus
v2.17.4
v2.17.3
Added
AccountCreateTransaction.[Set|Get]Alias[Key|EvmAddress]()
ContractCreateFlow.[Set|Get]MaxChunks()
- Support for automatically updating networks
Client.[Set|Get]NetworkUpdatePeriod()
Client
constructor supports_ScheduleNetworkUpdate
to disable auto updatestask update
for manual address book updating
v2.17.2
Fixed
- Removed deprecated flags for wrongfully deprecated
Client.[Set|Get]LedgerID
- Added
SetGrpcDeadline
toEthereumTransaction
andTokenUpdateTransaction
- Deprecated
LiveHash.Duration
useLiveHash.LiveHashDuration
- Added missing
LiveHashQuery.[Set|Get]MaxRetry
- Added missing
TopicInfoQuery.SetPaymentTransactionID
v2.17.1
Deprecated
AccountBalance.[tokens|tokenDecimals]
use a mirror node query insteadAccountInfo.tokenRelationships
use a mirror node query insteadContractInfo.tokenRelationships
use a mirror node query insteadTokenNftInfo.SpenderID
replaced byTokenNftInfo.AllowanceSpenderAccountID
Fixed
Token[Update|Create]Transaction.KycKey
TokenCreateTransaction.FreezeDefaul
wasn't being set properly.- Requests should retry on
PLATFORM_NOT_ACTIVE
v2.17.0
v2.17.0-beta.1
Added
PrngThansaction
TransactionRecord.PrngBytes
TransactionRecord.PrngNumber
Deprecated
ContractFunctionResult.ContractStateChanges
with no replacement.
v2.16.1
v2.16.0
Added
StakingInfo
AccountCreateTransaction.[Set|Get]StakedAccountID
AccountCreateTransaction.[Set|Get]StakedNodeID
AccountCreateTransaction.[Set|Get]DeclineStakingReward
AccountInfo.StakingInfo
AccountUpdateTransaction.[Set|Get]StakedAccountID
AccountUpdateTransaction.[Set|Get]StakedNodeID
AccountUpdateTransaction.[Set|Get]DeclineStakingReward
AccountUpdateTransaction.ClearStaked[AccountID|NodeID]
ContractCreateTransaction.[Set|Get]StakedNodeAccountID
ContractCreateTransaction.[Set|Get]StakedNodeID
ContractCreateTransaction.[Set|Get]DeclineStakingReward
ContractInfo.StakingInfo
ContractUpdateTransaction.[Set|Get]StakedNodeAccountID
ContractUpdateTransaction.[Set|Get]StakedNodeID
ContractUpdateTransaction.[Set|Get]DeclineStakingReward
ContractUpdateTransaction.ClearStaked[AccountID|NodeID]
TransactionRecord.PaidStakingRewards
ScheduleCreateTransaction.[Set|Get]ExpirationTime
ScheduleCreateTransaction.[Set|Get]WaitForExpiry
- Protobuf requests and responses will be logged, for
TRACE
, in hex.
Fixed
TopicMessageSubmitTransaction
emptyChunkInfo
would always cause an error