You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In x/sequencer/keeper/unbond.go:77, the Hub logic handles the bond of jailed sequencers by burning them.
While this is working as designed if the bond is denominated only in DYM, this may not always be the case; for example, if the bond is partly made of IBC tokens, these tokens may require the burn to happen in their source chain.
Recommendation
We recommend changing the jailing logic to seize tokens in favor of a trusted treasury address instead of burning them.
The text was updated successfully, but these errors were encountered:
In x/sequencer/keeper/unbond.go:77, the Hub logic handles the bond of jailed sequencers by burning them.
While this is working as designed if the bond is denominated only in DYM, this may not always be the case; for example, if the bond is partly made of IBC tokens, these tokens may require the burn to happen in their source chain.
Recommendation
We recommend changing the jailing logic to seize tokens in favor of a trusted treasury address instead of burning them.
The text was updated successfully, but these errors were encountered: