3box / 3box-js

3Box JavaScript SDK: User identities, storage, messaging
MIT License
207 stars 65 forks source link

Fix/ipfs datastore key not found #914

Closed zachferland closed 3 years ago

zachferland commented 3 years ago

this resolves most all 'key not found' errors, from ipfs/datastore when it looks for blocks/cids not found in blockstore, which can happen in upgrade to 1.21 with blockstore moved to iframe. This simply uses a diff indexeddb path (ipfs/datastore -> level-js-ipfs/datastore)