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

v0.0.10-alpha

Compare
Choose a tag to compare
@weswalla weswalla released this 29 Aug 18:22

v0.0.10-alpha - 2023-08-29

  • AppletConfig type has been updated. Now the resource_defs field is of type HappZomeMap<BTreeMap<String, EntryHash>> instead of BTreeMap<String, EntryHash> so that the resource defs are mapped by the happ role name and zome name. The role_name field as removed as this information is now contained in the resource_defs field.
  • new type HappZomeMap<T> created to represent the dnas (keyed by role name) and their zomes.
  • registerApplet function takes an AppletConfigInput as a parameter instead of a CreateAppletConfigInput.