rwadurian/backend/services/identity-service/src
hailin 493a76117a fix(identity-service): ensure BlockchainWalletHandler is initialized
- Add BlockchainEventConsumerService to InfrastructureModule
- Add BlockchainWalletHandler and MpcKeygenCompletedHandler to ApplicationModule
- Inject event handlers into UserApplicationService to force NestJS initialization
- This ensures onModuleInit is called for event handlers, enabling Kafka event consumption

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 03:46:55 -08:00
..
api refactor(identity-service): remove deposit/blockchain code, belongs to wallet-service 2025-12-06 23:22:06 -08:00
application fix(identity-service): ensure BlockchainWalletHandler is initialized 2025-12-07 03:46:55 -08:00
config refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
domain refactor: move mnemonic verification from identity-service to blockchain-service 2025-12-07 00:11:06 -08:00
infrastructure fix(identity-service): add BlockchainEventConsumerService to InfrastructureModule 2025-12-07 03:30:26 -08:00
shared feat: add detailed debug logging for MPC Kafka event flow 2025-12-06 19:49:06 -08:00
app.module.ts fix(identity-service): ensure BlockchainWalletHandler is initialized 2025-12-07 03:46:55 -08:00
main.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00