v0.70.0 #5012
steven-sheehy
started this conversation in
Releases
v0.70.0
#5012
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of HIP-406, the mirror node is adding a new account staking rewards REST API. This API will show the staking rewards paid to an account over time. The mirror node now also shows staking reward transfers in the transaction REST APIs (e.g.
/api/v1/transactions
,/api/v1/transactions/{id}
, and the list of transactions in/api/v1/accounts/{id}
). This can be useful to show which transaction involving your account after the staking period ended triggered the lazy reward payout.GET /api/v1/accounts/{id}/rewards
The REST API saw further improvements outside of staking. The accounts REST APIs now show a calculated expiration timestamp to mirror the HAPI
CryptoGetInfo
query. Previously expiration timestamp only shows up if explicitly sent via a transaction that supports it (mainly update transactions). Now if it'snull
we calculate it ascreated_timestamp.seconds + auto_renew_period
. Every contract results endpoint was updated to include an address field for the EVM address of the created contract.This release makes progress on being able to execute contract calls on the mirror node as outlined in HIP-584. A lot of the groundwork is being laid that will be further refined in upcoming releases.
Enhancements
HederaEvmProperties
andBlockMetaSource
interfaces #4503Bug Fixes
Dependency Upgrades
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.70.0.
Beta Was this translation helpful? Give feedback.
All reactions