rwadurian/backend/services/mpc-service/src
hailin af896db36c fix(mpc-service): don't await consumer.run() to prevent app startup blocking
consumer.run() never resolves as it runs continuously. Awaiting it
blocks onApplicationBootstrap which prevents app.listen() from being
called, causing the service to never start listening on port 3006.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 03:04:48 -08:00
..
api refactor: simplify mpc-service to gateway mode 2025-12-06 17:16:14 -08:00
application fix(mpc-service): don't await consumer.run() to prevent app startup blocking 2025-12-09 03:04:48 -08:00
config refactor: simplify mpc-service to gateway mode 2025-12-06 17:16:14 -08:00
domain feat: add detailed debug logging for MPC Kafka event flow 2025-12-06 19:49:06 -08:00
infrastructure fix(wallet): resolve account creation and wallet status query issues 2025-12-08 07:57:17 -08:00
shared refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
app.module.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
main.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00