cosmos / interchain-security

Interchain Security is an open sourced IBC application which allows cosmos blockchains to lease their proof-of-stake security to one another.
https://cosmos.github.io/interchain-security/
Other
153 stars 122 forks source link

Change naming of slash meter to downtime meter #1276

Closed shaspitz closed 1 month ago

shaspitz commented 1 year ago

Problem

The notion of a "slash meter" exists on the provider to throttle downtime packets that're applied from consumers on the provider val set. The name slash meter is not the best, as downtime packets coming from consumers (yes those are called "slash packets" but that naming should be changed as well) only jail a validator.

Closing criteria

Use naming that's more descriptive of the infraction that's actually being communicated between chains, not the action that's taken. "downtime meter" is likely the best naming

Problem details

mpoke commented 1 month ago

Closing as this would break API and the effort is not really worth it.