holochain-proto
holochain-proto copied to clipboard
Clarify "hash rejected" error
Provide a clearer message like: "Requested hash failed validation and is marked as rejected in DHT."
I'm getting this error using the hash of a just created entry to read it (using get(hash)
) and I have no idea why it's getting rejected since it's the hash commit()
returns.
i am also getting issue, any ideas on why? i see that the hash is available in the DHT but i keep getting the error.
Seems like the issue was it was failing some validation somewhere even though we're just reading. I set all of my validations to return true and now it works...