Conversation
tbruyelle
left a comment
There was a problem hiding this comment.
Looks like there is some required setup needed for this command to works properly. For example I had to set a value in app.toml min-gas-prices, and also it requires a genesis.json to exists. Do we need the mainnet genesis here ?
Yes, a valid genesis should be used, this is for cometbft to start properly. Any current valid genesis is fine, as the chainID will be overwritten by the command. |
|
It's not as smooth as I had imagined it, after I copied a genesis to the expected folder, I have an other problem: Suprisingly it expects the |
Welcome in the differences between AppGenesis and CometBFT genesis :D. Let's fix in our fork and just use the decoding fallback. Yes this is why in Ignite we had a wrapper making the UX better. |
The fallback is already there actually, so both genesis should work 🤔 |
Co-authored-by: Thomas <thomas.bruyelle@tendermint.com>
|
Now having a panic in the |
Co-authored-by: Thomas <thomas.bruyelle@tendermint.com>
Closes: #251
Fully based on ignite template: https://github.com/ignite/example/blob/master/cmd/exampled/cmd/root.go