-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There is some base Holochain stuff that needs validation in addition to the callbacks needing to be implemented for #177 #178 #145 #310. Please add to the list below as these constraints become clearer.
hdk_time_indexing
- Any links of a
LinkTypes::TimeIndexcan only be created betweenEntryHashandAgentPubKeynodes. - In addition,
AgentPubKeynodes may only occupy the leafmost nodes in a time index tree
hdk_semantic_indexing
- …
Agent zome
-
LinkTypes::MyAgentlinks are only valid from anAgentPubKeyto anEntryHash:- identifying the hash of an
AgentAddress - where the referenced Entry of that
AgentAddressis ahc_zome_rea_agent_storage::EntryStorageandEntryStorage.entry.agent_type == "Person"
- identifying the hash of an
- There can only be 1
LinkTypes::MyAgentlink per Agent.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request