sporeprotocol / spore-sdk

The Ultimate TypeScript SDK for Spore Protocol
https://docs.spore.pro
MIT License
12 stars 10 forks source link

feat: add input cells pre-injection parameter #98

Closed ashuralyk closed 5 months ago

ashuralyk commented 5 months ago

Description

Unicorn team demands increasing concurrency ability of creating Spore cells from particular Cluster, and the best solution is to inject scattered capacity cells to open cluster-lock-proxy mode, which allows our SDK to support arbitrary cells put in skeleton's inputs part.

By the way, createMultipleSpores interface is already indicated in branch test/bulk-actions, so I just moved changes from it to my PR, for the emergency demand from JoyID team.