ThetaSinner
ThetaSinner
I'll take this one on in that case, it's a sensible suggestion and not too big a change in Holochain. Though it will be a breaking change for consumers.
@guillemcordoba Is this issue still something that should be looked at?
@guillemcordoba Looks like it's `1.`, the docs have been copy/pasted from `agent_info()` and it didn't get caught until here. I think the code is correct and tested, aside from a...
Hi @pospi, is this still causing problems? If so, please could you point me at a recent reproduction? Looking at https://github.com/h-REA/hREA I don't see `hdk_graph_helpers` any more? It looks to...
Thanks for making these updates @pospi! I think there are a few things to unpack here 1. Looking at `hdk_uuid_types` that doesn't have a `tests` directory so it won't be...
Actually, a simpler answer might be to avoid mocking and focus on functional testing, given that it's better supported. I see your project isn't using Tryorama, have you given that...
The next release on 0.1 (which will be 0.1.5) adds a new feature `sweetest` which hides these details. You should be able to consume holochain without default features and just...
@dellams did you get a chance to try this on a newer version of Holochain?
These kinds of errors are usually caused by version mismatches of some kind in code that gets fed into the WASM compile. In general you're looking for mismatches between the...
This is supported when installing a happ or webhapp https://github.com/holochain/holochain/blob/develop/crates/mr_bundle/src/bundle.rs#L141. Closing as done