v0.60.0 #4101
steven-sheehy
started this conversation in
Releases
v0.60.0
#4101
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 two big features of this release are support for a data retention period and HIP-351 pseudorandom number generation.
On public networks, mirror nodes can generate tens of gigabytes worth of data every day and this rate is only projected to increase. Mirror nodes now support an optional data retention period that is disabled by default. When enabled, the retention job purges historical data beyond a configured time period. By reducing the overall amount of data in the database it will reduce operational costs and improve read/write performance. Only insert-only data associated with balance or transaction data is deleted. Cumulative entity information like accounts, contracts, etc. are not deleted.
HIP-351 adds a pseudorandom number generator transaction. The mirror node now persists this
PrngTransaction
type including the pseudorandom number or the bytes it generates. A future release will expose this information on the REST API.There were various other improvements in this release. Block numbers are now migrated to be consistent with other mirror nodes regardless of their configured start date when it receives the first v6 record file with the canonical block number from consensus nodes. We added the reward rate at the start of the staking period to the nodes REST API. Rosetta now shows fee crypto transfers operation type as
FEE
. Rosetta also shows account aliases as account addresses in Rosetta DATA API response.Enhancements
Bug Fixes
Dependency Upgrades
@hashgraph
/proto from 2.5.0 to 2.6.0 in /hedera-mirror-rest/check-state-proof #4002@godaddy
/terminus from 4.10.2 to 4.11.0 in /hedera-mirror-rest #3996@hashgraph
/proto from 2.5.0 to 2.6.0 in /hedera-mirror-rest #3995Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.60.0.
Beta Was this translation helpful? Give feedback.
All reactions