Skip to content

Fix #2682: Align wallet audit header across 90 CSV files - #3563

Open
Larslllllll wants to merge 1 commit into
Chain-Love:mainfrom
Larslllllll:fix/dbip-2682
Open

Fix #2682: Align wallet audit header across 90 CSV files#3563
Larslllllll wants to merge 1 commit into
Chain-Love:mainfrom
Larslllllll:fix/dbip-2682

Conversation

@Larslllllll

@Larslllllll Larslllllll commented Sep 3, 2026

Copy link
Copy Markdown

Summary

Header-only implementation of approved DBIP #2682 against the current main branch.

Changes

  • Rename the wallet column audit to auditsPerformed.
  • Apply the rename to the canonical wallet offers file and all wallet listings: 90 CSV files total.
  • Keep schema and metadata changes in the paired json-tools PR fix(schema): align wallet audit field (#2682) #3595.

Data-integrity checks

  • Exactly 90 CSV files changed; every file has one added and one removed header line.
  • SHA-256 hashes of every file body after the header match upstream/main exactly.
  • No CSV value or row changed.
  • No unrelated DBIP commit or tools/ file is included.
  • git diff --check passes.

Validation

The complete first-party pipeline passes against schema PR #3595:

  • validate_csv.py
  • csv_to_json.py
  • validate.py

Existing warnings for legacy networks without populated chain values are unchanged and unrelated.

Dependency

Merge the paired schema/metadata prerequisite #3595 before this data PR.

Fixes #2682.

Reward address (Ethereum Mainnet USDC/USDT): 0x06f44f4839fd5df4f4670036d028b29dec939363

@Larslllllll Larslllllll changed the title Fix #2682: Rename wallets audit column -> auditsPerformed across 90 files Fix #2682: Align wallet audit header across 90 CSV files Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DBIP] wallets names its audit column audit; the three other audit-carrying categories name it auditsPerformed

1 participant