Skip to content

[EscrowManager] Emit funds_released event on successful payout** #147

@anonfedora

Description

@anonfedora
  • Description: Currently, successful fund releases in the escrow-manager are silent on-chain. Emitting events is crucial for indexers and frontend real-time updates.
  • Tasks:
    • Define a FundsReleasedEvent struct with fields: escrow_id, recipient, amount, asset.
    • Emit the event at the end of the release_funds function.
    • Write a test case in tests/ to verify the event is emitted with correct values.
  • Definition of Done (DoD): Event is emitted in the transaction meta and verifiable via stellar-cli or soroban-sdk test framework.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions