Kamil Śliwak
adfa51c01c
externalTests: Measure compilation time
2021-12-14 13:19:21 +01:00
Kamil Śliwak
91ee0ed4ef
scripts/common.sh: Add first_word() helper
2021-12-14 13:19:21 +01:00
chriseth
248bc387cd
Merge pull request #12393 from ethereum/dont-compile-twice-in-colony-ext-test
...
Avoid double compilation in Colony external test
2021-12-13 18:51:21 +01:00
chriseth
f3a6013993
Merge pull request #12403 from ethereum/addConstAndFileName
...
Add const and file name.
2021-12-13 18:18:36 +01:00
chriseth
c0b41cfcdd
Add const and file name.
2021-12-13 17:33:48 +01:00
chriseth
15c2ed3b9f
Merge pull request #12402 from ethereum/clarifyFileReader
...
Clarify FileReader interface.
2021-12-13 17:07:29 +01:00
chriseth
0e6388a907
Clarify FileReader interface.
2021-12-13 14:54:58 +01:00
chriseth
9131475b7c
Merge pull request #12394 from ethereum/make-optimizer-level-2-effective-again-in-ext-tests
...
Make optimizer level 2 in external tests actually different from level 3
2021-12-13 13:02:00 +01:00
chriseth
2f90f2e873
Merge pull request #12387 from ethereum/ci-adjust-parallelism
...
[CI] Adjust job parallelism to actually match available resources
2021-12-13 12:44:19 +01:00
chriseth
592ac92301
Merge pull request #12392 from ethereum/fix-colony-nightly-run
...
Fix `t_ems_test_ext_colony` nightly job
2021-12-13 12:30:47 +01:00
Kamil Śliwak
e6179d5356
CI: Run t_ems_test_ext_colony
on nodejs 14
...
- Otherwise it seems to require python, which is not available in CI. We could install it but we'll probably run into other issues on latest node and the switch to latest was not intentional anyway.
2021-12-13 12:08:05 +01:00
chriseth
2d0a14fa8d
Merge pull request #12390 from cybergirldinah/develop
...
[Docs] Replaced dead link for Alarm Clock
2021-12-13 12:05:35 +01:00
dinah
f0aadcf577
Remove stale link.
2021-12-13 12:04:23 +01:00
Kamil Śliwak
6afb63200c
externalTests: Use yarn install
instead of yarn
in colony ext test to avoid compiling contracts twice
2021-12-13 11:46:13 +01:00
chriseth
6b771735a0
Merge pull request #12380 from ethereum/native-solc-in-ext-tests
...
External tests with native compiler binary
2021-12-13 11:45:15 +01:00
chriseth
a8f82b4716
Merge pull request #12389 from gitpushOmnik/patch-1
...
Remove redundant typo
2021-12-13 11:36:47 +01:00
Omkar Nikhal
01d45a1952
Remove redundant typo
2021-12-13 11:36:07 +01:00
Kamil Śliwak
3649103e42
Switch most external tests to use native compiler built by b_ubu_static
2021-12-10 17:43:57 +01:00
Kamil Śliwak
f5830c4516
CI: Extend t_ems job to allow using both emscripten and native binaries
2021-12-10 17:43:57 +01:00
Kamil Śliwak
eb8e304b47
externalTests: Add support for using a native binary
2021-12-10 17:43:57 +01:00
Kamil Śliwak
68ff073b3b
externalTests.sh: Remove outdated commented-out command to run gnosis
...
- A newer command is already enabled above it
2021-12-10 17:40:54 +01:00
Kamil Śliwak
081b80ccb2
externalTests: Refactor setup and input verification
2021-12-10 17:40:54 +01:00
Kamil Śliwak
0edbd90f52
externalTests: Use fail() function to simplify error checks
2021-12-10 17:40:54 +01:00
Kamil Śliwak
5fb0246f1c
Use the right config file name in ENS external test
2021-12-10 17:02:35 +01:00
Kamil Śliwak
937597c1cd
Use unique name for gnosis-v2 ext test
2021-12-10 15:40:46 +01:00
Kamil Śliwak
8ada7db7e9
externalTests: Fix optimizer level 2 to make it actually run without Yul optimizer
2021-12-10 15:40:46 +01:00
Kamil Śliwak
af02678dee
CI: Adjust job parallelism to actually match available resources
...
- Some jobs don't actually run in parallel but have the `parallelism` setting enabled.
- `soltest_all` could be parallelized much more.
2021-12-09 15:10:52 +01:00
chriseth
b14a674ed4
Merge pull request #12374 from ethereum/clarifyLiterals
...
Some clarifications on literals.
2021-12-06 18:48:14 +01:00
chriseth
26e5f23352
Merge pull request #12375 from ethereum/typeOnChangelog
...
Typo in changelog.
2021-12-06 18:28:21 +01:00
chriseth
d414153258
Some clarifications on literals.
2021-12-06 17:36:34 +01:00
chriseth
4e0f334107
Merge pull request #12275 from nishant-sachdeva/calldata-struct-arugment-with-internal-type-inside
...
Calldata struct array arugment with internal type inside
2021-12-06 16:55:56 +01:00
chriseth
9e9225eb60
Merge pull request #11800 from spiyer99/separate-control-flow-from-error-reporting-in-CommandLineParser
...
Separate control flow from error reporting in command line parser
2021-12-06 16:50:27 +01:00
chriseth
18faafae84
Merge pull request #12215 from ethereum/optimize-ci-resource-usage
...
[CI] Optimize CI resource usage
2021-12-06 16:26:04 +01:00
chriseth
f0a9cd7504
Typo in changelog.
2021-12-06 16:15:46 +01:00
chriseth
f9859135d5
Merge pull request #12354 from ethereum/addReadBytesFunction
...
Function to read a number of bytes from an input stream.
2021-12-06 11:50:58 +01:00
chriseth
d8fa7ab089
Merge pull request #12366 from minaminao/fix_three_consecutive_backquote
...
Fix several three consecutive backquotes in document
2021-12-06 10:53:41 +01:00
minami
6bafeca8a2
Fix yul
2021-12-05 16:58:03 +09:00
minami
907405e2e0
Fix units-and-global-variables
2021-12-05 16:57:59 +09:00
minami
25a26d2f8b
Fix cheatsheet
2021-12-05 16:57:48 +09:00
Kamil Śliwak
1602d1c531
Merge pull request #12363 from saska/patch-1
...
rm trailing comma in style-guide.rst example
2021-12-03 22:19:18 +01:00
Kamil Śliwak
b96d238c23
CI: Double the number of threads for jobs that did slow down after switching to a smaller resource class
2021-12-03 12:34:18 +01:00
Kamil Śliwak
075d7b6152
CI: Remove separate compile-only runs for external tests that execute quickly
2021-12-03 12:33:34 +01:00
Kamil Śliwak
0cece8e6e7
CI: Optimize machine sizes for best speed/cost ratio
2021-12-03 12:32:40 +01:00
nishant-sachdeva
a4fbc607c6
Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol
...
Issue : 11610 : Test cases updated, Changelog.md file updated to include change on 0.8.11
2021-12-03 12:23:35 +05:30
Leo
c76a6bdbab
Merge pull request #12358 from ethereum/smt_fix_targets
...
Fix ICE when unsafe targets are solved more than once and the cex is !=
2021-12-03 01:03:59 +01:00
Leo Alt
16535aae32
Fix ICE when unsafe targets are solved more than once and the cex is different
2021-12-03 00:21:38 +01:00
Saska Karsi
105de2561a
rm trailing comma in style-guide.rst example
2021-12-03 01:11:04 +02:00
chriseth
dcef56a531
Merge pull request #12357 from ethereum/fixYulExampleCode
...
Fix Yul example.
2021-12-01 16:53:42 +01:00
chriseth
d9a4020a92
Function to read a number of bytes from an input stream.
2021-12-01 16:24:56 +01:00
chriseth
829fe6615b
Fix Yul example.
2021-12-01 16:23:26 +01:00