dhiway / cord.js

Cord JS API
Apache License 2.0
34 stars 46 forks source link

`api.tx.utility.batchAll()` error occurrence #186

Closed Vikastc closed 2 months ago

Vikastc commented 4 months ago

Issue: Encountering an error "The DID operation nonce does not match the current DID nonce + 1" when using api.tx.utility.batchAll().

Requirement: For bulk uploads or revocations of records in the studio.

amarts commented 4 months ago

@Vikastc @vatsa287 we need to revert above PR, and instead consider using authorizeBatch instead of 'authorizeTx' of Did in dispatch methods. We need to experiment and plan to use it properly.

vatsa287 commented 4 months ago

@amarts Ack.

Vikastc commented 4 months ago

Got it