ThetaSinner

Results 307 comments of ThetaSinner

Note that I have relied on this in a test, currently called `retry_countersigning_commit_on_missing_deps`, which will break if we change this. We will need some other mechanism for preventing get requests...

This is marked as in review but the only linked PR doesn't resolve this issue as far as I can see.

The logs appear to be configured for `warn` but not `info`. We can see the symptoms from that but it's going to be difficult to figure out the cause. Can...

It's not clear from the logs what is going on but the problem seem to stem from connectivity issues. Are you seeing WebRTC connections between your agents? If not, could...

Suggestion to add Local/Network get options to this call. That would bring it inline with other links functions and we could then provide both behaviors. I think both are actually...

- Check performance before and after to see if accessing SQLite every time we get peers is a bottleneck. Maybe need caching of unreachable state. - If we end up...

Wait until we've done and tested the other issues before planning this one in, to see what testing is still missing

I'm going to suggest that we don't introduce a new manifest version right now. We've already broken the manifest format in 0.6. The DNA manifest should become: ```yaml --- manifest_version:...

Change `manifest_version` to 0 to make it clear that we aren't supporting a stable manifest format yet

Focus on cascade and testing until this becomes absolutely necessary