Does CCF support batching of client transactions? #2183
-
Is there a plan to add clien-side support a submit an rpc that consists of transaction-batch? Please forgive me If this is already supported, kindly point me to an example. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This was discussed in the past, but there is currently no plan or design for this. Can I ask you what the motivation for this batching is? If it's atomicity, I'm afraid that's impossible to guarantee outside one transaction at quite a fundamental level. If it's transport efficiency/amortizing transport costs, it may be worth exploring the following avenues:
We are of course happy to discuss and consider alternatives :) |
Beta Was this translation helpful? Give feedback.
This was discussed in the past, but there is currently no plan or design for this. Can I ask you what the motivation for this batching is?
If it's atomicity, I'm afraid that's impossible to guarantee outside one transaction at quite a fundamental level.
If it's transport efficiency/amortizing transport costs, it may be worth exploring the following avenues:
We are of course happy to discuss and consider alternatives :)