onflow/flow-core-contracts

Improve Staking Contract allow-list interactions

jordanschalm opened this issue · 0 comments

Problem

The process of updating the allow-list can be made clearer for spork operators by providing transactions which add/remove nodes only (do not fully replace list)

Acceptance Criteria

Add transactions:

  • add_nodes_to_allow_list
  • remove_nodes_from_allow_list

Add script:

cc @vishalchangrani