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

warn the user about evm version #3629

Merged
merged 5 commits into from
Jun 7, 2023
Merged

warn the user about evm version #3629

merged 5 commits into from
Jun 7, 2023

Conversation

yann300
Copy link
Contributor

@yann300 yann300 commented Apr 18, 2023

fix #3628

@netlify
Copy link

netlify bot commented Apr 18, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 0616614
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/6480b4e69b607b00088a810f
😎 Deploy Preview https://deploy-preview-3629--remixproject.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 settings.

@@ -5,6 +5,7 @@
"udapp.value": "Value",
"udapp.contract": "Contract",
"udapp.compiledBy": "Compiled by {compilerName}",
"udapp.warningEvmVersion": "Please make sure that the current network is following the evm version: {evmVersion}. Otherwise any deployment will fail.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

i think you don't need "that" here

@LianaHus
Copy link
Collaborator

LianaHus commented Jun 7, 2023

could you please remove this line? to align those badges

@LianaHus
Copy link
Collaborator

LianaHus commented Jun 7, 2023

and I don't know why the mouse pointer is not working on hover for only this badge.

Copy link
Collaborator

@LianaHus LianaHus left a comment

Choose a reason for hiding this comment

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

see comments.

Copy link
Collaborator

@joeizang joeizang left a comment

Choose a reason for hiding this comment

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

I have a question. Can selecting evm in solidity compiler help guarantee compatibility in run and deploy?
Screenshot 2023-06-07 at 10 46 13
Screenshot 2023-06-07 at 10 46 48

If it can then maybe we might not need the one of the badges (the one that says compiled with Remix)

@yann300
Copy link
Contributor Author

yann300 commented Jun 7, 2023

Can selecting evm in solidity compiler help guarantee compatibility in run and deploy?

yes, but one need to make sure the right evm version is selected in "run and deploy"

If it can then maybe we might not need the one of the badges (the one that says compiled with Remix)

Compilation can also come from other sources (hardhat, ..)

Copy link
Collaborator

@joeizang joeizang left a comment

Choose a reason for hiding this comment

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

LGTM

@yann300 yann300 enabled auto-merge June 7, 2023 14:19
@yann300 yann300 enabled auto-merge June 7, 2023 16:28
@yann300 yann300 disabled auto-merge June 7, 2023 16:36
@yann300 yann300 merged commit 9831297 into master Jun 7, 2023
@yann300 yann300 deleted the warning_evm_version branch June 7, 2023 17:49
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.

Display a warning in udapp that the evmversion should match the current network fork.
3 participants