Skip to content

data(wallets): add optional keyExportFormats column, seed Pera from first-party support docs (DBIP #3725) - #3743

Open
foxxx009 wants to merge 1 commit into
Chain-Love:mainfrom
foxxx009:dbip-3725-keyexportformats-data
Open

data(wallets): add optional keyExportFormats column, seed Pera from first-party support docs (DBIP #3725)#3743
foxxx009 wants to merge 1 commit into
Chain-Love:mainfrom
foxxx009:dbip-3725-keyexportformats-data

Conversation

@foxxx009

@foxxx009 foxxx009 commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Closes #3725 (data side)

Problem

No field records which documented backup artifacts (mnemonic, raw private key, encrypted backup) a wallet can export; the keyExport boolean alone cannot answer migration questions.

Changes

  • Appended the optional keyExportFormats column to all 92 wallet tables (22 → 23 columns, CRLF preserved).
  • Seeded one verified Algorand cell, per the DBIP's "begin with a small verified Algorand subset":
    • listings/specific-networks/algorand/wallets.csvpera["encrypted-backup","mnemonic"] from Pera's first-party support docs: backing up your recovery passphrase (mnemonic) and Pera's Algorand Secure Backup import/export workflow (password-protected encrypted backup).
    • Pera has no canonical offer row, so the documented value lives on the existing algorand listing override (DBIP §Scope rule 3).
  • All other cells left blank (not yet verified). Nothing inferred from custodial = FALSE, hardware = TRUE or keyExport = TRUE.
  • MetaMask is documented in the DBIP motivation but deferred here: its Secret Recovery Phrase / imported-account distinction needs offer-granularity scoping (§Scope rule 4) and the DBIP scopes the initial seed to Algorand.
  • No actual keys, mnemonics or backup files are included, per §Scope rule 6.

Verification

Rewards address: 0x2409b47a530be3831158f10b08ac93f7d08c1ff2

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] Add documented wallet key export formats

1 participant