Fix: 지갑 미발견 시 자동 생성 fallback 추가 #1

Merged
tolelom merged 1 commits from fix/wallet-auto-create into main 2026-03-19 02:30:28 +00:00
Owner

resolveUsername()에서 user_wallets 레코드가 없는 유저(레거시/마이그레이션 누락)에 대해
CreateWallet을 자동 호출하여 지갑을 즉시 생성. unique constraint 충돌 시 재조회로
동시성 안전 처리.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

resolveUsername()에서 user_wallets 레코드가 없는 유저(레거시/마이그레이션 누락)에 대해 CreateWallet을 자동 호출하여 지갑을 즉시 생성. unique constraint 충돌 시 재조회로 동시성 안전 처리. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
tolelom added 1 commit 2026-03-19 02:30:23 +00:00
resolveUsername()에서 user_wallets 레코드가 없는 유저(레거시/마이그레이션 누락)에 대해
CreateWallet을 자동 호출하여 지갑을 즉시 생성. unique constraint 충돌 시 재조회로
동시성 안전 처리.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
tolelom merged commit 7db63d2d92 into main 2026-03-19 02:30:28 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: A301/a301_server#1