likecoin-chain
likecoin-chain copied to clipboard
Instability with connectivity
Hi, I'm Jacob from Notional!
I guess that you've mainly been working with my colleague Long, and I wanted to tell you about an issue we've been having.
Basically, Likecoin likes to go down, and stay that way. I think that as a stopgap measure, we could resolve this by adding p2p persistent peers, but docs only refer to seeds for the time being.
Secondly, I'd like to recommend that you no longer ship a docker container as a default config, because those tend to add to complexity and can harm stability.
Decentralization is key for the further development of social tech, and I appreciate your work!
<3 -Jacob
https://github.com/likecoin/likecoin-chain/blob/9b924b3176ad7ce087727b8980f057650e218a02/go.sum#L108-L115
https://github.com/likecoin/likecoin-chain/blob/9b924b3176ad7ce087727b8980f057650e218a02/go.sum#L103-L105
https://github.com/likecoin/likecoin-chain/blob/9b924b3176ad7ce087727b8980f057650e218a02/go.sum#L604-L614
The three links above show something that may be causing your issues, as well. You want to have consistent versioning. In order to help out with that, I will make a PR, which you should test carefully before releasing. It should not be state breaking and should not require an upgrade handler, but that can't be said for sure because you may be running multiple versions of tendermint and the cosmos sdk simultaneously.
Thanks for the comment, we are working on having automated binary release which we need for comosvisor support Will update our mainnet repo with some public peer soon