-
Notifications
You must be signed in to change notification settings - Fork 15
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
English documentation updates up to v0.8.17-65-g2201526a9 (2022-09-28) #40
Open
soldocsbot
wants to merge
1,009
commits into
develop
Choose a base branch
from
sync-v0.8.17-65-g2201526a9
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Fix wrong cleanup when copying from calldata to memory.
Sort changelog for 0.8.16
Set release date for 0.8.16 and update the bug list
Set version to 0.8.17
Add blog post link to bug list.
Tidy up and update .gitignore
Fix ICE on invalid tuple assignments.
The solidity docs and [Inline assembly memory management](https://docs.soliditylang.org/en/v0.8.15/assembly.html#memory-management) suggest the actual allocate-able memory starts from `0x80`. The above yul example defaults the free memory pointer to `0x60` in initialisation cases.
…or-on-update `update_bugs_by_version.py`: don't fail when the list gets updated
…or external-function-calls
Make gas diff stats script executable.
Docs — Minor grammar fixes in `abi-spec.rst`
Modify the metadata / hash document.
…InDocs [Docs] Fixed link to internal-function-calls
Co-authored-by: Kamil Śliwak <[email protected]> Co-authored-by: Daniel Kirchner <[email protected]>
Workflow to label and comment stale pull requests
…fier Add code style rule for std:: qualifier
Fix stripping in CLI tests does not produce correct JSON formatting
Add v0.6.0 change notes for inline assembly opcode syntax changes.
And also remove unused helpers.
…ke it more clear what this function is supposed to be used for.
renames lspAssert() to lspRequire + documentation
EVMHost: Simplify some code and document functions
And also refactor resultWithFailure
…r-ambigious-call Update ambiguous CVC4::BitVector ctor call
Replace use of boost::adapters::filtered with ranges::views::filter
EVMHost: a few more simplifications
Drop implicit alignment argument from FixedHash (and improve FunctionSelector helpers)
EVMHost: Calculate address for CREATE properly
sujilee91
approved these changes
Sep 28, 2022
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.
No conflicts on this sync
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.
This is an automatically-generated sync PR to bring this translation repository up to date with the state of the English documentation as of 2022-09-28 (commit 2201526a).
How to work on a sync PR
Resolve conflicts and translate newly added text
Work on one sync PR at a time
Do not squash merge or rebase this PR
Rebasing or squashing a sync PR erases the information about the commits that the changes originally came from, which will result in extra conflicts in the next sync PR.
If you do it by accident, don't worry - simply make sure to handle the next sync PR properly, which will restore the missing commits.
Review checklist
The following files were modified in this pull request. Please review them before merging the PR: