Skip to content

Commit b9fc265

Browse files
deshmukhpranaligitbook-bot
authored andcommitted
Add mirror node release notes v0.139.0 #976
1 parent 073ec59 commit b9fc265

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

networks/release-notes/mirror-node.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
88

99
## Latest Releases
1010

11+
## [v0.139.0](https://github.com/hiero-ledger/hiero-mirror-node/releases/tag/v0.139.0)
12+
13+
[HIP-1056](https://hips.hedera.com/hip/hip-1056) saw multiple improvements to integrate changes to the block streams from HAPI v0.65 protobufs. The block stream hash root hash calculation was updated to match the latest format. The revamped contract state changes and trace data format is now handled properly. This also includes support for the block stream specific [HIP-1127](https://hips.hedera.com/hip/hip-1127) unified transaction record format. Work will continue on integrating 0.65+ protobuf in the next few releases.
14+
15+
### Breaking Changes
16+
17+
The modularized flow is now enabled by default. The Hedera managed mirror nodes have already rolled this capability out to all environments as per our blog [article](https://hedera.com/blog/hip-1217-important-updates-to-the-hedera-api-v1-contracts-call-endpoint). This change aligns other mirror node operators with the capability of the Hedera managed instances. If any customers complain of impacts to their `/api/v1/contracts/call`, it is recommended operators temporarily disable the feature and refer customers to the blog and Hedera discord for further support.
18+
19+
The rewritten Java-based `/api/v1/network/stake` REST API is now enabled by default in our Docker Compose and Helm deployments. In the next release we will be removing the old JavaScript implementation entirely. Operators should take this time to migrate their routing logic to use the new implementation in the rest-java module.
20+
1121
## [v0.138.0](https://github.com/hiero-ledger/hiero-mirror-node/releases/tag/v0.138.0) 
1222

1323
This is a testing focused release with a number of changes that improve our test coverage. A new GitHub Actions workflow was added to build and test our acceptance tests end-to-end. This workflow leverages [Solo](https://github.com/hashgraph/solo/) to stand up a consensus node and mirror node in Kubernetes with the proper configuration. In addition, we also run the same suite of tests but using block node instead of record streams. A similar workflow was added to the consensus node repository as part of their extended test suite to gate their release process.

0 commit comments

Comments
 (0)