Feature Request - JSON RPC for Batch Singleton Creation in DataLayer #15961
MichaelTaylor3D
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
At present, the Chia JSON RPCs only allow the creation of one data layer store per transaction. This becomes problematic when attempting to create multiple singletons simultaneously, especially when there are insufficient coins to cover the transaction. In such instances, some data stores fail to be created unless the coins are split beforehand.
The prevailing workaround to this issue is to create data stores one at a time, waiting for confirmation of each before initiating the next. While effective, this approach is extremely time-consuming, significantly limiting the efficiency of applications that require the mass production of new singletons, such as the CADT software.
To address this problem, I propose the creation of a new JSON RPC that allows for the simultaneous creation of multiple data stores in a single transaction. This would not only optimize the process of singleton creation but also enhance the capabilities of applications built on top of the Chia network.
Proposed Feature:
Benefits:
In conclusion, this feature would be a valuable addition to the Chia Network, increasing its flexibility and usability for applications requiring the mass production of new singletons. Your consideration of this request is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions