cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
552 stars 586 forks source link

Make `MaxTimeoutDelta` value configurable via module params #7530

Open damiannolan opened 3 days ago

damiannolan commented 3 days ago

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

DimitrisJim commented 2 days ago

note: if done, don't forget to add params to genesis state.