Description
Multiple contract functions may be vulnerable to reentrancy. Add comprehensive protection using checks-effects-interactions pattern and reentrancy guards.
Acceptance Criteria
Technical Scope
- stellar-lend/contracts/lending/src/
- stellar-lend/contracts/hello-world/src/reentrancy.rs
- stellar-lend/contracts/hello-world/src/test_reentrancy.rs
- Edge: cross-function reentrancy, constructor reentrancy, delegate call reentrancy
Description
Multiple contract functions may be vulnerable to reentrancy. Add comprehensive protection using checks-effects-interactions pattern and reentrancy guards.
Acceptance Criteria
Technical Scope