-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
createStakingPool
- should create new pool
- Should allow anyone to call this method
- Should deploy and initialize a new minimal beacon proxy StakingPool contract
- Should emit the StakingPoolCreated event
- Should increment the stakingPoolCount
performStakeBurn
- should perform a burn a cover with 1 segment and 1 pool allocation
- Should allow only internal contracts to call it
- Should update totalActiveCoverInAsset if tracking is enabled
- Should call burnStake on the staking contract
- Should update allocation cover amount in NXM - amountPaidOut?
Metadata
Metadata
Assignees
Labels
testUnit/integration/CI testsUnit/integration/CI tests
Type
Projects
Status
✅ Done