You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Problem:
Currently
tx.market.placeStorageOrder
works only in a single transaction. When using in batch calls (tx.utility.batchAll
ortx.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 sideThe text was updated successfully, but these errors were encountered: