Impact Severity: High Module: `stellarflow-contracts/bridge/mint.rs` ## Description: Implement strict authorization controls for minting and burning wrapped cross-chain synthetic assets on Soroban. ## Technical Requirements: - [x] Restrict `mint()` and `burn()` entrypoints exclusively to authenticated Bridge Controller contracts - [x] Enforce total supply cap checks (`MAX_SUPPLY`) on wrapped synthetic tokens - [x] Emit `WrappedTokenMinted` and `WrappedTokenBurned` event logs
Impact Severity: High
Module:
stellarflow-contracts/bridge/mint.rsDescription:
Implement strict authorization controls for minting and burning wrapped cross-chain synthetic assets on Soroban.
Technical Requirements:
Restrict
mint()andburn()entrypoints exclusively to authenticated Bridge Controller contractsEnforce total supply cap checks (
MAX_SUPPLY) on wrapped synthetic tokensEmit
WrappedTokenMintedandWrappedTokenBurnedevent logs