v0.65.0 #4594
steven-sheehy
started this conversation in
Releases
v0.65.0
#4594
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The mirror node now calculates consensus using the staking weight of all the nodes as outlined in HIP-406. If staking is not yet activated, it falls back to the previous behavior of counting each node as
1/N
weight whereN
is the number of consensus nodes running on the network. The/api/v1/accounts
and/api/v1/accounts/{id}
REST APIs now expose apending_reward
field that provides an estimate of the staking reward payout in tinybars as of the last staking period. The/api/v1/network/supply
REST API updated its configured list of unreleased supply accounts to accurately reflect the separation of accounts done for staking purposes by Hedera.This release implements the contract actions REST API detailed in HIP-513. An example of an actions payload is shown below. We added
transaction_hash
,transaction_index
,block_hash
andblock_number
fields to the contract logs REST APIs. This work was done to optimize the performance for theeth_getLogs
JSON-RPC method used by the relay. Also for the relay, we now support lookup of non-Ethereum contract results by its 32 byte transaction hash.GET /api/v1/contracts/results/0.0.5001-1676540001-234390005/actions
To support mirror node explorers being able to display the transaction that created an entity, we added a
created_timestamp
field to the accounts REST API.The Rosetta module saw a large number of improvements this release. Rosetta now supports a transaction memo be returned in its metadata response. To improve performance of large blocks, Rosetta now limits the number of transactions in its block response. The importer balance reconciliation job was disabled in the Rosetta Docker image since Rosetta performs its own reconciliation process. There were other various fixes to the reconciliation process balance offset, charts testing failing for PRs from forked repos, and fixing a slow search block by hash query in rosetta.
Enhancements
Bug Fixes
Documentation
Dependency Upgrades
@godaddy
/terminus from 4.11.1 to 4.11.2 in /hedera-mirror-rest #4407Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.65.0.
Beta Was this translation helpful? Give feedback.
All reactions