-
Notifications
You must be signed in to change notification settings - Fork 289
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
Increase timeouts in cli to match long block times #256
Comments
There's this for reference cosmos/cosmos-sdk#3875 |
If my understanding is correct, timeouts aren't configurable through the cli. Now we have two options, either change the default rpc config in |
agree, I've tried in core before and it breaks a bunch of tests. also it seems more intuitive to change here. |
Configure default rpc params to factor in large txns and long block times - [x] Closes celestiaorg#256 - [x] Closes celestiaorg#591 Co-authored-by: Rootul P <rootulp@gmail.com>
Currently, when using the
--broadcast-mode block
flag, the block times on a live network are too long, resulting the cli almost always timing out. We need to communicate this to the user in some way, along with increasing timeouts to be usefulThe text was updated successfully, but these errors were encountered: