## Address Derivation Changes - Change KAVA from Cosmos bech32 (kava1...) to EVM format (0x...) - KAVA now uses same EVM address as BSC for deposit monitoring - Add KAVA to evmChains set for automatic monitoring registration ## Database Schema Updates (Migration: 20241208000000) - MonitoredAddress: add address_type, account_sequence, system_account_type, system_account_id, region_code columns - DepositTransaction: add address_type, account_sequence, system_account_type, system_account_id columns - Make user_id nullable for system account support - Create recovery_mnemonics table for account recovery - Add indexes: idx_account_sequence, idx_type_active, idx_system_account_type, idx_deposit_account, and recovery_mnemonics indexes ## New Features - Withdrawal request handler and Kafka consumer - Test USDT deployment scripts for KAVA and BSC - Smart contracts for TestUSDT token ## Infrastructure Updates - Update mappers for new schema fields - Update application and infrastructure modules 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| contracts | ||
| prisma | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| DEVELOPMENT_GUIDE.md | ||
| Dockerfile | ||
| deploy.sh | ||
| docker-compose.yml | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||