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

Verifiable builds section #279

Merged
merged 7 commits into from
Oct 24, 2023
Merged

Verifiable builds section #279

merged 7 commits into from
Oct 24, 2023

Conversation

SkymanOne
Copy link
Contributor

@SkymanOne SkymanOne commented Sep 29, 2023

Closes #99

Copy link
Collaborator

@cmichi cmichi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has --verifiable been released yet?

docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
Comment on lines 84 to 86
If you are using standardized verifiable builds. It is your responsibility
to ensure deterministic environment both for build and verification of
smart contracts.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you are using standardized verifiable builds. It is your responsibility
to ensure deterministic environment both for build and verification of
smart contracts.
If you are using standardized verifiable builds (i.e. the contract was built with
`cargo contract build --verifiable`, it is your responsibility to ensure a deterministic
environment both for build and verification of smart contracts.

@SkymanOne Is this how you meant it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, it is a typo

docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
docs/basics/verification/contract-verification.md Outdated Show resolved Hide resolved
@SkymanOne
Copy link
Contributor Author

Has --verifiable been released yet?

Yes, as part of 4.0.0-alpha

Co-authored-by: Michael Müller <[email protected]>
@SkymanOne SkymanOne requested a review from cmichi October 4, 2023 13:39
"basics/verification/sirato"
]
}
// "basics/verification",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// "basics/verification",

@cmichi cmichi merged commit d2c8c3e into master Oct 24, 2023
2 of 3 checks passed
@cmichi cmichi deleted the gn/verification branch October 24, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add section "How to verify a source code is behind a contract on-chain?"
2 participants