LayerZero-Labs / devtools

LayerZero Developer Utilities
https://docs.layerzero.network/
97 stars 157 forks source link

fix: auditor feedback #908

Closed ryandgoulding closed 1 month ago

ryandgoulding commented 1 month ago

OS-SFT-ADV-00 (LOW): compute_fee_and_adjust_amount incorrectly applies remove_dust to the amount_sent_ld, potentially resulting in the sent amount being less than required.

OS-SFT-SUG-00: Suggestion to utilize saturating math to prevent any possibility of overflows in RateLimiter:refill.