You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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::TimeIndex can only be created between EntryHash and AgentPubKey nodes.
In addition, AgentPubKey nodes may only occupy the leafmost nodes in a time index tree
hdk_semantic_indexing
…
Agent zome
LinkTypes::MyAgent links are only valid from an AgentPubKey to an EntryHash:
identifying the hash of an AgentAddress
where the referenced Entry of that AgentAddress is a hc_zome_rea_agent_storage::EntryStorage and EntryStorage.entry.agent_type == "Person"
There can only be 1 LinkTypes::MyAgent link per Agent.
The text was updated successfully, but these errors were encountered:
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
LinkTypes::TimeIndex
can only be created betweenEntryHash
andAgentPubKey
nodes.AgentPubKey
nodes may only occupy the leafmost nodes in a time index treehdk_semantic_indexing
Agent
zomeLinkTypes::MyAgent
links are only valid from anAgentPubKey
to anEntryHash
:AgentAddress
AgentAddress
is ahc_zome_rea_agent_storage::EntryStorage
andEntryStorage.entry.agent_type == "Person"
LinkTypes::MyAgent
link per Agent.The text was updated successfully, but these errors were encountered: