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? 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
simdv2
Run the following:
make init-simapp-v2 make build cd build && ./simappv2 start
make init-simapp-v2
make build
cd build && ./simappv2 start
Client tries to use a Comet RPC at localhost:26658
curl localhost:1317/cosmos/tx/v1beta1/txs/block/5 {"code":2,"message":"error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). RPC error -32603 - Internal error: post failed: Post \"http://127.0.0.1:26658\": dial tcp 127.0.0.1:26658: connect: connection refused","details":[]}%
curl localhost:26658/health curl: (7) Failed to connect to localhost port 26658 after 0 ms: Couldn't connect to server
But the actual RPC is at localhost:26657
curl localhost:26657/health {"jsonrpc":"2.0","id":-1,"result":{}}%
this mismatch can be confirmed by checking the generated app.toml (26657) and client.toml (26658) files
app.toml
client.toml
main
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
What happened?
Run the following:
make init-simapp-v2
make build
cd build && ./simappv2 start
Client tries to use a Comet RPC at localhost:26658
But the actual RPC is at localhost:26657
this mismatch can be confirmed by checking the generated
app.toml
(26657) andclient.toml
(26658) filesCosmos SDK Version
main
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: