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

fix: removes unecessary encoding of salt during dryrun #553

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

peetzweg
Copy link
Collaborator

@peetzweg peetzweg commented Apr 9, 2024

Closes #382.

The ui was encoding the salt during dryrunning the instantiate of contracts but not during the actual instantiation. Therefore the contract address shown from the dry run result was not matching the actual deployed contract address.

Video showing the bug before and after fix:

demo24.mov

Can be tested on the deploy preview.

@peetzweg peetzweg linked an issue Apr 9, 2024 that may be closed by this pull request
Copy link

netlify bot commented Apr 9, 2024

Deploy Preview for contracts-ui ready!

Name Link
🔨 Latest commit 1a6b445
🔍 Latest deploy log https://app.netlify.com/sites/contracts-ui/deploys/6615341c5c48bd0008869af1
😎 Deploy Preview https://deploy-preview-553--contracts-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

cypress bot commented Apr 9, 2024

Passing run #395 ↗︎

0 61 0 0 Flakiness 0

Details:

Merge 1a6b445 into faac63d...
Project: Contracts UI Commit: f3ab6cdb4e ℹ️
Status: Passed Duration: 01:13 💡
Started: Apr 9, 2024 12:29 PM Ended: Apr 9, 2024 12:30 PM

Review all test suite changes for PR #553 ↗︎

@peetzweg peetzweg merged commit f1d8c8e into master Apr 11, 2024
15 checks passed
@peetzweg peetzweg deleted the 382-incorrect-contract-address-in-dry-run-result branch April 11, 2024 08:26
Copy link

cypress bot commented Apr 11, 2024

Passing run #397 ↗︎

0 61 0 0 Flakiness 0
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

Details:

fix: removes unecessary encoding of salt during dryrun (#553)
Project: Contracts UI Commit: f1d8c8ee14
Status: Passed Duration: 01:19 💡
Started: Apr 11, 2024 8:29 AM Ended: Apr 11, 2024 8:30 AM

Review all test suite changes for PR #553 ↗︎

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.

Incorrect contract address in dry run result
2 participants