Leonardo
|
20ca5c1361
|
Merge pull request #11986 from ethereum/fix-pylint-warnings-about-f-strings
Fix pylint warnings about the usage of f-strings
|
2021-09-17 14:24:05 +02:00 |
|
Basit Raza
|
553d3ed714
|
Added the BigSur 11.5 in the supported os list
|
2021-09-17 10:51:54 +04:00 |
|
Bhargava Shastry
|
7877758cf3
|
Merge pull request #11979 from ethereum/update-ossfuzz-docker
Docker: Tag ossfuzz base clang image
|
2021-09-16 22:35:23 +02:00 |
|
Kamil Śliwak
|
66a540ea01
|
Fix pylint warnings about the usage of f-strings
|
2021-09-16 19:38:44 +02:00 |
|
chriseth
|
63993387d6
|
Add test for invalid ast id.
|
2021-09-16 17:18:48 +02:00 |
|
chriseth
|
4284499180
|
Merge pull request #11888 from ethereum/spdx-license-handling-10145
Properly detect multiple licenses and validate them.
|
2021-09-16 14:18:17 +02:00 |
|
Marenz
|
c81814915c
|
Properly detect multiple licenses and validate them.
|
2021-09-16 11:18:26 +02:00 |
|
Bhargava Shastry
|
0dc1600fa5
|
Docker: Tag ossfuzz base clang image
|
2021-09-16 10:14:13 +02:00 |
|
Bhargava Shastry
|
9a8fc605b2
|
Update scripts/docker/buildpack-deps/Dockerfile.ubuntu1604.clang.ossfuzz
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
|
2021-09-15 12:57:55 +02:00 |
|
Bhargava Shastry
|
479cd33e6f
|
Update scripts/docker/buildpack-deps/Dockerfile.ubuntu1604.clang.ossfuzz
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
|
2021-09-15 12:57:46 +02:00 |
|
Bhargava Shastry
|
08a7eaca47
|
Upgrade python pip and sphinx
|
2021-09-14 16:11:28 +02:00 |
|
Bhargava Shastry
|
3e86598bfd
|
Docker: Update ossfuzz docker image to pull in clang-14.
|
2021-09-14 16:11:28 +02:00 |
|
Leonardo
|
e45083f319
|
Merge pull request #11606 from ethereum/info_message
Add new info severity
|
2021-09-14 14:30:07 +02:00 |
|
Kamil Śliwak
|
d78522b08b
|
AsmParser: Accept optional code snippets after the @src tags
|
2021-09-14 12:09:59 +02:00 |
|
Leo Alt
|
e72fa7fc10
|
Add new info severity
|
2021-09-13 22:48:22 +02:00 |
|
chriseth
|
f957820351
|
Merge pull request #11913 from ethereum/source-location-parsing-extra-tests-and-regex-refactor
More generic source location parsing + more errors
|
2021-09-13 19:06:29 +02:00 |
|
soroosh-sdi
|
f5e8f5246c
|
Add switch for command line & test.sh to skip smt
- add --no-smt in scripts/tests.sh and test/cmdlineTests.sh
Signed-off-by: soroosh-sdi <soroosh.sardari@gmail.com>
|
2021-09-10 23:35:17 +04:30 |
|
Kamil Śliwak
|
14396c207c
|
AsmParser: Generalize location comment parsing to make it easier to add support for more tags
|
2021-09-09 17:12:59 +02:00 |
|
Kamil Śliwak
|
f4d1044331
|
Don't try to remove soljson.js after running npm install in cloned solc-js repo
|
2021-09-06 21:04:36 +02:00 |
|
Kamil Śliwak
|
7ad45a2772
|
pylintrc: Ignore duplicate-code warnings
- We get a lot of them in test/format/. They were not being reported before because pylint was getting only one file at a time.
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
fa2b9dd1e1
|
pylint_all: Enable pylint's built-in colors and disable score summary
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
5da52048ac
|
pylint_all: In non-dev mode run pylint on all files at once
- This is much faster than running it one file at a time
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
7dd24edf14
|
pylint_all: Handle Ctrl+C more gracefully
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
714cce175f
|
pylint_all: Do not rename exit()
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
74c73d396a
|
pylint_all: Use subprocess module instead of os.system()
- As a bonus this makes the script properly stop on Ctrl+C
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
0746f2adf9
|
pylint_all: Make better use of the PROJECT_ROOT variable
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
9b3e714a6c
|
pylint_all: Use argparse for processing arguments
|
2021-08-23 23:12:56 +02:00 |
|
Kamil Śliwak
|
bc68e95221
|
install_deps.ps1: Use empty user agent when downloading boost from jfrog to avoid being treated as a browser
|
2021-08-23 21:23:39 +02:00 |
|
Kamil Śliwak
|
a6683e3226
|
Fix pylint warnings about encoding not being specified in open() calls
|
2021-08-23 19:24:35 +02:00 |
|
Kamil Śliwak
|
941919e8ab
|
fix_homebrew_paths_in_standalone_zip.py: Remove a superfluous call to open()
|
2021-08-23 16:00:35 +02:00 |
|
Daniel Kirchner
|
f7e9263cea
|
Add hirsute and impish to and remove groovy from release_ppa script.
|
2021-08-11 17:00:02 +02:00 |
|
hrkrshnn
|
892700d769
|
Tests for basefee as identifier in inline assembly
Also added basefee to `EVMVersion::hasOpcode(...)`
|
2021-08-11 10:46:40 +02:00 |
|
hrkrshnn
|
7f1a2be0fe
|
Allow basefee as Yul identifier for EVMVersion < london
This was done to prevent basefee from being a breaking change. This change will be removed in 0.9.0.
TODO revert this commit in breaking.
|
2021-08-11 10:46:08 +02:00 |
|
hrkrshnn
|
79733fca48
|
Set default EVM version to London.
|
2021-08-11 09:54:14 +02:00 |
|
Daniel Kirchner
|
6ec711b2f0
|
Merge pull request #11667 from ethereum/z3PPAScriptUpdate
Update Z3 version to 4.8.12 in PPA script and add static binary package.
|
2021-08-09 12:06:57 +02:00 |
|
Daniel Kirchner
|
88b5be4224
|
Update Z3 version to 4.8.12 in PPA script and add static binary package.
|
2021-08-09 11:14:03 +02:00 |
|
Marenz
|
dea201800f
|
Provide a better error reporting for failed cmdline tests.
|
2021-08-04 15:00:34 +02:00 |
|
chriseth
|
62727f322a
|
Merge pull request #11662 from ethereum/docs-fix-highlighting-and-upgrade-pygments
[Docs] Fix highlighting and always use latest packages
|
2021-07-29 11:29:38 +02:00 |
|
Alex Beregszaszi
|
c018cdf419
|
Merge pull request #11706 from ethereum/update-evmone-part2
Update evmone part 2
|
2021-07-27 17:17:59 +01:00 |
|
Leonardo
|
57092b21a3
|
Merge pull request #11421 from ethereum/smt_solver_option
[SMTChecker] Solver option
|
2021-07-27 18:17:24 +02:00 |
|
Leo Alt
|
6c8ecfa82c
|
Add option to choose solver
|
2021-07-27 17:14:21 +02:00 |
|
Christian Parpart
|
3755210b7b
|
[libyul] ObjectParser: Enables the use of custom source mapping via @use-src.
|
2021-07-27 16:46:47 +02:00 |
|
hrkrshnn
|
8bec0c8a6b
|
Updated docs and evmc.h header file for evmone 0.8.0 release
|
2021-07-27 16:39:41 +02:00 |
|
hrkrshnn
|
1b56fdea9d
|
Updated dockerfiles for evmone 0.8.0
|
2021-07-27 15:20:49 +02:00 |
|
Leonardo
|
f697b349f1
|
Merge pull request #11672 from ethereum/z3_12_docker
Bump docker images to z3 4.8.12
|
2021-07-26 14:12:05 +02:00 |
|
Leo Alt
|
f745604474
|
Bump docker images to z3 4.8.12
|
2021-07-19 15:21:20 +02:00 |
|
Leo Alt
|
5decccaf3a
|
update docker hashes and versions
|
2021-07-19 15:20:11 +02:00 |
|
Kamil Śliwak
|
8c5ae508f9
|
Use html_extra_template_renderer to replace the current robots.txt rendering script
|
2021-07-15 13:29:27 +02:00 |
|
Kamil Śliwak
|
0f7a185ee3
|
scripts/docs.sh: Install latest versions of packages when available
|
2021-07-15 10:14:00 +02:00 |
|
Kamil Śliwak
|
ef6ad57c9c
|
Merge pull request #11644 from ethereum/fix-no-text-rep-found
Fix test error "No text representation found."
|
2021-07-12 14:47:16 +02:00 |
|