From bd502d64c3ac5e8f2f77c0d20a92971340476a55 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Wed, 18 Dec 2024 17:16:14 +0200 Subject: [PATCH] release: v2.53.0 (#1194) Signed-off-by: Ivan Ivanov --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9ee5e0..ba90a14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v2.53.0 + +### Added +- `NextExchangeRate` in the `TransactionReceipt`. +- `ScheduleRef` in the `TransactionRecord`. +- 2 new queries `MirrorNodeContractCallQuery` and `MirrorNodeContractEstimateGasQuery` for estimation/simulation of contract operations. +- Missing `RequestType`s in `request_type.go`. +- Validation for creating ECDSA Public keys from bytes. + +### Changed +- Removed `ExpectedDecimals` from the `TransactionRecord`, as 'dead' property. + ## v2.52.0 ### Added