ibc-go
ibc-go copied to clipboard
Make `MaxTimeoutDelta` value configurable via module params
Summary
Make the MaxTimeoutDelta for packet sends a configurable on-chain param for the v2 channel submodule.
Right now we define a constant value of 24 hrs. Some teams may want to tweak this to their own liking. We should consider making it configurable. Likely requires some product team research to validate the need for this feature. Opening the issue as a placeholder for now
For Admin Use
- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged/assigned
- [ ] Estimate provided
note: if done, don't forget to add params to genesis state.
Until we see any concrete need for this, I will just close this.