crustio/crust

Support placeStorageOrder in a batch

ilionic opened this issue · 0 comments

Problem:

Currently tx.market.placeStorageOrder works only in a single transaction. When using in batch calls ( tx.utility.batchAll or tx.utility.batch ) order is stuck in "Pending" status. It makes bulk pinning very inconvenient and slow.

Solution:

add batch/batchAll support in storage manager on the miner’s side