Skip to content

Commit bfc68f7

Browse files
added v0.71.3 and v0.149.0 node release notes (#457)
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent f4f4393 commit bfc68f7

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

hedera/networks/release-notes/mirror-node.mdx

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

88
## Latest Releases
99

10+
## [v0.149.0](https://github.com/hiero-ledger/hiero-mirror-node/releases/tag/v0.149.0)
11+
12+
There were a ton of changes integrated in support of the block node project in this release. [HIP-1200](https://hips.hedera.com/hip/hip-1200) worked kicked off with support for verifying `TssSignedBlockProof` in the block stream. The mirror node can now process the new `LedgerIdPublicationTransaction` synthetic transaction that externalizes the network ledger ID which is used in the block proof verification. The latest block root hash changes from [HIP-1056](https://hips.hedera.com/hip/hip-1056) were integrated to ensure we hash and verify the full block stream hierarchy. Finally, [HIP-1193](https://hips.hedera.com/hip/hip-1193) saw support for downloading block stream files from the cloud bucket and automatic cut-over to block streams.
13+
14+
[HIP-1340](https://hips.hedera.com/hip/hip-1340) Pectra upgrade saw incremental progress this sprint. Support was added for [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) transaction type that allows Externally Owned Accounts (EOAs) to set the code in their account. The Importer can now process this new transaction type and store the new `authorization_list` data. Additionally, the `/api/v1/contracts/results/{id}/opcodes` endpoint now uses `EthereumTransaction` HAPI transactions so it can work with the EIP-7702 transaction type.
15+
16+
<Accordion title="Enhancements">
17+
* HIP-1200 Verify TssSignedBlockProof #12977
18+
* chore: update solo version to v0.54.0 #12968
19+
* Bump hedera.app to 0.71.0 #12936
20+
* HIP-1056 Latest block root hash changes #12934
21+
* HIP-1193 Support downloading blockstream files from cloud bucket #12924
22+
* Add batch transaction acceptance test #12922
23+
* HIP-1200 Support LedgerIdPublicationTransaction #12904
24+
* HIP-1340 Add EIP7702 Ethereum Transaction Parser #12893
25+
* HIP-1340 Support Ethereum calls in TransactionExecutionService #12841
26+
</Accordion>
27+
28+
<Accordion title="Bug Fixes">
29+
* Fix rosetta validation failure #12995
30+
* Fix importer non-zero realm test failures #12986
31+
* Fix gas calculation in /network/fees rest-java API #12979
32+
* Fix url encoding for cross cluster health check #12966
33+
* Fix GCP Marketplace workflow #12953
34+
* Conditionally run acceptance test in the copy live environment script #12941
35+
* Set transaction fee and patch nonce when building ethereum transaction body #12935
36+
* Fixed web3 acceptance testcase #12930
37+
* Fixed web3 contract call issue with null value #12926
38+
* Allow transaction simulations when the sender is smart contract #12923
39+
</Accordion>
40+
41+
<Accordion title="Dependency Upgrades">
42+
* Bump nodemon from 3.1.11 to 3.1.12 #12991
43+
* Bump rest dependencies #12990
44+
* Bump Spring Boot from 4.0.2 to 4.0.3 #12989
45+
* Bump tomcat to 11.0.18 #12985
46+
* Bump up acceptance test dependencies #12981
47+
* Update test script in package.json #12980
48+
* Bump express-openapi-validator from 5.6.0 to 5.6.2 #12967
49+
* Bump the dependencies group in /rest with 4 updates #12964
50+
* Bump the dependencies group in /rosetta with 2 updates #12963
51+
* Bump mathjs from 15.1.0 to 15.1.1 in /rest/monitoring in the dependencies group #12962
52+
* Bump glob from 13.0.1 to 13.0.3 in /rest/check-state-proof in the dependencies group #12961
53+
* Bump the dependencies group across 1 directory with 4 updates #12960
54+
* Bump io.projectreactor:reactor-core-micrometer from 1.2.12 to 3.8.3 #12959
55+
* Bump com.gorylenko.gradle-git-properties:gradle-git-properties from 2.5.5 to 2.5.7 #12958
56+
* Bump software.amazon.awssdk:bom from 2.41.24 to 2.41.29 #12957
57+
* Bump io.hypersistence:hypersistence-utils-hibernate-71 from 3.15.1 to 3.15.2 #12956
58+
* Bump org.flywaydb:flyway-database-postgresql from 12.0.0 to 12.0.1 #12954
59+
* Bump qs from 6.14.1 to 6.14.2 in /rest #12952
60+
* Bump qs from 6.14.1 to 6.14.2 in /rest/monitoring #12951
61+
* Bump axios from 1.13.4 to 1.13.5 in /rest #12927
62+
* Bump @aws-sdk/client-s3 from 3.983.0 to 3.985.0 in /rest in the dependencies group #12920
63+
* Bump glob from 13.0.0 to 13.0.1 in /rest/check-state-proof in the dependencies group #12919
64+
* Bump github.com/lib/pq from 1.10.9 to 1.11.1 in /rosetta in the dependencies group #12918
65+
* Bump gradle-wrapper from 9.3.0 to 9.3.1 #12916
66+
* Bump org.testcontainers:testcontainers-postgresql from 2.0.2 to 2.0.3 #12915
67+
* Bump com.gorylenko.gradle-git-properties:gradle-git-properties from 2.5.4 to 2.5.5 #12914
68+
* Bump com.graphql-java-generator:graphql-java-client-runtime from 3.1 to 4.0 #12913
69+
* Bump software.amazon.awssdk:bom from 2.41.21 to 2.41.24 #12912
70+
* Bump io.hypersistence:hypersistence-utils-hibernate-71 from 3.15.0 to 3.15.1 #12911
71+
* Bump io.grpc:grpc-bom from 1.78.0 to 1.79.0 #12910
72+
* Bump versions for v0.149.0-SNAPSHOT #12906
73+
</Accordion>
74+
1075
## [v0.148.0](https://github.com/hiero-ledger/hiero-mirror-node/releases/tag/v0.148.0)
1176

1277
This release saw support for [HIP-1313 High-Volume Entity Creation](https://hips.hedera.com/hip/hip-1313). A new `high_volume` boolean field was added to the database and the transaction REST APIs. This field will be set to true if the user opts into high-volume pricing to create their entities.

hedera/networks/release-notes/services.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
1010
**MAINNET UPDATE: MARCH 11, 2026**
1111
</Info>
1212

13+
### [**Build 0.71.3**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.71.3)
14+
15+
<Accordion title="What's Changed">
16+
Bug Fixes
17+
* add hiero logger #23649 #23709 by @mxtartaglia-sl
18+
19+
Tests
20+
* Add more tests #24062 by @Neeharika-Sompalli
21+
</Accordion>
22+
1323
### [**Build 0.71.2**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.71.2)
1424

1525
<Check>

0 commit comments

Comments
 (0)