Sreekesh V
9188e658d8
Revert "Allow basefee as Yul identifier for EVMVersion < london"
...
This reverts commit 7f1a2be0fe
.
Added changes to changelog to include Make basfee as a reserved identifier
added changes under the breaking changes rst file
Update Changelog.md
Co-authored-by: Harikrishnan Mulackal <webmail.hari@gmail.com>
Update 090-breaking-changes.rst
moved the changes under "New restrictions" section
Update Changelog.md
avoided removing line no 6
Update docs/090-breaking-changes.rst
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2022-03-02 10:48:33 +01:00
chriseth
0801c48e11
Merge remote-tracking branch 'origin/develop' into breaking
2022-02-17 09:42:15 +01:00
Leo
947a599e91
Merge pull request #12441 from ethereum/benchmarking-ext-tests
...
Benchmarking external tests
2022-02-14 20:14:27 +01:00
Daniel Kirchner
3a201ec0f8
Build packed soljson.js.
2022-02-14 16:52:59 +01:00
Daniel Kirchner
6895972d04
Adjust mini-lz4.js and base64DecToArr.js.
2022-02-14 16:52:53 +01:00
Daniel Kirchner
a68183db3c
Add base64DecToArr.js.
2022-02-14 16:52:53 +01:00
Daniel Kirchner
a2a5ca6fef
Add emscripten's mini-lz4.js.
2022-02-14 16:52:53 +01:00
Kamil Śliwak
60d9aa0d4f
Benchmark report collector job + summary
2022-02-09 17:54:45 +01:00
Kamil Śliwak
a7852cba75
Python script for parsing eth-gas-reporter output
2022-02-09 17:02:40 +01:00
chriseth
649029da92
Merge pull request #12646 from ethereum/develop
...
Merging develop into breaking.
2022-02-08 12:00:34 +01:00
Kamil Śliwak
f5b345504b
When installing solc-js use the dist/ subdir, which contains the built JS files
2022-02-03 18:47:19 +01:00
chriseth
814e233b67
Merge pull request #12604 from ethereum/develop
...
Merge develop into breaking
2022-01-31 17:59:03 +01:00
Kamil Śliwak
f46e333f9a
fixup! bytecode compare: Stop depending on solc-js internal structure and install it via npm from a local dir instead
2022-01-26 11:56:34 +01:00
Kamil Śliwak
cdaa6dd591
Adjust workflow with solc-js checkout now that it's on TypeScrpt
2022-01-25 16:42:37 +01:00
Kamil Śliwak
1cd4ffc355
bytecode compare: Stop depending on solc-js internal structure and install it via npm from a local dir instead
2022-01-25 16:39:47 +01:00
Kamil Śliwak
2e1383eae1
Change the way we run solcjs now that it has been renamed in solc-js
2022-01-25 13:32:02 +01:00
Daniel Kirchner
38545e81c1
Update docker images to Z3 4.8.14.
2022-01-12 19:28:20 +01:00
Leo Alt
9f171c0f06
update smtchecker tests for new z3
2022-01-12 15:13:34 +01:00
Daniel Kirchner
5597d43635
Add impish to static Z3 PPA script.
2022-01-03 14:03:40 +01:00
Kamil Śliwak
de364c566c
pylint: Disable the opinionated too-many-xyz warnings
2021-12-21 18:37:38 +01:00
chriseth
017519f555
Merge remote-tracking branch 'origin/develop' into breaking
2021-12-21 18:14:45 +01:00
Kamil Śliwak
589f4b2a83
pylint: Enable bad-continuation and ungrouped-imports warnings and update the list of warnings to eliminate in the future
2021-12-21 15:31:01 +01:00
Kamil Śliwak
dece5f4de2
pylint: Enable and fix redefined-builtin warnings
2021-12-21 15:30:11 +01:00
Kamil Śliwak
5b10ff1216
pylint: Enable and fix singleton-comparison warnings
2021-12-21 15:30:11 +01:00
Kamil Śliwak
784ae91b41
pylint: Enable and fix no-self-use warnings
2021-12-21 15:30:11 +01:00
Kamil Śliwak
449f56c15b
pylint: Enable and fix consider-using-sys-exit warnings
2021-12-21 15:30:11 +01:00
chriseth
8da9239c83
Merge pull request #12396 from ethereum/ext-tests-via-ir
...
External tests via IR
2021-12-20 18:13:02 +01:00
chriseth
923d1cf2d2
Merge pull request #12423 from ethereum/develop
...
Merge develop into breaking.
2021-12-20 11:40:40 +01:00
Christian Parpart
927b24df1f
Initial implementation of Language Server
2021-12-16 17:52:49 +01:00
Kamil Śliwak
d304c84432
externalTests: Replace optimizer levels with named presets
2021-12-14 13:19:53 +01:00
Kamil Śliwak
91ee0ed4ef
scripts/common.sh: Add first_word() helper
2021-12-14 13:19:21 +01:00
mejsiej
55ba0d9674
Removed the initiation of default outputs in assembler mode
2021-12-13 21:54:28 +01:00
Bhargava Shastry
1c8d430b82
Remove Hera as a dependency for oss-fuzz Docker image.
2021-11-24 22:06:08 +01:00
Bhargava Shastry
6b69791f2b
Disabling Clang-14 bitwise instead of logical warning in Hera build.
2021-11-24 22:06:08 +01:00
Leo Alt
aa1a17072f
Update z3 version in our docker files
2021-11-24 22:06:08 +01:00
Leo Alt
406b1fbcec
bump docker hashes and z3 version
2021-11-24 20:41:22 +01:00
chriseth
3b98bee29a
Update z3 version.
2021-11-23 14:05:59 +01:00
Kamil Śliwak
2aeeef83f2
Merge pull request #12214 from ethereum/parallelize-external-tests
...
Parallelize external tests
2021-11-18 17:27:57 +01:00
Kamil Śliwak
0d82fe9ca7
cmdlineTests.sh: Test the equivalence of one and two-stage compilation via IR
2021-11-10 18:12:06 +01:00
Kamil Śliwak
fbc48e3029
Extract helpers for managing steps in parallelized CircleCI jobs from soltest_all.sh
2021-11-09 16:57:37 +01:00
Kamil Śliwak
7ccdbd5b08
Use consistent syntax for Bash function declarations
2021-11-08 16:34:07 +01:00
Daniel Kirchner
83308184f2
Remove outdated install_deps scripts.
2021-11-05 18:58:20 +01:00
Daniel Kirchner
d6cb42c9dd
Merge pull request #12241 from ethereum/emscriptenUpdate
...
Update emscripten Dockerfile.
2021-11-05 10:07:40 +01:00
Daniel Kirchner
a7688a0eaf
Update emscripten to version 2.0.33.
2021-11-04 19:24:12 +01:00
Daniel Kirchner
0ee131c937
Update emscripten Dockerfile.
2021-11-04 16:49:32 +01:00
Daniel Kirchner
df6f930408
Merge pull request #12236 from ethereum/removeEmscriptenWorkaround
...
Remove old compatibility patch to soljson.js.
2021-11-04 15:31:02 +01:00
Daniel Kirchner
a0dee79ad2
Remove install_deps script.
2021-11-04 12:07:27 +01:00
Daniel Kirchner
8e87c17671
Remove old compatibility patch to soljson.js.
2021-11-04 11:44:31 +01:00
Derek Brans
285528f407
Added the BigSur 11.6 in the supported os list
2021-11-02 20:27:32 -05:00
Kamil Śliwak
60ba3b307f
isolate_tests: Fix typo in script description
2021-10-29 00:19:43 +02:00