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
Release v0.8.22 #68
Merged
CodeNinjaEvan
merged 224 commits into
tronprotocol:develop
from
yanghang8612:release_v0.8.22
Oct 25, 2024
Merged
Release v0.8.22 #68
CodeNinjaEvan
merged 224 commits into
tronprotocol:develop
from
yanghang8612:release_v0.8.22
Oct 25, 2024
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
Set version to 0.8.22
Fix minor typos
Update solidity-website links in release checklist
Add TMP and remove TODO and FIXME from pylint note tags list
…in python Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
…nal-test Foundry prbmath external test
Fix ICE when emitting event from another contract
docs: Fixes for some minor mistakes/typos
Since the default is now to ignore the counterexamples when checking test output, we bring back counterexample checks in tests where the counterexample is (mostly) deterministic.
SMTChecker tests: Keep counterexamples when updating expectations
using cdnfonts import instead fix mobile menu layout fix mobile content positioning/sizing fix desktop content widths prevent header links from wrapping update desktop positioning fix backdrop-filter move to .unified-header::before feat: independent scrolling for content and menu
…rations SMTChecker fix: Do not unroll loop after it completes
Yul AST IDs should start from 0 instead of 1.
SMTChecker: Fix inconsistency on constant condition check after a loop is unrolled
… test cases based on it
Fix coloring of info messages in isoltest
Support user-defined operators in SMTChecker
…tests and update tests.
…plify Add required steps to fullSimplify step.
…as well - Until now it was being removed along with the leading/trailing whitespace that we strip so it did not matter. Now the EVM deprecation warning can get before this warning, preserving the whitespace and making CLI tests fail.
…arning Deprecate support for `byzantium` and older EVM versions
…-0-8-22 Fix broken docs link for 0.8.22
…egen unchecked increment for simple counter for loops
Co-authored-by: Alexander Arlt <alexander.arlt@arlt-labs.com> Co-authored-by: r0qs <rodrigo.saramago@ethereum.org>
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it> Co-authored-by: r0qs <rodrigo.saramago@ethereum.org>
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it> Co-authored-by: r0qs <rodrigo.saramago@ethereum.org>
Add support to import evm assembly json (updated).
Set release date for 0.8.22
# Conflicts: # .circleci/config.yml # .circleci/osx_install_dependencies.sh # libsolidity/analysis/ViewPureChecker.cpp # libsolidity/ast/TypeProvider.cpp # libsolidity/ast/Types.cpp # libsolidity/codegen/ExpressionCompiler.cpp # libsolidity/codegen/ir/IRGeneratorForStatements.cpp # solc/CommandLineInterface.cpp # test/libsolidity/natspecJSON/dosctring_named_return_parameter.sol # test/libsolidity/natspecJSON/invalid/dosctring_named_return_param_mismatch.sol # test/libsolidity/natspecJSON/invalid/dosctring_return_size_mismatch.sol # test/libsolutil/UTF8.cpp
CodeNinjaEvan
approved these changes
Oct 25, 2024
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.
This PR is to merge the code from v0.8.22