-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After release of the first HDI (or integrity kit) of Holochain, update versions to that #275
Comments
This will be quite an extensive refactor- we will need to update all the index handling logic to use split integrity/coordination zomes to manage the updates via We may also have to update tests unrelated to Agent data but featuring Agent links to actually create the agents in question. Currently the indexing situation swallows / ignores many |
"we will need to update all the index handling logic to use split integrity/coordination zomes to manage the updates via post_commit hooks. In doing so it is hoped that such cascading updates can be handled more gracefully, and debug! statement related to indexing removed." This sounds like added scope. Unless I'm missing something which is very possible, this sounds like something unnecessary to do at this same time. Can we trim back this scope to only the update? I am thinking of targeting HDK 0.0.142 And thats Holochain 0.0.150 |
"We may also have to update tests unrelated to Agent data but featuring Agent links to actually create the agents in question. Currently the indexing situation swallows / ignores many CellMissing errors that are related to mocked AgentAddresses." I also don't think we will have to do this. |
Yeah, two phases for these updates I think. |
@pospi I've started this, and have assigned it to myself for now, but am also happy to collaborate on it, we would just need to coordinate our actions. |
There is this one to review: holochain-open-dev/dna-auth-resolver#3 |
#275 update to HDI and holochain 0.0.152
here is an example to sample from:
https://github.com/perspect3vism/agent-language/tree/main/hc-dna/zomes/tests
The text was updated successfully, but these errors were encountered: