rwadurian/backend/services/blockchain-service/src/domain
hailin 3c2144ad7c feat(deposit): add accountSequence correlation and testnet support
blockchain-service:
- Add accountSequence to monitored_addresses and deposit_transactions
- Support BSC/KAVA testnet via NETWORK_MODE environment variable
- Add chain config service with testnet RPC endpoints
- Update deposit detection with accountSequence propagation

wallet-service:
- Add accountSequence to wallet_accounts and ledger_entries
- Fix JWT strategy to match identity-service token format
- Update deposit handling with accountSequence correlation
- Add repository methods for accountSequence-based queries

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 10:26:01 -08:00
..
aggregates feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
enums feat: move address derivation from identity-service to blockchain-service 2025-12-06 21:08:21 -08:00
events feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
repositories feat(blockchain-service): implement complete blockchain service with DDD + Hexagonal architecture 2025-12-06 20:54:58 -08:00
services feat(deposit): add accountSequence correlation and testnet support 2025-12-08 10:26:01 -08:00
value-objects feat: move address derivation from identity-service to blockchain-service 2025-12-06 21:08:21 -08:00
domain.module.ts feat(blockchain-service): implement complete blockchain service with DDD + Hexagonal architecture 2025-12-06 20:54:58 -08:00