Skip to content

fix: restore InMemory storage for Ark wallet initialization#3524

Merged
TaprootFreak merged 1 commit intodevelopfrom
fix/ark-inmemory-storage
Mar 27, 2026
Merged

fix: restore InMemory storage for Ark wallet initialization#3524
TaprootFreak merged 1 commit intodevelopfrom
fix/ark-inmemory-storage

Conversation

@TaprootFreak
Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • 20/20 ark-client unit tests pass
  • Dev API starts and Ark wallet initializes correctly

The revert in #3522 was based on a misdiagnosis — the actual cause of
dev API downtime was a FK constraint violation in the sell-if-deficit
migration, not the Ark InMemory imports.

Without explicit storage config, the Ark SDK falls back to IndexedDB
which is not available in Node.js, causing wallet initialization to fail.
@TaprootFreak TaprootFreak marked this pull request as ready for review March 27, 2026 17:04
@TaprootFreak TaprootFreak merged commit 1d07103 into develop Mar 27, 2026
8 checks passed
@TaprootFreak TaprootFreak deleted the fix/ark-inmemory-storage branch March 27, 2026 17:04
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.

1 participant