Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Release v1.11.0

Compare
Choose a tag to compare
@oed oed released this 26 Sep 08:40
· 191 commits to develop since this release
cb2c477

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 storage
  • await space.syncDone - for data in the given space