You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verifiable builds currently only work in the case of self-contained Rust smart contract projects (pulling dependent libraries/crates from e.g. crates.io) but no local dependencies. More complex smart contract protocols (such as the Umbrella oracle protocol) often have local dependencies by referencing contracts in different Rust modules.
Task description
Verifiable builds currently only work in the case of self-contained Rust smart contract projects (pulling dependent libraries/crates from e.g. crates.io) but no local dependencies. More complex smart contract protocols (such as the Umbrella oracle protocol) often have local dependencies by referencing contracts in different Rust modules.
Implement a workspace feature for it:
#157 (comment)
Enable verifiable builds for projects:
Sub-tasks
e.g. https://github.com/Concordium/concordium-rust-smart-contracts/blob/main/examples/auction/Cargo.toml#L18
e.g. https://github.com/Concordium/concordium-rust-smart-contracts/blob/main/examples/auction/Cargo.toml#L15
The text was updated successfully, but these errors were encountered: