English documentation updates up to v0.8.31-pre.1-6-g142aa62e6 (2025-10-20)#169
Open
github-actions[bot] wants to merge 86 commits intodevelopfrom
Open
English documentation updates up to v0.8.31-pre.1-6-g142aa62e6 (2025-10-20)#169github-actions[bot] wants to merge 86 commits intodevelopfrom
github-actions[bot] wants to merge 86 commits intodevelopfrom
Conversation
Update links to github org as argotorg and ipsilon where appropriate
…missions Update permissions for welcome-external-pr bot commenting
Pin actions-comment-pull-request action to specific commit and update to the latest version
re-enable full prb-math preset matrix
Nightly foundry for prb math and docs build dependencies`
docs: use sphinx-syntax over sphinx-a4doc
dockerfiles: bump emscripten to v21 containing boost 1.83.0
…windows builds and of GCC and Clang to 13.3 and 18.1.3, respectively. Fixes infinite recursion on `boost::rational` comparison affecting compiler binaries built with GCC<14.0 and Boost<1.75.
Bump boost, gcc, clang for non-windows builds and add CI job with these versions
Move ssa pipeline things into own subdirectory
If a variable is referenced downstream, a counter gets incremented. If it gets used different amount of times in different branches, we take the max of these. The number reflects how many times a value is going to be used downstream _at most_.
Bump evmone version to `0.16.0` in CI
…cript-in-bash Rewrite PowerShell CI build script in Bash
also resolve a whitespace issue in one test
Use a read-only GitHub token when retrieving PR information
- I think we used to have such a branch in the past, but we no longer do and it being handled specially would be completely unexpected by everyone at this point.
- It is not necessary, because when missing, our CMake config will fetch it from git.
…n available instead of hard-coding "nightly"
Fix nested list indentation on the prerelease checklist
EIP-7939 CLZ for Osaka
Correct handling of tagged prereleases
… platform binaries when nothing was modified
…releases Fix solc-bin PR check for prerelease binaries
…-source-tarball Always copy `prerelease.txt` to the source tarball
Move preparation of source tarball to CI
…10-20) # Conflicts: # .circleci/config.yml # .circleci/osx_install_dependencies.sh # .circleci/parallel_bytecode_report.sh # .circleci/soltest_all.sh # .github/workflows/buildpack-deps.yml # .github/workflows/stale.yml # .github/workflows/welcome-external-pr.yml # CODING_STYLE.md # Changelog.md # README.md # ReleaseChecklist.md # SECURITY.md # cmake/EthDependencies.cmake # docs/050-breaking-changes.rst # docs/060-breaking-changes.rst # docs/070-breaking-changes.rst # docs/080-breaking-changes.rst # docs/bugs.rst # docs/contributing.rst # docs/index.rst # docs/installing-solidity.rst # docs/internals/optimizer.rst # docs/layout-of-source-files.rst # docs/path-resolution.rst # docs/smtchecker.rst # docs/yul.rst # libevmasm/Instruction.cpp # libevmasm/Instruction.h # libevmasm/SimplificationRule.h # liblangutil/EVMVersion.cpp # liblangutil/EVMVersion.h # libsolidity/experimental/analysis/Analysis.cpp # libsolidity/interface/ImportRemapper.h # libsolidity/interface/Natspec.h # libyul/AsmAnalysis.cpp # libyul/CMakeLists.txt # libyul/YulStack.cpp # libyul/backends/evm/EVMDialect.cpp # libyul/backends/evm/ssa/ControlFlow.cpp # libyul/backends/evm/ssa/ControlFlow.h # libyul/backends/evm/ssa/SSACFG.cpp # libyul/backends/evm/ssa/SSACFG.h # libyul/backends/evm/ssa/SSACFGBuilder.cpp # libyul/backends/evm/ssa/SSACFGBuilder.h # libyul/backends/evm/ssa/SSACFGJsonExporter.cpp # libyul/backends/evm/ssa/SSACFGJsonExporter.h # libyul/backends/evm/ssa/SSACFGLoopNestingForest.cpp # libyul/backends/evm/ssa/SSACFGLoopNestingForest.h # libyul/backends/evm/ssa/SSACFGTopologicalSort.cpp # libyul/backends/evm/ssa/SSACFGTopologicalSort.h # scripts/build.sh # scripts/ci/build.sh # scripts/ci/build_emscripten.sh # scripts/ci/post_style_errors_on_github.sh # scripts/common/rest_api_helpers.py # scripts/create_source_tarball.sh # scripts/docker/buildpack-deps/Dockerfile.emscripten # scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz # scripts/docker/buildpack-deps/Dockerfile.ubuntu2404 # scripts/docker/buildpack-deps/Dockerfile.ubuntu2404.clang # scripts/docker_deploy_manual.sh # scripts/docs_version_pragma_check.sh # scripts/download_ossfuzz_corpus.sh # scripts/externalTests/common.sh # scripts/externalTests/download_benchmarks.py # scripts/install_evmone.ps1 # scripts/release_ppa.sh # scripts/run_proofs.sh # scripts/solc-bin/bytecode_reports_for_modified_binaries.sh # scripts/test_antlr_grammar.sh # scripts/wasm-rebuild/docker-scripts/rebuild_tags.sh # test/Common.h # test/buglistTests.js # test/cmdlineTests/standard_yul_cfg_json_export/output.json # test/cmdlineTests/yul_cfg_json_export/output # test/cmdlineTests/yul_optimizer_steps_invalid_substitution_in_expression_simplifier/input.sol # test/cmdlineTests/~bytecode_equivalence_with_unused_contracts/test.py # test/cmdlineTests/~deduplicator-verbatim-bug/test.sh # test/cmdlineTests/~name_dependent_cse_bug/test.sh # test/evmc/README.md # test/evmc/evmc.h # test/externalTests/euler.sh # test/externalTests/gp2.sh # test/externalTests/prb-math.py # test/formal/README.md # test/libsolidity/SolidityEndToEndTest.cpp # test/libsolidity/SolidityOptimizer.cpp # test/libsolidity/StandardCompiler.cpp # test/libsolidity/semanticTests/array/copying/calldata_1d_array_into_2d_memory_array_element.sol # test/libsolidity/semanticTests/constants/asm_address_constant_regression.sol # test/libsolidity/semanticTests/structs/copy_from_storage.sol # test/libsolidity/syntaxTests/array/copy_from_function_type.sol # test/libsolidity/syntaxTests/structs/recursion/recursive_struct_nested_mapping_memory.sol # test/libyul/SSAControlFlowGraphTest.cpp # test/libyul/YulOptimizerTestCommon.cpp # test/libyul/yulOptimizerTests/expressionSimplifier/invalid_match.yul # test/libyul/yulOptimizerTests/fullSuite/aztec.yul # test/libyul/yulOptimizerTests/loadResolver/keccak_crash.yul # test/libyul/yulSSAControlFlowGraph/complex.yul # test/libyul/yulSSAControlFlowGraph/complex2.yul # test/libyul/yulSSAControlFlowGraph/default_initialized_variable.yul # test/libyul/yulSSAControlFlowGraph/function.yul # test/libyul/yulSSAControlFlowGraph/if.yul # test/libyul/yulSSAControlFlowGraph/nested_for.yul # test/libyul/yulSSAControlFlowGraph/nested_function.yul # test/libyul/yulSSAControlFlowGraph/switch.yul # test/scripts/test_externalTests_benchmark_downloader.py # test/tools/ossfuzz/StackReuseCodegenFuzzer.cpp # test/tools/ossfuzz/abiV2Proto.proto # test/tools/yulInterpreter/EVMInstructionInterpreter.cpp # tools/yulPhaser/README.md
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.
This is an automatically-generated sync PR to bring this translation repository up to date with the state of the English documentation as of 2025-10-20 (commit 142aa62e).
How to work on a sync PR
Resolve conflicts and translate newly added text
<<<<<<< HEAD El valor más grande representable por el tipo ``T``. ======= The smallest value representable by type ``T``. >>>>>>> 800088e38b5835ebdc71e9ba5299a70a5accd7c2Work 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: