forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Merge from v0.8.23 #71
Merged
CodeNinjaEvan
merged 26 commits into
tronprotocol:develop
from
yanghang8612:merge_from_v0.8.23
Jan 13, 2025
Merged
Merge from v0.8.23 #71
CodeNinjaEvan
merged 26 commits into
tronprotocol:develop
from
yanghang8612:merge_from_v0.8.23
Jan 13, 2025
Conversation
This file contains 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
Rearranged the calldata encoding explanations for the example functions so they are more easy to understand since they now visually match the order the functions are declared: Foo.bar() Foo.baz() Foo.sam() Maybe I'm smolbrain but it was confusing to reference the functions when they are declared in a different order than they are explained. I kept imagining calldata encoding layouts for bar() even though the example I was looking at discussed baz() instead. Minor change but makes a big difference for less experienced calldataooors like me.
Set version to 0.8.23
…-standard-json-tests Fix wrong file path in standard json tests
Update abi-spec.rst
Release checklist: warning about publishing the release too early
Update ubuntu versions in PPA scripts.
* Update README.md for X (Twitter) new brand guidelines * suggested changes
Whitespace and newline validation for empty sequence Changelog and docs Kamil Revert "fixup! Accept empty optimizer sequence with Yul optimizer disabled" This reverts commit 1cbcc8e.
…r-sequence-with-yul-optimizer-disabled Accept empty optimizer sequence with Yul optimizer disabled
Co-authored-by: Matheus Aguiar <matheus.pit@gmail.com>
…omparison Fix assembly item comparison for verbatim.
…res-from-changelog Remove superflous language features category from Changelog
…ug-blog-post Fix link in bugs.json for 0.8.23
…0-8-23 Set date for 0.8.23 release
CodeNinjaEvan
approved these changes
Jan 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
No description provided.