Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable verifiable builds for smart contract projects with local dependencies #179

Open
2 tasks
DOBEN opened this issue Jun 28, 2024 · 0 comments
Open
2 tasks
Labels
[Type] Task An additional feature or improvement.

Comments

@DOBEN
Copy link
Member

DOBEN commented Jun 28, 2024

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

  • having local dev-dependencies

e.g. https://github.com/Concordium/concordium-rust-smart-contracts/blob/main/examples/auction/Cargo.toml#L18

  • having local dependencies

e.g. https://github.com/Concordium/concordium-rust-smart-contracts/blob/main/examples/auction/Cargo.toml#L15

@DOBEN DOBEN added the [Type] Task An additional feature or improvement. label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Task An additional feature or improvement.
Projects
None yet
Development

No branches or pull requests

1 participant