feat[lang]: introduce mana as an alias for gas#3713
Merged
charles-cooper merged 16 commits intovyperlang:masterfrom Jul 27, 2024
pcaversaccio:mana
Merged
feat[lang]: introduce mana as an alias for gas#3713charles-cooper merged 16 commits intovyperlang:masterfrom pcaversaccio:mana
mana as an alias for gas#3713charles-cooper merged 16 commits intovyperlang:masterfrom
pcaversaccio:mana
Conversation
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3713 +/- ##
==========================================
- Coverage 91.26% 88.60% -2.66%
==========================================
Files 109 106 -3
Lines 15552 15288 -264
Branches 3417 3367 -50
==========================================
- Hits 14193 13546 -647
- Misses 929 1230 +301
- Partials 430 512 +82 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Member
|
interesting PR, i need to meditate on this one! |
mana as an alias for gasmana as an alias for gas
Member
|
note that after EOF, there won't be any references to gas within the EVM, so there may not be anything to do here |
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
Co-authored-by: Charles Cooper <[email protected]>
charles-cooper
approved these changes
Jul 27, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did
In light of EIP-6789, I introduce
manaas an alias forgas. Sincemanais so far only an alias, I do deliberately not replace all thegaskwargs nor any othergaskeywords in the documentation withmana.How I did it
I introduce a new transaction property called
msg.manathat is semantically the same asmsg.gas.How to verify it
Commit message
Description for the changelog
Introduce
manaas an alias forgas.Cute Animal Picture