From bf20668669b3ae4ae4de015a84d2809eb124f617 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Wed, 18 Dec 2024 17:02:44 +0200 Subject: [PATCH] chore: update addressbook 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