smuu

Results 79 comments of smuu

> Sorry i'm kind of confused how to even run this thing. I'm on fedora and just installed docker. Where do i go from here? You say to configure my...

> should I edit the parameters at other places or keep 0644 as a default value? Sorry, I don't understand that question. Could you please elaborate?

> i assume you're calling AddFileBytes at certain places. Do you want me to make the extra parameter optional so that all the code that exists right now works as...

https://github.com/celestiaorg/knuu/pull/67 introduces check if knuu was initialized, but not if the kubeconfig is valid and points to a valid kubernetes cluster

> This is a breaking change, we need to communicate it well to the users before cutting a release. Can we add this without touching the current code?

> This is great idea and should help to improve quality of bootstraper service and also make it easy for anyone to launch one. We can separate trusted peers config...

> i think simplest here is to remove https://github.com/celestiaorg/celestia-node/blob/main/libs/utils/address.go#L40 which resolves the IP a single time on start, instead letting clients use the domain as passed in, and relying on...

One workaround for this issue would be to recreate the connection once it fails after the IP address changes. This way, we don't need to add support to handle the...