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

Unifying instantiate2 implementation #212

Merged
merged 7 commits into from
Sep 17, 2024

Conversation

DariuszDepta
Copy link
Member

Added checksum() function to Contract trait and checksum field to ContractWrapper. This checksum (when provided) is used to generate the predictable contract address (when processing the instantiate2 message).

closes #207

@DariuszDepta DariuszDepta added the enhancement New feature or request label Sep 16, 2024
@DariuszDepta DariuszDepta added this to the 2.2.0 milestone Sep 16, 2024
@DariuszDepta DariuszDepta self-assigned this Sep 16, 2024
@DariuszDepta DariuszDepta linked an issue Sep 16, 2024 that may be closed by this pull request
src/contracts.rs Outdated Show resolved Hide resolved
@CyberHoward
Copy link

CyberHoward commented Sep 16, 2024

Thanks for picking this up so quickly!

@DariuszDepta
Copy link
Member Author

@Buckram123 @CyberHoward thanks a lot for your review!

@DariuszDepta DariuszDepta merged commit b846f15 into main Sep 17, 2024
5 of 7 checks passed
@DariuszDepta DariuszDepta deleted the features/207-unifying-instantiate2-implementation branch September 17, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unifying instantiate2 implementation
4 participants