aragon / aragon.js

(Aragon 1) A monorepo of JavaScript libraries for interacting with Aragon
https://aragon.org
GNU Affero General Public License v3.0
82 stars 58 forks source link

Wrapper: fix identity resolution throwing synchronously rather than asynchronously #432

Closed sohkai closed 4 years ago

sohkai commented 4 years ago

Oops, the LocalIdentityProvider not using an async declaration meant that some errors could be thrown synchronously, which would end up breaking the entire RPC connection for apps.