solidity/scripts
2021-01-11 17:06:59 +01:00
..
bytecodecompare Extract the script embedded in storebytecode.sh into a separate file 2021-01-11 17:06:59 +01:00
chk_shellscripts Remove external test scripts from shellcheck ignores 2020-12-03 22:17:44 +01:00
ci [ci] docker_upgrade.sh: use of environment files. 2020-11-26 18:28:17 -05:00
deps-ppa Drop direct support for Ubuntu 18.04 and switch to static PPA releases for it. 2020-12-07 18:18:41 +01:00
docker/buildpack-deps ossfuzz docker: Add sanitized build of gmp library that replaces system installed lib 2020-12-15 12:11:42 +01:00
endToEndExtraction Add tools: create_traces.sh, remove-testcases.py & verify-testcases.py 2020-03-18 11:56:43 -05:00
wasm-rebuild Remove unused variables 2020-12-12 06:30:57 +01:00
ASTImportTest.sh ASTImportTest.sh: Fix the script ignoring all but the first file from a multi-source test when testing input equivalence 2020-12-12 06:30:57 +01:00
build_emscripten.sh Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
build.sh build.sh bash script cleanup 2018-12-10 14:59:55 +01:00
check_style.sh Scanner: Generate error on inbalanced RLO/LRO/PDF override markers. 2020-12-15 18:40:51 +01:00
check_symlinks.sh [ci] Add check to detect broken symlinks. 2020-11-18 19:18:06 -05:00
codespell_whitelist.txt Add Ether as an exception to codespell 2020-11-23 17:19:01 +00:00
common_cmdline.sh Merge pull request #10583 from ethereum/fix-doc-pragma-checks 2020-12-14 11:30:12 +01:00
common.sh Make printError() print to stderr 2020-12-08 16:01:41 +01:00
create_source_tarball.sh Upgrade json-cpp to 1.9.3. 2020-07-10 21:40:15 +02:00
docker_deploy_manual.sh Fix manual deploy script for alpine. 2018-12-05 12:03:28 +01:00
Dockerfile make build concurrency build-time customizable 2018-06-26 12:13:03 +02:00
Dockerfile_alpine Builds both scratch & Alpine Docker images 2018-11-27 13:45:59 -07:00
docs_version_pragma_check.sh Ignore "no version found" check for pragmas containing "99". 2020-12-14 14:18:03 +01:00
docs.sh Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
download_ossfuzz_corpus.sh Add a nightly run for ossfuzz regression tests 2019-04-17 15:31:40 +02:00
error_codes.py Deleting yul unimplemented test. 2020-12-30 17:19:04 +01:00
extract_test_cases.py Fix extract tests on windows. 2020-01-23 16:36:46 +01:00
fix_homebrew_paths_in_standalone_zip.py pylint: reduces max-line-length to something more reasonable 2020-02-04 17:00:05 +01:00
get_nightly_version.sh Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
get_version.sh get_version.sh: Quote the ? wildcard that could otherwise break the regex in the presence of a single-letter file name 2020-12-12 07:49:54 +01:00
install_cmake.sh Remove unused variables 2020-12-12 06:30:57 +01:00
install_deps.bat Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
install_deps.cmake Fix inconsistent indentation in scripts/ 2020-04-17 19:09:02 +02:00
install_deps.ps1 Fix windows builds. 2020-10-16 11:48:50 +02:00
install_deps.sh Update install_deps.sh 2020-12-02 12:08:15 -08:00
install_evmone.ps1 Set ErrorActionPreference on all powershell scripts and add explicit error checks. 2020-09-17 14:44:52 +02:00
install_obsolete_jsoncpp_1_7_4.sh Install a different jsoncpp version on cirleci to ensure compilation never clashes with the internal one 2018-05-21 03:04:54 +00:00
install_static_z3.sh Rename cmake option 2019-12-03 15:11:38 +01:00
isolate_tests.py Improve error coverage of syntax checker 2020-08-20 03:23:21 +02:00
isoltest.sh Add interactive test tool isoltest. 2018-03-15 16:23:49 +01:00
pylint_all.py python: Fixing some python2-to-python3 migrations that I missed in the last PR. 2020-02-04 22:26:11 +01:00
pylintrc CircleCI: Adds pylint test for all python files in test/ directory. 2020-02-04 22:26:10 +01:00
regressions.py Fix script used for fuzzer nightly test 2020-02-18 13:24:10 +05:30
release_ppa.sh Build solidity-upgrade and yul-phaser statically on static PPA builds. 2020-12-17 16:09:23 +01:00
release.bat Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
release.sh Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
report_errors.sh Fix inconsistent indentation in scripts/ 2020-04-17 19:09:02 +02:00
run_proofs.sh Run proof script only on existing files. 2020-07-08 22:57:36 +02:00
soltest.sh Allow SOLIDITY_BUILD_DIR outside of REPO_ROOT in scripts that respect this variable 2020-04-17 19:09:22 +02:00
splitSources.py OSX: Fix readlink issues and that ASTImportTest.sh silently ignores errors. 2020-08-31 21:04:25 -05:00
test_antlr_grammar.sh Report meaningful error if parsing a version pragma failed 2020-12-18 11:50:37 +00:00
test_emscripten.sh Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00
tests.sh Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
uniqueErrors.sh Move test tools to the subdirectory test/tools and adjust CMakeLists.txt. 2018-03-12 18:40:20 +01:00
update_bugs_by_version.py Use Python 3 instead of Python 2 (EOL'd) 2020-01-15 14:20:43 +01:00
yul_coverage.sh Replace links to readthedocs.io with ones using the new domain 2020-11-18 15:20:34 +01:00