hashgraph / hedera-sdk-go

Hedera™ Hashgraph SDK for Go
https://docs.hedera.com/docs/hedera-sdks
Apache License 2.0
89 stars 64 forks source link

Handle status `THROTTLED_AT_CONSENSUS ` #1061

Closed 0xivanov closed 1 day ago

0xivanov commented 1 week ago

Problem

-THROTTLED_AT_CONSENSUS, introduced in v0.54 protobufs is not being handled by the SDK.

Solution

-Retry the execution of the transaction, given this status.

Alternatives

No response

0xivanov commented 1 week ago

Should be handled for receipt queries as well.