You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## v2.83.0
2
+
3
+
### Changed
4
+
-`Client.Ping` / `Client.PingAll` now probe a node with a free `COST_ANSWER``AccountInfoQuery` for the treasury account instead of an `AccountBalanceQuery`, which consensus node v0.77 no longer serves. Stage 1 of the cross-SDK [`AccountBalanceQuery` deprecation proposal](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/proposals/account-balance-query-deprecation.md)[#1799](https://github.com/hiero-ledger/hiero-sdk-go/pull/1799)
5
+
6
+
### Fixed
7
+
- Executing a paid query on a client with no operator now returns an error instead of panicking [#1799](https://github.com/hiero-ledger/hiero-sdk-go/pull/1799)
8
+
- Query payments now use the transaction ID set via `SetPaymentTransactionID` instead of always generating a new one [#1790](https://github.com/hiero-ledger/hiero-sdk-go/pull/1790)
0 commit comments