crytic / properties

Pre-built security properties for common Ethereum operations
GNU Affero General Public License v3.0
276 stars 42 forks source link

[Feature-request]: Refactor contract names to match contract file names #43

Open aviggiano opened 1 year ago

aviggiano commented 1 year ago

Describe the desired feature or improvement

This is a bit subjective, but I find it confusing:

import {PropertiesAsserts} from "@crytic/properties/contracts/util/PropertiesHelper.sol";

I propose a refactor so that the contract name matches the contract filename:

import {PropertiesAsserts} from "@crytic/properties/contracts/util/PropertiesAsserts.sol";