You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
<Accordiontitle="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
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.
0 commit comments