TBD54566975 / web5-wallet

A reference implementation of a web5 wallet in react native
Apache License 2.0
13 stars 9 forks source link

DWN calls being network bound causes performance penalties #173

Open shamilovtim opened 11 months ago

shamilovtim commented 11 months ago

Currently when a DID needs to be resolved the DWN library pauses execution of the read/write/query and waits for the DID to be resolved. DWN operations probably should not be network bound like this.

Related: https://github.com/TBD54566975/web5-js/issues/279