Guilhem Fanton
Guilhem Fanton
Let me first fix the CI and deployment in his current state, then I will add support for swift package manager
Hello, sorry for the late answer > I tried various build targets, without luck, I guessed core was the base dependency and tried "make build_core.ios" `make build_core.ios` inside packages, should...
@simonmcl I just updated `Core.framework` to `Core.xcframework` on https://github.com/ipfs-shipyard/gomobile-ipfs/pull/72 to support arm64 simulator and catalyst, and I'm currently working on fixing the CI and deployment on android and iOS. I...
closing has it's no longer valid
> A possible approach is to have these supernodes send a hello packet in response from a lighter node and only include topics of common interst. Sounds good to me,...
We definitely need this feature for scalability reasons. Unfortunately, we have other, higher priority tasks to deal with at the moment. I can take care of it, but it will...
From an external perspective (since I've never had to manage a validator), I think having a single command to initialize everything is great. However, I don't see an issue with...
This flow seems good to me. Even if `secrets` might currently have just a single use, it seems useful enough to be implemented, It doesn't cause any harm, and in...
@albttx I can understand that you are used to `cosmos-sdk` API, but since the command only contains items related specifically to secrets, I think it's preferable to keep `secrets` as...
@thehowl I was thinking about a single source of truth issue. We could allow users to manually run it with a specifc flag, but ultimately, the responsibility will likely fall...