feat: update whitelist task for multiple addresses#1851
Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #1851 +/- ##
========================================
Coverage 71.99% 71.99%
========================================
Files 70 70
Lines 2321 2321
Branches 346 346
========================================
Hits 1671 1671
Misses 650 650
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
Doesn't impact the build, shouldn't need a changeset. |
## Overview Alternative version of #1851, which keeps the `BinaryHeap` priority queue and achieves the same goal of not starving the engine actor control loop.
## Overview Alternative version of #1851, which keeps the `BinaryHeap` priority queue and achieves the same goal of not starving the engine actor control loop.
Description
Modifies the whitelist script to add support for whitelisting multiple addresses. Also adds support for adding or removing addresses from the whitelist instead of just adding.
Metadata