v0.125.0 #10560
steven-sheehy
started this conversation in
Releases
v0.125.0
#10560
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HIP-991 topic custom fees support was added to our REST APIs. The
/api/v1/topics/{id}
endpoint now displays the list of custom fees associated with a topic as well as itsfee_schedule_key
andfee_exempt_key_list
. Additionally, the/api/v1/transactions
and/api/v1/transactions/{id}
endpoints were updated to add the newmax_custom_fees
the payer was willing to accept.The design for HIP-551 batch transactions was completed and its tasks broken down. Look for its implementation to be completed in the near future.
Support for non-zero realms is being explored starting with this release. New properties
hedera.mirror.common.realm
andhedera.mirror.common.shard
were added to centralize the configuration of a mirror node's base realm and shard. With this came support for configuring common properties across sub-charts in Helm. So with a single Helm value property likeglobal.env.HEDERA_MIRROR_COMMON_REALM=0
orglobal.config.hedera.mirror.common.shard=0
it can configure eight sub-charts with similar config. We will explore extracting other properties that apply to multiple modules like network to these common properties in the future.Breaking Changes
The
hedera.mirror.importer.shard
,hedera.mirror.restJava.shard
,hedera.mirror.rosetta.realm
, andhedera.mirror.rosetta.shard
configuration properties were removed in favor ofhedera.mirror.common.realm
andhedera.mirror.common.shard
properties. Users most likely never used these properties since the default value was zero and the network does not support non-zero values at this time. In the unlikely event these properties were explicitly set to zero by an operator, they will need to be updated to the new property paths.Enhancements
estimatePrecompile
acceptance test with modularized services #10504/topics/{id}
endpoint #10450Bug Fixes
Dependency Upgrades
@fetch-mock
/jest from 0.2.12 to 0.2.14 in /tools/mirror-report #10519@aws-sdk
/client-s3 from 3.749.0 to 3.750.0 in /hedera-mirror-rest #10472@fetch-mock
/jest from 0.2.10 to 0.2.12 in /tools/mirror-report #10460Deployments
Contributors
Thank you to all the contributors who worked on this release:
@bilyana-gospodinova
@edwin-greene
@filev94
@HarshSawarkar
@jnels124
@kselveliev
@nirbosl
@rbarker-dev
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.125.0.
Beta Was this translation helpful? Give feedback.
All reactions