onflow/flow-core-contracts

EPOCHS: Approve nodes separate from ending the staking auction

Closed this issue · 0 comments

Issue To Be Solved

For the intermediate stage of epochs before BFT is implemented, admin needs to be able to remove unapproved nodes before the staking auction ends

Suggest A Solution

  • Work from feature/epochs branch
  • Create new function similar to endStakingAuction that just removes unapproved nodes and doesn't end the auction.
  • Potentially have this still end the auction. Need to investigate