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
{{ message }}
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
Thanks @Connoropolous & @ddd-mtl. Note that in general linking off the DNA address is considered an anti-pattern because it will create a definitive dht hot-spot. Of course for small hAapps it can be useful, and this shouldn't be failing like that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
building off of https://forum.holochain.org/t/dna-address-dna-entry-address/2834
Use case was trying to link off of hdk::DNA_ADDRESS, but that didn't work because it suggests that no entry with that address is found.
Here are steps to reproduce...
nix-shell https://holochain.love
npm run hc:test
Relevant code blocks
https://github.com/Connoropolous/holochain-dna-bug-reproduce/blob/190abd383358bf6e436ead76d714cff738caeb38/dna_src/test/notes/index.js#L2-L11
which calls
https://github.com/Connoropolous/holochain-dna-bug-reproduce/blob/190abd383358bf6e436ead76d714cff738caeb38/dna_src/zomes/notes/code/src/note/handlers.rs#L26-L33
originally reported by @ddd-mtl
The text was updated successfully, but these errors were encountered: