Skip to content

Implement Stellar Transaction Verification Service #189

Description

@SudiptaPaul-31

Feature: Stellar Transaction Verification Service

Description
Implement a service that verifies Stellar transactions before recording associated group actions. This ensures only valid, confirmed transactions trigger updates in the system.

Tasks

  • Fetch transaction details from Stellar network (transaction ID lookup)
  • Validate transaction status (successful, failed, pending)
  • Store verification results in database with reference to group action
  • Provide API endpoint for transaction verification checks
  • Add error handling and logging for failed or invalid transactions

Acceptance Criteria

  • Failed transactions are rejected and not recorded
  • Verified transactions are stored with proper status and timestamp
  • Proper error messages returned for invalid or failed transactions
  • Service integrates seamlessly with group action workflows
  • Unit tests included for transaction validation and error handling

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions