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
Problem:
Currently
tx.market.placeStorageOrderworks only in a single transaction. When using in batch calls (tx.utility.batchAllortx.utility.batch) order is stuck in "Pending" status. It makes bulk pinning very inconvenient and slow.Solution:
add
batch/batchAllsupport in storage manager on the miner’s side