foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
324 stars 173 forks source link

Use `pub`s in the library in places where we want to expose the API #1888

Open Arcticae opened 7 months ago

Arcticae commented 7 months ago

Which components does the task require to be changed? (think hard pls)

snforge

Description

We should do this in order to avoid future problems where we can't use newer edition (pubs could be required in the future for visibility)

piotmag769 commented 2 weeks ago

That's doable for sure rn - we support Scarb >=2.7.0 which even has 2024_07 edition included. It should be done before we stabilise snforge