loambuild / loam

build, deploy, and maintain ambitious smart contracts. monorepo for Loam SDK, CLI, and shared tools.
https://loam.build
2 stars 7 forks source link

Need to build in specified order #153

Open chadoh opened 1 week ago

chadoh commented 1 week ago

Right now when you loam build you don't know what order contracts will be built in.

If the second contract specified in the environments.toml relies on the first, this causes big problems.

willemneal commented 1 week ago

Do you have a case of this happening? The contracts should build in the order of dependencies. If there is an issue it's because the contracts don't specify the other in the cargo.toml.