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 |
|
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 |
|
chriseth
|
5d571bb111
|
Merge pull request #12352 from ethereum/lineColumnTranslateForCharStream
LineColumn handling for CharStream.
|
2021-12-01 15:59:21 +01:00 |
|
chriseth
|
d2585fd91d
|
Merge pull request #12322 from tzann/patch-1
Fix ExpressionSplitter example
|
2021-12-01 15:44:57 +01:00 |
|
Tynan Richards
|
d56fb3afff
|
Fix ExpressionSplitter example
Fix error (0x123 and 0x456 were swapped) and split constants into expressions
|
2021-12-01 15:43:50 +01:00 |
|
chriseth
|
264b7bd857
|
LineColumn handling for CharStream.
|
2021-12-01 15:16:01 +01:00 |
|
chriseth
|
8569cf32f6
|
Merge pull request #12353 from ethereum/accessorsForExecptions
Accessors for exceptions.
|
2021-12-01 15:09:08 +01:00 |
|
chriseth
|
b6bd85202c
|
Accessors for exceptions.
|
2021-12-01 14:26:23 +01:00 |
|
chriseth
|
cc2a8609d6
|
Merge pull request #12355 from ethereum/fixWhitespace
Fix whitespace problem.
|
2021-12-01 13:29:20 +01:00 |
|
chriseth
|
bd193ae840
|
Fix whitespace problem.
|
2021-12-01 12:46:02 +01:00 |
|
chriseth
|
5a908a8705
|
Merge pull request #12348 from dallonasnes/fix-cut-on-macos
Fix cl test script on macOS
|
2021-12-01 12:36:32 +01:00 |
|
Dallon Asnes
|
70e925dbfc
|
Update test/cmdlineTests.sh
Co-authored-by: Kamil Śliwak <cameel2@gmail.com>
|
2021-11-30 10:07:50 -06:00 |
|
Kamil Śliwak
|
c04fca7c2d
|
Merge pull request #12192 from ethereum/hardhat-in-oz-ext-test
Use Hardhat and the right binary for OpenZeppelin external tests
|
2021-11-30 16:17:28 +01:00 |
|
chriseth
|
2f95f3c6c6
|
Merge pull request #12345 from ethereum/useLineColumn
Use LineColumn type.
|
2021-11-30 11:47:01 +01:00 |
|
chriseth
|
600504627d
|
Merge pull request #12316 from ethereum/dont-require-jq-for-ci-gitter-notification
CI: Don't require `jq` to extract workflow name
|
2021-11-30 11:46:41 +01:00 |
|
Dallon Asnes
|
a0aacb91a6
|
Fix cl test script on macOS
|
2021-11-29 23:43:28 -06:00 |
|
chriseth
|
cb610b5021
|
Merge pull request #12326 from dallonasnes/encode-packed-api-details
Add fixed size type details to encodePacked doc
|
2021-11-30 00:09:31 +01:00 |
|
chriseth
|
86ce5f1da5
|
Use LineColumn type.
|
2021-11-30 00:08:22 +01:00 |
|
Dallon Asnes
|
310f74302d
|
Add fixed size type details to encodePacked doc
|
2021-11-29 15:31:52 -06:00 |
|
Kamil Śliwak
|
622e89649f
|
Merge pull request #12342 from nishant-sachdeva/relocating_download_section_in_docs
Restoring the RTD icon. Downloads section to still be above Versions section
|
2021-11-29 20:38:26 +01:00 |
|