agent-gacha - Repository
×

agent-gacha

Commit History - agent-gacha20 commits
Feb 24, 2026Merge pull request #3 from altantutar/fix/deposit-verify-endpoint
Feb 24, 2026Add service test suite with auth tests and edge cases (96 tests)
Feb 24, 2026Add deposit verification endpoint for instant balance credit after sig...
Feb 23, 2026Fix deposit crediting flow, wallet linking, and logout resilience
Feb 22, 2026Add persistent volume for SQLite database
Feb 22, 2026Fix expired token: refresh token_expires_at on each Privy login
Feb 22, 2026Fix wallet balance not showing after re-login
Feb 22, 2026Show connected wallet address in header
Feb 22, 2026Fix logout: clear Privy session so users can sign back in
Feb 22, 2026Remove fake USDC references and $100 bonus messaging
Feb 22, 2026Fix deposit matching: capture external wallets, retry pending deposits
Feb 22, 2026Fix deposit poller: add timeout, logging, and reset poll state
Feb 22, 2026Fix deposit poller: scan back 24h on first run, faster catch-up
Feb 22, 2026Fix deposit detection: reset poll state and switch RPC
Feb 22, 2026Add MetaMask send support, update deposit/redeem modals and auth
Feb 22, 2026Remove faucet, add DepositCTA for zero-balance onboarding
Feb 22, 2026Add wallet (MetaMask) as a Privy login method
Feb 22, 2026Fix CSP: allow Privy and Cloudflare domains in helmet config
Feb 21, 2026Fix schema: move CREATE INDEX after CREATE TABLE for deposits/swaps
Feb 21, 2026Fix deploy: increase healthcheck timeout, remove @types/helmet