Alex Beregszaszi
|
c436785686
|
Insert a call to panic function in legacy codegen (and not inline it every single time)
|
2021-05-27 18:29:46 +01:00 |
|
chriseth
|
2f0df8f054
|
Merge pull request #11449 from ethereum/checkNamespaceStyle
Check for style of namespace.
|
2021-05-27 18:08:09 +02:00 |
|
Harikrishnan Mulackal
|
9cffaddadc
|
Merge pull request #11448 from ethereum/docs-staticcall-value
[DOCS] Clarification about value option for staticcall.
|
2021-05-27 17:52:21 +02:00 |
|
chriseth
|
62ec8117d9
|
Merge pull request #11388 from fulldecent/patch-20
Fix comparison of bit shifts (unchecked overflow) to arithmetic (checked overflow)
|
2021-05-27 17:42:42 +02:00 |
|
chriseth
|
d305c219d8
|
Fix namespace styles.
|
2021-05-27 17:41:04 +02:00 |
|
chriseth
|
033559206c
|
Check for style of namespace.
|
2021-05-27 17:38:27 +02:00 |
|
William Entriken
|
74d5c51303
|
Fix comparison of bit shifts (unchecked overflow) to arithmetic (checked overflow)
Co-authored-by: Daniel Kirchner <daniel@ekpyron.org>
Co-authored-by: Harikrishnan Mulackal <webmail.hari@gmail.com>
|
2021-05-27 17:20:27 +02:00 |
|
Leonardo
|
a87998494a
|
Merge pull request #11289 from ethereum/smt_fix_chcsmtlib2interface
[SMTChecker] Fix CHCSmtLib2Interface
|
2021-05-27 11:50:36 +02:00 |
|
hrkrshnn
|
b8d5d5744e
|
Clarification about value option for staticcall.
|
2021-05-27 11:21:15 +02:00 |
|
chriseth
|
5672646bd7
|
Merge pull request #11439 from ethereum/docs-indexed-event-parameter-clarification
[docs] Clarification about indexed event parameters
|
2021-05-27 11:12:29 +02:00 |
|
Leo Alt
|
f7b045b886
|
review
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
d828aeee23
|
Update test nondet
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
5c3b5f86f3
|
Fix 2's complement
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
95f973e08a
|
Fix gasleft variable name
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
cb017b95cf
|
update tests
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
3a0358bfb7
|
Replace real division by integer division
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
fdf4c1ed9a
|
Replace negative number literals by (0 - literal)
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
b57b8daf0a
|
Replace implies by =>
|
2021-05-26 22:12:49 +02:00 |
|
Leo Alt
|
daea5f886d
|
Fix CHCSmtLib2Interface
|
2021-05-26 22:12:49 +02:00 |
|
Alex Beregszaszi
|
a3634934d1
|
Merge pull request #11431 from ethereum/lib-panic
Document the panic function of library deployment
|
2021-05-26 16:37:30 +01:00 |
|
Alex Beregszaszi
|
aec20f0038
|
Merge pull request #11444 from ethereum/fix_boost176
Fix for boost v1.76.
|
2021-05-26 15:52:56 +01:00 |
|
Kamil Śliwak
|
11731f6091
|
docs: Mention reference types and 4 indexed slots for anonymous events
|
2021-05-26 16:52:33 +02:00 |
|
Alex Beregszaszi
|
bf2c82adca
|
Document the panic function of library deployment
|
2021-05-26 15:51:46 +01:00 |
|
Alexander Arlt
|
3c57ede026
|
Fix for boost v1.76.
|
2021-05-26 08:44:23 -05:00 |
|
chriseth
|
caa833909d
|
Merge pull request #11244 from ethereum/berlin-gas-update
Change default EVM version to Berlin and update Gas costs.
|
2021-05-26 13:34:04 +02:00 |
|
hrkrshnn
|
dc15e31605
|
Increased the tolerance for two GasMeter tests.
|
2021-05-26 12:23:06 +02:00 |
|
hrkrshnn
|
97c9d21376
|
Force two tests to go out of gas.
|
2021-05-26 12:23:06 +02:00 |
|
hrkrshnn
|
4d6c951396
|
Isoltest gas update after Berlin gas cost changes
|
2021-05-26 12:23:06 +02:00 |
|
hrkrshnn
|
180e00f56d
|
Updated tests after changing EVM version to Berlin
|
2021-05-26 12:23:06 +02:00 |
|
hrkrshnn
|
d5564a0304
|
Set default EVM version to Berlin
|
2021-05-26 12:23:06 +02:00 |
|
hrkrshnn
|
7d28ea3746
|
Updated gas costs for Berlin
|
2021-05-26 11:36:43 +02:00 |
|
chriseth
|
6640fb8c8a
|
Merge pull request #11048 from ethereum/isoltest-effects
[isoltest] Add support for call side-effects.
|
2021-05-25 17:24:34 +02:00 |
|
chriseth
|
e1ef16251e
|
Merge pull request #11435 from ethereum/reset-warm-access
Clears EIP-2929 account and storage access indicator on new blocks.
|
2021-05-25 16:31:04 +02:00 |
|
hrkrshnn
|
d80a92752a
|
Added a gas test for storage costs
|
2021-05-25 12:42:32 +02:00 |
|
hrkrshnn
|
1839d195be
|
Clears EIP-2929 account and storage access indicator on new blocks.
For semantic tests each test (in the same test file) happens on a new block, however the storage and
account access indicators were not reset.
|
2021-05-25 12:32:59 +02:00 |
|
Harikrishnan Mulackal
|
4d23c301c5
|
Merge pull request #11428 from Lisanaaa/patch-1
array type is not callable
|
2021-05-25 12:26:45 +02:00 |
|
Keqi Huang
|
7b228a5b9a
|
Renamed variable for clarity.
Co-authored-by: Kamil Śliwak <cameel2@gmail.com>
|
2021-05-25 11:41:41 +02:00 |
|
Alex Beregszaszi
|
c5031799fa
|
Merge pull request #11434 from ethereum/isoltest_remove_storage_leftover
[isoltest] Remove storage command left overs.
|
2021-05-24 21:39:10 +01:00 |
|
Alexander Arlt
|
66099fe938
|
[isoltest] Remove storage command left overs.
|
2021-05-24 08:36:46 -05:00 |
|
Alexander Arlt
|
e9ee571b35
|
[isoltest] Add support for call side-effects.
|
2021-05-22 00:12:07 -05:00 |
|
Kamil Śliwak
|
29c8f282e4
|
Merge pull request #11419 from ethereum/sc-inline
Properly support inliner in settings.optimizer.details
|
2021-05-21 17:51:39 +02:00 |
|
Alex Beregszaszi
|
cb2c246a7b
|
Move contracts/FixedFeeRegistrar to semanticTests/externalContracts
|
2021-05-21 13:51:19 +01:00 |
|
Alex Beregszaszi
|
f6bb3df747
|
Merge pull request #11423 from ethereum/account_builtin
[isoltest] Add account builtin.
|
2021-05-21 13:41:07 +01:00 |
|
Alexander Arlt
|
799106acfe
|
[isoltest] Add account builtin.
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
|
2021-05-21 12:38:05 +01:00 |
|
Alex Beregszaszi
|
75c72cd54d
|
Properly support inliner in settings.optimizer.details
|
2021-05-20 20:22:34 +01:00 |
|
Alex Beregszaszi
|
13388e283e
|
Merge pull request #11385 from ethereum/temporary-working-directory-helper
TemporaryWorkingDirectory helper
|
2021-05-20 20:06:03 +01:00 |
|
Leonardo
|
1239c0c332
|
Merge pull request #11416 from ethereum/fix-asan-stack-use-after-scope-in-test-file-parser-test
Fix asan stack-use-after-scope in TestFileParserTest
|
2021-05-20 12:54:33 +02:00 |
|
Kamil Śliwak
|
4a2080b3aa
|
TemporaryDirectory: Use boost::filesystem::equivalent() instead of == in path comparisons
|
2021-05-20 00:07:42 +02:00 |
|
Kamil Śliwak
|
828b15b34f
|
Implement TemporaryWorkingDirectory test helper
|
2021-05-20 00:07:42 +02:00 |
|
Kamil Śliwak
|
d85cc6c06a
|
Fix dangling reference produced by temporary passed to TestFileParser going out of scope
- This fixes the `stack-use-after-scope` error reported by asan.
|
2021-05-19 23:27:41 +02:00 |
|