OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
249 stars 81 forks source link

Fail to build on duplicate selectors #140

Closed rory-ocl closed 3 months ago

rory-ocl commented 4 months ago

Description

Ensure that selectors are unique. This prevents both unintentional function shadowing, as well as potentially malicious, intentional unreachable methods.

Checklist