Commit 68e8357
committed
refactor(scripts): streamline wallet-operator-mapper utilities
Remove single-purpose investigation scripts and add general-purpose
query utilities for ongoing operator management.
Removed:
- calculate-all-beta-staker-weights.js (governance task complete)
- calculate-allowlist-weights.js (superseded)
- generate-allowlist-weights-final.js (output saved)
- check-current-pool-weights.js (investigation complete)
- check-sortition-pool-divisor.js (findings incorporated)
- investigate-unknown-operator.js (one-time investigation)
- verify-missing-wallets.js (specific verification done)
Added utility scripts:
- query-proof-of-funds.js: Generate proof-of-funds reports
- query-sortition-pool.js: Check operator pool status
- query-all-pool-operators.js: Discover all pool operators
- query-all-stakers.js: Verify staker documentation completeness
Updated README to document all remaining scripts in Main and
Utility sections.1 parent d66b34c commit 68e8357
File tree
6 files changed
+1078
-23
lines changed- scripts/wallet-operator-mapper
6 files changed
+1078
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
79 | 103 | | |
80 | 104 | | |
81 | 105 | | |
| |||
0 commit comments