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
Copy file name to clipboardExpand all lines: core-concepts/transactions-and-queries/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,12 @@ Standard transactions are individual operations submitted to the network, such a
52
52
53
53
`0.0.9401@1598924675.82525000` → A transaction paid for by account `0.0.9401` with a valid start time of `1598924675.82525000`.
54
54
55
-
### Batch Transactions
55
+
### Batch Transactions (coming soon...)
56
56
57
57
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:
58
58
59
59
{% 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._ 
* 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)
* chore: Disable Batch Transactions by [@Neeharika-Sompalli](https://github.com/Neeharika-Sompalli) in [#19114](https://github.com/hiero-ledger/hiero-consensus-node/pull/19114)
0 commit comments