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 pox-4 we have authorizations (via pre-set authorizations or via signatures) around usage of a signer key, but those authorizations do not cover the amount of STX used.
These authorizations should include a new field, amount-ustx, which indicates the max amount of STX that can be used by a particular reward set.
Also related is #4417, which adds signer-key to stack-increase. That ticket will need to also validate that the new amount of STX locked (after the increase) does not exceed the amount-ustx included in the authorization.
The text was updated successfully, but these errors were encountered:
In pox-4 we have authorizations (via pre-set authorizations or via signatures) around usage of a signer key, but those authorizations do not cover the amount of STX used.
These authorizations should include a new field,
amount-ustx
, which indicates the max amount of STX that can be used by a particular reward set.Also related is #4417, which adds
signer-key
to stack-increase. That ticket will need to also validate that the new amount of STX locked (after the increase) does not exceed theamount-ustx
included in the authorization.The text was updated successfully, but these errors were encountered: