forked from argotorg/solidity
-
Notifications
You must be signed in to change notification settings - Fork 1
Solid Pull Request #1
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
Open
wecreateproject
wants to merge
2,670
commits into
wecreateproject:develop
Choose a base branch
from
argotorg:develop
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.
Open
Conversation
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
Fix wrong base used in the docstring of `fitsPrecisionBase2()`
SSACFG: Explicitly constant condition if and switch
…address docs: fix unnecessary `uint160(bytes20(b))` casting
docs: fix typos in comments across multiple files
Replace "External accounts" with "Externally-owned accounts" for accuracy
Fix external ENS test
…s.py Co-authored-by: clonker <1685266+clonker@users.noreply.github.com>
chore: improve code readability and style in regressions.py and splitSources.py
[SMTChecker] Fix comparison of `CHCVerificationTarget` for proper `std::set` ordering
SSA-CFG: Tiny code simplifications
Add Cyfrin's glossary to Resources in the docs
…ar-const refactor(formal): remove unused `clear()`/`solver()` from `EncodingContext`
In some circumstances (in particular if not the AST is not in SSA form), it could happen that the ExpressionSimplifier would substitute out-of-scope variables.
…on_simplifier Yul expression simplifier: Don't substitute out of scope variables
(cherry picked from commit 9697efe)
…ersion Pin hardhat to last 2.x.x version
…l-tests Bump node image for external tests running on hardhat
Boost.System has been header-only since Boost 1.69 and will be dropping the compatibility stub library in Boost 1.89 (boostorg/system@7a495bb). Since the `system` component is only needed for Boost < 1.69, it can be added to `BOOST_COMPONENTS` in the fallback find_package. Signed-off-by: Michael Cho <michael@michaelcho.dev>
…ies.soliditylang.org Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
…ment Fix `string.concat` and `bytes.concat` assignment to a constant variable.
Update docs about solc-bin.ethereum.org deprecation in favor of binaries.soliditylang.org
Sort changelog for 0.8.32
Set version to 0.8.33
Work around broken `isPure` sanity check for constants accessed through getters
Sort changelog and date for 0.8.33
Set version to 0.8.34
… test due to the use of shl
…evm_versions Add Constantinople EVM version requirement to long byte array cleanup test due to the use of shl
Fix external tests for hardhat-gas-reporter v2 compatibility
Co-authored-by: Kamil Śliwak <cameel2@gmail.com>
ci: Replace `t_ubu_soltest_all` with `t_ubu_soltest`
CI: Batched antlr check
Add Slippy to the list of Solidity tools
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.
solidity pr