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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
paritytech/substrate#9202 + #3407 will add the ability to merge two vesting schedules. This call should be added to the NonTransfer proxy filter.
The main attack with merge schedules I can think of is to send an account a schedule that starts and ends at BlockNumber::max_value and then merge all there schedules with that one, which will make sure they can't unlock funds until block height hits BlockNumber::max_value.
After some quick discussion with @shawntabrizi I think this risk profile is in line with some other permitted calls for NonTransfer.
The text was updated successfully, but these errors were encountered:
paritytech/substrate#9202 + #3407 will add the ability to merge two vesting schedules. This call should be added to the
NonTransfer
proxy filter.The main attack with merge schedules I can think of is to send an account a schedule that starts and ends at
BlockNumber::max_value
and then merge all there schedules with that one, which will make sure they can't unlock funds until block height hitsBlockNumber::max_value
.After some quick discussion with @shawntabrizi I think this risk profile is in line with some other permitted calls for
NonTransfer
.The text was updated successfully, but these errors were encountered: