Albert Le Batteux
                                            Albert Le Batteux
                                        
                                    Hello, I'm interested by running this kind of setup. - 1 `tmkms` runned by an orchestrator for redundancy - multiple validators node connected to `tmkms` for HA. But i'm questioning...
Any update on this ? I don't want to switch to VictoriaMetrics just for this feature ! 😅
Hello, I'm not really sure to understand where is the need of this command. As a node runner on `gnoland` and `cosmos-sdk` based chain, i don't get where i could...
I'm not really fan of `gnoland secret`, i really believe secrets generation must be under `gnoland init` only. Here is a quick recap of my position on `gnoland secret`: -...
@gfanton > I don't see an issue with also having subcommands like secrets or genesis Using `gnolang init` will create a `genesis.json` by default Except for creating new networks, we...
Oh ok, i didn't get the point of utility for `gnoland secrets show address`. Why do you think to stick with cosmos-sdk api and put this under `gnoland tendermint ...`...
Good idea @gfanton, i'll implement it
Sorry @zivkovicmilos i should have replied earlier, i've almost fixed everything on @moul comments yesterday, Just added last couple things required :)
To setup the faucet, i choose to use [gnolang/faucet](https://github.com/gnolang/faucet) for the flag `--mnemonic` - I had to fix a bug on the views: https://github.com/gnolang/gno/pull/1449 - make gnolang/faucet complient with http...