crust
crust copied to clipboard
Support placeStorageOrder in a batch
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