-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command tendermint inspect is failing #12100
Comments
@alexanderbez hey I believe you did the relevant PR, it failing for me could help me out here maybe I set something wrong but we check and could not figure out why it was failing. |
@JeancarloBarrios did you try to explicitly pass |
Yes, I did run the --home flag explicitly. |
Ahh yes, that is because tendermint refactored stuff and now depends on a private global (sighhh). See https://github.com/tendermint/tendermint/blob/v0.35.5/cmd/tendermint/commands/inspect.go#L53 This issue needs to be moved to the Tendermint repo -- the fix is to not use a global, but the short term solution is to just have the |
I added this to the current sprint. If someone is lookng for a small task to do, this should be an easy one. |
PR is open in TM, but we're downgrading back to 0.34 so I'm not sure this matters. We should check if the issue is present in v0.34.x |
closing this as the inspect cmd wont be coming to tendermint for a little while |
Summary of Bug
During the manual testing for version v.0.46, here
When running
simd tendermint inspect
the command fails with the following output.Error: couldn't read GenesisDoc file: open config/genesis.json: no such file or directory
However, the config/genesis.json does exist and the home path is correct.
Version
v0.46
PR
#11548
Steps to Reproduce
simd tendermint inspect
For Admin Use
The text was updated successfully, but these errors were encountered: