The `join` command must fail if the requests are not verified => chain can start from them It seems under some circumstances, the verification passes when a signature of a gentx is slightly modified: https://github.com/ignite/cli-plugin-network/pull/7#issuecomment-1375419893 We should investigate if this is a normal behavior of the Cosmos SDK transaction signature verification This seems to happen when the last letter of the signature is incremented: `A => B`
The
joincommand must fail if the requests are not verified => chain can start from themIt seems under some circumstances, the verification passes when a signature of a gentx is slightly modified: #7 (comment)
We should investigate if this is a normal behavior of the Cosmos SDK transaction signature verification
This seems to happen when the last letter of the signature is incremented:
A => B