Eric Harris-Braun
Eric Harris-Braun
I want to hold off on merging this, because these docker box builds are what we use in final-exam tests and so I don't want to wait for a release...
When I test manually I see lots of problems with not being able to get a lock on state in the action loop. Also you can't ctrl-c out of the...
wss support was removed to simplify debugging. Its on the roadmap will be added back in a future version.
As per stand-up today, from an activating from testing point of view, adding being able to specify the values from trycp_server "spawn" command is needed. Will review as soon as...
Yes. The pinning issue is a difficult one and a pain. We will land a repo refactor that at the very least allows each of the separate crates in our...
looks like status_check test is failing. From Standup we can just remove this test.
This is probably cross-repo issues where we had one number in org and another in holochain-rust?
Note, this already partially support by #1830 which allows specifying the DNA by URL. But there was also merge snafu that deleted a bunch of code that uses this in...
Thanks @Connoropolous & @ddd-mtl. Note that in general linking off the DNA address is considered an anti-pattern because it will create a definitive dht hot-spot. Of course for small hAapps...
014c505 add updates to gossip/holding interval setting via env vars: HC_ENABLE_WORLD_MODEL now switched to: HC_HOLDING_INTERVAL which enables the world model if set to a non zero value (measured in seconds)...