Disallow negative values for Tendermint client state duration parameters #2542
Labels
07-tendermint
help wanted
Issues for which we would appreciate help/support from the community
type: bug
Something isn't working as expected
Milestone
Summary of Bug
I think we're currently allowing negative values for
TrustingPeriod
,UnbondingPeriod
andMaxClockDrift
while the spec forbids negative values and usesuint64
to represent them ->ibc-go/modules/light-clients/07-tendermint/client_state.go
Lines 128 to 136 in f693f6c
Expected Behaviour
Disallow negative values for these parameters.
Version
v5.0.0
For Admin Use
The text was updated successfully, but these errors were encountered: