Labels
soroban security royalty priority:high
Summary
Use checked arithmetic for all royalty calculations.
Background
Unchecked arithmetic can lead to overflow or incorrect royalty payouts.
Tasks
Add safe math helper.
Replace unchecked operations.
Add max-value tests.
Document overflow handling.
Swagger / API Integration
Document validation errors for unsupported values.
Acceptance Criteria
All royalty math uses checked operations.
Extreme values are tested.
Labels
soroban security royalty priority:high
Summary
Use checked arithmetic for all royalty calculations.
Background
Unchecked arithmetic can lead to overflow or incorrect royalty payouts.
Tasks
Add safe math helper.
Replace unchecked operations.
Add max-value tests.
Document overflow handling.
Swagger / API Integration
Document validation errors for unsupported values.
Acceptance Criteria
All royalty math uses checked operations.
Extreme values are tested.