ThetaSinner

Results 303 comments of ThetaSinner

Suggestion for moving database files. Be careful with renaming! Check the code that was added for migrating from unencrypted to encrypted in `holochain_sqlite`. Database file moves could be done by...

- What happens if you rotate your keys? That will change your agent authorities and the new authorities may not be aware of your warrant status. Along with other consequences...

- Warrants as ops, need to be added - Basis for warrant ops uses the agent so gossip should get warrants to the right place without changes

Is the error you ran into like this? https://github.com/holochain/scaffolding/pull/156 I think this option makes sense. I don't see why we wouldn't allow Nix to be skipped here

One small change in two places please. Where the `scaffold_web_app` function is called, it's currently hard-coded to pass false for the `skip_nix` parameter. Please could that be replaced with something...

I'm wondering why we want a separate bundle and option for updating coordinators. This feels more like an operation than a completely isolated process. If i've released an app at...

Yes, this is unhelpful code! It's something I've run into and I'm afraid is still a TODO. Some of these hash types will accept some lengths that are known to...

Hi @agentofuser and @Joni-Aaltonen, I have an explanation for you as to why the operations you're attempting fail. The `char_to_key_code` function https://github.com/autopilot-rs/autopilot-rs/blob/d659a7429ef4f6d12b88ab55c0f47e622c3ae5cf/src/key.rs#L189 returns `0` for many inputs. e.g. the `c`...

This has been fixed. From the referenced PR, there is a wasm that grants access to two functions https://github.com/holochain/holochain/blob/develop/crates/test_utils/wasm/wasm_workspace/capability/src/coordinator.rs#L10. That is consumed in these tests https://github.com/holochain/holochain/blob/develop/crates/holochain/src/core/ribosome/host_fn/capability_grants.rs#L18

I think so but with that change released, we are still hearing that this isn't working as desired. When I retested this morning starting Holochain up with a hApp installed...