ThetaSinner

Results 306 comments of ThetaSinner

> Do you think it should work unmodified, with DPKI? Probably not, because validation will be able to proceed unless we can get DPKI data gossiped right? The test the...

> oh great, that's even easier :) Sweet, that looks good!

> We can't approach testing that way. It is most probable that DPKI is enabled by default on all conductors once it's shipped. If we default to testing everything except...

Linking from discord https://github.com/guillemcordoba/sweettest-app-validation-reproduction

I'm seeing something similar using tryorama with 0.3-48. For validation rules that were passing on 0.3-44, I now see a few warnings about failed validation with awaiting dependencies and then...

@jost-s I think this is the only thing we're currently waiting on to get an RC out for 0.3 so if you could put any fixes on `develop-0.3` then we...

In these cases we already retrieve deletes: - https://github.com/holochain/holochain/blob/develop/crates/holochain/src/core/workflow/sys_validation_workflow.rs#L461 - https://github.com/holochain/holochain/blob/develop/crates/holochain/src/core/workflow/sys_validation_workflow.rs#L464 Would need to be added in StoreRecord: - https://github.com/holochain/holochain/blob/develop/crates/holochain/src/core/workflow/sys_validation_workflow.rs#L424 And in StoreEntry?: - https://github.com/holochain/holochain/blob/develop/crates/holochain/src/core/workflow/sys_validation_workflow.rs#L429 Then once we have the...

Refinement notes: - Prevent apps with the same DNA hash but before/after this change from talking to each other.

Bullet 3. possibly overlaps with -> https://github.com/holochain/holochain/issues/3696

I think the only things we should prioritise here are `rusqlite` and removing the code that depends on `quinn`.