Skip to content

SC-12: Add reentrancy guards to payout_tournament and all fund transferring functions #860

Description

@chinweobtagaz

Context: Although Soroban is generally safer against reentrancy, defending against it explicitly is a best practice for complex state updates.
Location: contracts/game_contract/src/lib.rs
Acceptance Criteria:

  • Implement a nonReentrant modifier/check mechanism during token payouts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions