Mathias L. Baumann
|
5a3ae1a583
|
Merge pull request #13422 from ethereum/cleanup-z3-script
Cleanup static z3 script to work similar to release_ppa
|
2022-08-29 14:51:39 +02:00 |
|
Leo
|
f0d1ddaee4
|
Merge pull request #13447 from MeetRajput00/develop
fixed grammar typo in readme.md
|
2022-08-29 14:28:40 +02:00 |
|
Leo
|
e49c2ef1ec
|
Merge pull request #13440 from ethereum/meeting_time_standardized
Meetings on Mondays and Wednesdays now happen at the same time
|
2022-08-29 13:52:50 +02:00 |
|
MeetRajput00
|
eb644b1d8e
|
fixed grammar typo in readme.md
|
2022-08-29 16:48:14 +05:30 |
|
nishant-sachdeva
|
a2a80401ed
|
Meetings on Mondays and Wednesdays should happen at the same time
|
2022-08-29 16:33:18 +05:30 |
|
Leo
|
409f3b44aa
|
Merge pull request #13444 from ethereum/fix_pylint
Fix pylint warning
|
2022-08-29 12:44:32 +02:00 |
|
Leo Alt
|
e99e93ff5b
|
Fix pylint warning
|
2022-08-29 11:50:29 +02:00 |
|
Nikola Matić
|
7bfec3ba70
|
Merge pull request #13430 from ethereum/fix-gnosis-test-inconsistent-dependency
Fix inconsistent nested dependency in safe-contracts
|
2022-08-26 17:12:50 +02:00 |
|
Nikola Matic
|
71c3c26b29
|
Fix inconsistent nested dependency in safe-contracts
|
2022-08-26 09:40:03 +02:00 |
|
Kamil Śliwak
|
f802eafc67
|
Merge pull request #13436 from ethereum/newemscripthashes
Update docker images for emscripten.
|
2022-08-25 20:57:10 +02:00 |
|
Leo
|
0bec0e8ec4
|
Merge pull request #13397 from kuzdogan/patch-1
Update Metadata docs
|
2022-08-25 17:25:41 +02:00 |
|
Marenz
|
484c9d3ff0
|
Update docker images for emscripten.
|
2022-08-25 17:09:46 +02:00 |
|
Mathias L. Baumann
|
c4d9cdf643
|
Merge pull request #13424 from ethereum/update-emscripten-dockerfile
Update emscripten Dockerfile to 3.1.19
|
2022-08-25 16:08:03 +02:00 |
|
kuzdogan
|
5849fc3bf1
|
Update contract metadata docs
|
2022-08-25 15:25:39 +02:00 |
|
Marenz
|
c5e9b6e666
|
static_z3.sh: Update releases to include only maintained ones
|
2022-08-25 15:18:55 +02:00 |
|
Marenz
|
0475ec81f0
|
Cleanup static z3 script to work similar to release_ppa
|
2022-08-25 15:18:55 +02:00 |
|
tcoyvwac
|
3d54bfd0c3
|
ast: condense duplicate code
AST.cpp:
* Added findClause() helper function to anonymous namespace.
|
2022-08-25 14:45:22 +02:00 |
|
Marenz
|
35870549db
|
Dockerfile.emscripten: Use `&& instead of ; ` everywhere
|
2022-08-25 13:08:13 +02:00 |
|
Duc Thanh Nguyen
|
318dedf439
|
Update emscripten Dockerfile to 3.1.19
|
2022-08-25 13:08:13 +02:00 |
|
Thanh Tran
|
1cd6f2a486
|
Fix warning about DOWNLOAD_EXTRACT_TIMESTAMP on CMake 3.24
|
2022-08-25 14:23:47 +07:00 |
|
Kamil Śliwak
|
22a0c46eae
|
Merge pull request #12923 from super1ha1/circle-ci-merge_similar_jobs
[Circle CI] Parameterize b_bytecode_ubu and b_bytecode_osx build job
|
2022-08-24 22:01:02 +02:00 |
|
khue
|
66f48282cc
|
change to common config of 1 job to reuse between osx and ubuntu
|
2022-08-24 20:29:51 +02:00 |
|
Christian Parpart
|
44fcf351ba
|
Merge pull request #13150 from ethereum/lsp-analyze-all-in-project
LSP analyze all files in project
|
2022-08-24 18:02:24 +02:00 |
|
Christian Parpart
|
c8074d2c6e
|
lsp: Limit resolvesToRegularFile()'s recursion depth to 10.
|
2022-08-24 16:27:08 +02:00 |
|
Christian Parpart
|
3fc7debbef
|
lsp: Code-review fixups.
|
2022-08-24 16:27:05 +02:00 |
|
Christian Parpart
|
b22d149e3c
|
Adds extra check to only consider regular files (e.g. not directories / device files) for inclusion.
|
2022-08-22 14:53:15 +02:00 |
|
Christian Parpart
|
d0854cb485
|
Applying CI-reported fixes.
|
2022-08-22 12:49:06 +02:00 |
|
Christian Parpart
|
d31e4dcc0a
|
lsp: Finishing last missing test wrt complex nested project directory structure and specifying custom includes, while using some (one) of them.
|
2022-08-22 12:49:06 +02:00 |
|
Christian Parpart
|
122fbc6ff7
|
Adds include-paths-nested test case.
|
2022-08-22 12:49:06 +02:00 |
|
Christian Parpart
|
b6ba43234e
|
lsp: Always load all solidity files from project for analyzing.
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
|
2022-08-22 12:49:04 +02:00 |
|
Christian Parpart
|
0e2ab05000
|
libsolutil: Adding findFilesRecursively() helper to find files recursively.
|
2022-08-22 12:48:35 +02:00 |
|
Mathias L. Baumann
|
a3de6cd60e
|
Merge pull request #12762 from ethereum/emptyReturnRevert
Optimize ``return(x,0) -> pop(x) return(0,0)`` (and also for ``revert``).
|
2022-08-22 12:42:48 +02:00 |
|
Alexander Arlt
|
f01a09f843
|
Merge pull request #13400 from ethereum/buildpack-deps-fix2
[buildpack] Switch to unsplash/comment-on-pr@v1.3.0.
|
2022-08-19 12:22:08 +02:00 |
|
Mathias L. Baumann
|
3497e2b2ec
|
Merge pull request #13413 from ethereum/fix-spelling-ci
Use long option for spellchecker in CI
|
2022-08-18 17:48:55 +02:00 |
|
Marenz
|
542ce5ad95
|
Use long option for spellchecker in CI
|
2022-08-18 15:28:12 +02:00 |
|
Alexander Arlt
|
4addf1e0ad
|
[buildpack] Switch to unsplash/comment-on-pr@v1.3.0.
|
2022-08-18 15:27:44 +02:00 |
|
Mathias L. Baumann
|
a229d7219b
|
Merge pull request #13411 from ethereum/fix-spelling-ci
Fix spelling mistakes and CI spellcheck job
|
2022-08-18 15:26:59 +02:00 |
|
Marenz
|
1b5332c2b9
|
Fix spelling mistakes and CI spellcheck job
|
2022-08-18 14:38:19 +02:00 |
|
Mathias L. Baumann
|
86ab18c9af
|
Merge pull request #13287 from ethereum/bettercmdlineHelp
Document in ``solc --help`` usage of ``--metadata`` better.
|
2022-08-18 13:00:33 +02:00 |
|
wechman
|
cf3bae0839
|
Fix "slot" access via mapping reference in assembly
|
2022-08-17 07:53:52 +02:00 |
|
Nikola Matić
|
bb41ddd7ab
|
Merge pull request #13404 from ethereum/peg-hardhat-ethers-version
Peg hardhat-ethers version
|
2022-08-16 19:43:06 +02:00 |
|
Alexander Arlt
|
a4358b166c
|
Merge pull request #13398 from ethereum/cmdline-test-verbosity-fix
test/cmdlineTests.sh: fix verbosity.
|
2022-08-16 18:57:10 +02:00 |
|
Nikola Matic
|
6b6cfa1795
|
Peg hardhat-ethers version
|
2022-08-16 17:52:27 +02:00 |
|
Kamil Śliwak
|
f20ca0c0b2
|
Merge pull request #13401 from ethereum/docs-more-highlighting
Enable highlighting for more code blocks in the docs
|
2022-08-16 12:17:53 +02:00 |
|
Kamil Śliwak
|
0400b435b8
|
Enable highlighting for more code blocks in the docs
|
2022-08-16 10:05:14 +02:00 |
|
Leo
|
a0ee14f7c2
|
Merge pull request #13399 from minaminao/remove-callcode-in-heading
Remove unnecessary "Callcode" in the heading
|
2022-08-15 19:55:52 +02:00 |
|
minami
|
1706db2776
|
Fix underline
|
2022-08-16 01:15:29 +09:00 |
|
minami
|
b08454e49d
|
Remove callcode in heading
|
2022-08-16 01:12:43 +09:00 |
|
Alexander Arlt
|
ee2c4cddcd
|
test/cmdlineTests.sh: fix verbosity.
|
2022-08-15 17:37:08 +02:00 |
|
Daniel Kirchner
|
1b081d0c46
|
Merge pull request #13388 from Pospelove/fix-12027
Fix iter_swap build issue
|
2022-08-15 17:32:16 +02:00 |
|