Problem
BlockchainRecordingService adds jobs to a queue named record-blockchain-transaction but the processor uses @processor('blockchain-recording'). Queue names don't match. The processor calls submitTransaction() which doesn't exist.
Expected Outcome
Blockchain recording queue processes jobs correctly.
Acceptance Criteria
Files Affected
src/blockchain/service/blockchain-recording.service.ts, src/blockchain/service/blockchain-recording.processor.ts, src/blockchain/blockchain.service.ts
Difficulty
Medium
Estimated Effort
Medium (2-3 days)
Labels
bug, blockchain
Problem
BlockchainRecordingService adds jobs to a queue named record-blockchain-transaction but the processor uses @processor('blockchain-recording'). Queue names don't match. The processor calls submitTransaction() which doesn't exist.
Expected Outcome
Blockchain recording queue processes jobs correctly.
Acceptance Criteria
Files Affected
src/blockchain/service/blockchain-recording.service.ts, src/blockchain/service/blockchain-recording.processor.ts, src/blockchain/blockchain.service.ts
Difficulty
Medium
Estimated Effort
Medium (2-3 days)
Labels
bug, blockchain