We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When we run ABCI in standalone mode (--with-tendermint=false) the program immediate exit
Missing infinite loop https://github.com/cosmos/cosmos-sdk/blob/master/server/start.go#L100
// run forever (the node will not be returned) select {}
github.com/cosmos/cosmos-sdk v0.36.0-rc3
run service demon without tendermin node (flag --with-tendermint=false)
--with-tendermint=false
The text was updated successfully, but these errors were encountered:
Fix standalone execution
4afe163
Add infinite loop at the end of startStandAlone() to prevent the server process from exiting immediately after bootstrap. Closes: #4879
alessio
Successfully merging a pull request may close this issue.
Summary of Bug
When we run ABCI in standalone mode (--with-tendermint=false) the program immediate exit
Missing infinite loop
https://github.com/cosmos/cosmos-sdk/blob/master/server/start.go#L100
Version
github.com/cosmos/cosmos-sdk v0.36.0-rc3
Steps to Reproduce
run service demon without tendermin node (flag
--with-tendermint=false
)For Admin Use
The text was updated successfully, but these errors were encountered: