60593 sc low no mechanism to set boostpriceperblock for levels added after initialization
Description
function addLevel(
DataTypes.LevelAndSupply memory _levelAndSupply
) public onlyRole(LEVEL_OPERATOR_ROLE) {
Levels.addLevel(_getStargateNFTStorage(), _levelAndSupply);
}Proof of Concept
Proof of Concept
Previous60597 sc low hasrequestedexit returns true for not just requested exits but also delegations that are already exitedNext60592 sc high users are unable to unstake under certain conditions
Was this helpful?