This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
Release v1.11.0
Release Notes
-
feat: 3box instance can now be created with an instance of the IdentityWallet
-
feat: smarter data syncing logic
-
feat: support erc1271 address links (your contract wallet can now have a 3Box!)
-
feat: verify link proofs added by the
linkAddress
method -
fix: sync rootstore before resolving promise from openBox
Updated data sync api
To wait for the data to be fully synced from the network you can now simply await these publicly exposed promises:
await box.syncDone
- for the main data storageawait space.syncDone
- for data in the given space