Skip to content

Commit 3da142d

Browse files
theekrystalleegitbook-bot
authored andcommitted
add v0.61.5 & v0.61.6 release notes and callout for batch transaction #69 #29
1 parent 3a99f96 commit 3da142d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

core-concepts/transactions-and-queries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Standard transactions are individual operations submitted to the network, such a
5252

5353
`0.0.9401@1598924675.82525000` → A transaction paid for by account `0.0.9401` with a valid start time of `1598924675.82525000`.
5454

55-
### Batch Transactions
55+
### Batch Transactions (coming soon...)
5656

5757
Batch transactions allow multiple operations (HAPI calls) to be executed atomically as a single network transaction, ensuring that all operations either succeed together or fail together (upholding ACID properties). Batch transactions consist of:
5858

5959
{% hint style="danger" %}
60-
**Note**: Jumbo `EthereumTransaction` (released in [**v0.62**](https://docs.hedera.com/hedera/networks/release-notes/services#release-v0.62) for [**HIP-1086**](https://github.com/hiero-ledger/hiero-improvement-proposals/pull/1086)) _**will NOT be supported in batch transactions**_. Since this limitation is currently _**not supported**_ by the network, developers _must avoid including jumbo transactions in batches_ to prevent unexpected behaviors. \*_This limitation may be lifted in a future release._ 
60+
**Note**: [**HIP-551**](https://hips.hedera.com/hip/hip-551) for Batch Transactions will be included in a future release coming soon. Please note that Jumbo `EthereumTransaction` (for [**HIP-1086**](https://github.com/hiero-ledger/hiero-improvement-proposals/pull/1086)) _**will NOT be supported in batch transactions**_. Since this limitation is currently _**not supported**_ by the network, developers _must avoid including jumbo transactions in batches_ to prevent unexpected behaviors. \*_This limitation may be lifted in a future release._ 
6161
{% endhint %}
6262

6363
#### **Outer Batch Transaction ID**

networks/release-notes/services.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,30 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio
132132
**TESTNET UPDATE SCHEDULED: April 24, 2025**
133133
{% endhint %}
134134

135+
### [Build 0.61.6](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.6)
136+
137+
<details>
138+
139+
<summary><strong>What's Changed</strong></summary>
140+
141+
* chore: Config changes for batch transactions by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19127](https://github.com/hiero-ledger/hiero-consensus-node/pull/19127)
142+
143+
**Full Changelog**: [v0.61.5...v0.61.6](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.61.5...v0.61.6)
144+
145+
</details>
146+
147+
### [Build 0.61.5](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.5)
148+
149+
<details>
150+
151+
<summary><strong>What's Changed</strong></summary>
152+
153+
* chore: Disable Batch Transactions by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19114](https://github.com/hiero-ledger/hiero-consensus-node/pull/19114)
154+
155+
**Full Changelog**: [v0.61.4...v0.61.5](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.61.4...v0.61.5)
156+
157+
</details>
158+
135159
### [Build 0.61.4](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.61.4)
136160

137161
<details>

0 commit comments

Comments
 (0)