v0.126.0 #10724
steven-sheehy
started this conversation in
Releases
v0.126.0
#10724
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A large focus of this release was to support non-zero realms and shards. To that end, the gRPC API was updated to properly validate the file ID in the address book API against the configured realm and shard. The REST API now uses the
hedera.mirror.common.shard
andhedera.mirror.common.realm
properties instead of the now deletedhedera.mirror.rest.shard
property. This includes a change to now look up the alias and EVM address using either the user provided or configured shard and realm. The database encoding ofshard.realm.num
identifiers was tweaked to increase the number of bits tonum
from 32 to 38 bits and decrease the shard from 15 to 10 bits. This change should not impact current mirror node deployments. Balance snapshot and pending reward calculation was updated to not hardcode system accounts with0.0
. The default operator in the acceptance tests and monitor was changed from0.0.2
to use the configured shard and realm. Finally, the web3 API now uses the configured realm and shard as well.Integrating the modularized consensus node library into the web3 module made excellent progress. A new property
hedera.mirror.web3.evm.modularizedTrafficPercent
was added to enable a gradual rollout of the new code base. Metrics were updated to include a modularized flag so we can monitor its rollout. A number of missing singletons were implemented that the library requires. There were a large number of fixes to make the acceptance tests work against the modularized web3 as well.A number of bug fixes and improvements for HIP-1056 block streams were tackled including handling the genesis block and processing contract block items.
Also of note, the max age to cache the response for
/api/v1/schedule/{id}
was increased from one second to one hour for deleted or executed schedules. Finally, we switched code coverage and static analysis from Codecov and Sonar to Codacy.Breaking Changes
Similar to the last release, specific shard properties were removed in favor of a common shard properties. Thus
hedera.mirror.rest.shard
was removed in favor of using thehedera.mirror.common.shard
andhedera.mirror.common.realm
properties. Most customers should not be using these properties so will not be impacted.Enhancements
Bug Fixes
Dependency Upgrades
@babel
/runtime from 7.26.0 to 7.26.10 in /hedera-mirror-rest/monitoring in the npm_and_yarn group #10601@fetch-mock
/jest from 0.2.14 to 0.2.15 in /tools/mirror-report #10570@aws-sdk
/client-s3 from 3.750.0 to 3.758.0 in /hedera-mirror-rest #10523Contributors
Thank you to all the contributors who worked on this release:
@HarshSawarkar
@bilyana-gospodinova
@edwin-greene
@filev94
@HarshSawarkar
@jnels124
@kselveliev
@nickeynikolovv
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.126.0.
Beta Was this translation helpful? Give feedback.
All reactions