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 typo in "transactions" page, missing full stop #13409

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

UNOFFICIALbgd
Copy link
Contributor

Description

Related Issue

@github-actions github-actions bot added the content 🖋️ This involves copy additions or edits label Jul 16, 2024
Copy link

netlify bot commented Jul 16, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 26fac24
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/6696758195fba500098cbf54
😎 Deploy Preview https://deploy-preview-13409--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 43 (🔴 down 8 from production)
Accessibility: 92 (no change from production)
Best Practices: 89 (🔴 down 9 from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

Copy link
Member

@corwintines corwintines left a comment

Choose a reason for hiding this comment

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

@corwintines corwintines merged commit 0a2ccde into ethereum:dev Jul 24, 2024
6 checks passed
This was referenced Jul 24, 2024
Copy link

@zaidusmanali zaidusmanali left a comment

Choose a reason for hiding this comment

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

Thanks

@@ -172,7 +172,7 @@ Gas is required for any transaction that involves a smart contract.

Smart contracts can also contain functions known as [`view`](https://docs.soliditylang.org/en/latest/contracts.html#view-functions) or [`pure`](https://docs.soliditylang.org/en/latest/contracts.html#pure-functions) functions, which do not alter the state of the contract. As such, calling these functions from an EOA will not require any gas. The underlying RPC call for this scenario is [`eth_call`](/developers/docs/apis/json-rpc#eth_call)

Unlike when accessed using `eth_call`, these `view` or `pure` functions are also commonly called internally (ie. from the contract itself or from another contract) which does cost gas.
Unlike when accessed using `eth_call`, these `view` or `pure` functions are also commonly called internally (i.e. from the contract itself or from another contract) which does cost gas.

Choose a reason for hiding this comment

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

Run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants