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
PR #610 (commit c4d2476) added new hooks to the basket module for handling validator slash events. However, it's not clear where the slashed funds go when the basket pool weight of a slashed validator is reduced.
The slashed tokens, including KIRA's native token KEX, are transferred to a governance-controlled community spending pool where a decision can be made regarding their final fate
The text was updated successfully, but these errors were encountered:
This is reducing the weight of an asset since that asset's value has been decreased from slashing underlying tokens. Therefore the slash handling should be actualy done in multistakingi module - not on basket module.
Here's where it handles slashed tokens
PR #610 (commit c4d2476) added new hooks to the basket module for handling validator slash events. However, it's not clear where the slashed funds go when the basket pool weight of a slashed validator is reduced.
sekai/x/basket/keeper/hooks.go
Lines 60 to 81 in c4d2476
As per KIP :
The text was updated successfully, but these errors were encountered: