Skip to content

Fix blockchain integration BlockchainRecordingProcessor uses wrong queue name #877

Description

@nanaf6203-bit

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

  • Standardize queue name across service and processor
  • Implement submitTransaction() method
  • Add proper error handling

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

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave programblockchainBlockchain relatedbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions