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. |
Answered by
achamayou
Feb 9, 2021
Replies: 2 comments 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 :) |
3 replies
Answer selected by
achamayou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :)