Commit Graph
20270 Commits
Author SHA1 Message Date
TerranCivilian c15501eea9 Remove unneeded include files 2021-06-07 12:53:18 -04:00
chriseth 7d1df95176 Merge pull request #11441 from ethereum/sourceLocationOfBlocks
Properly set source location of bare blocks.
2021-05-31 20:31:50 +02:00
chriseth 0623658ddd Properly set source location of bare blocks. 2021-05-31 18:28:17 +02:00
Kamil Śliwak ececf7fec9 Merge pull request #11460 from ethereum/fix_typo
Fix typo.
2021-05-31 17:45:18 +02:00
Alexander Arlt 376836a7fb Fix typo. 2021-05-31 10:07:26 -05:00
Alex Beregszaszi 7eed8b69e9 Merge pull request #11459 from ethereum/yulFixedPointTypesAssertions
[Sol->Yul] Adding assertion in order to give better error messages for fixed point types
2021-05-31 15:32:14 +01:00
Harikrishnan Mulackal 8ecf79474b Merge pull request #11458 from ethereum/event_indexed_mixed
Add test with event where indexed parameters are not the first.
2021-05-31 16:19:52 +02:00
Djordje Mijovic 17eaa11657 [Sol->Yul] Adding assertion in order to give better error messages for fixed point types. 2021-05-31 15:54:37 +02:00
chriseth 3dfa68a574 Merge pull request #11456 from ethereum/ice-abstract-contract-mapping-constructor
Fix ICE related to mapping types in abstract contract constructor
2021-05-31 15:35:26 +02:00
chriseth 28aad7e0b4 Add test with event where indexed parameters are not the first. 2021-05-31 15:19:56 +02:00
hrkrshnn 138873d918 Fix ICE related to mapping types in abstract contract constructor 2021-05-31 14:56:49 +02:00
chriseth c09dc6144c Merge pull request #11050 from ethereum/isoltest-effects-events
[isoltest] Add support for events using call side-effects.
2021-05-31 14:38:14 +02:00
chriseth 6dd5bcd3f0 Merge pull request #11454 from ethereum/data-location-error
Error message: try-catch parameter cannot be in storage.
2021-05-31 14:31:01 +02:00
chriseth 48d2597057 Merge pull request #11457 from ethereum/docs-genindex-url-fix
docs: Fix for broken genindex.html URLs
2021-05-31 14:29:56 +02:00
Christian Parpart d102c6c0d5 docs: Fixes link to genindex.html when clicked from within a page behind internals/ directory structure. 2021-05-31 14:17:58 +02:00
hrkrshnn f582d48f7b Error message: try-catch parameter cannot be in storage. 2021-05-31 11:25:08 +02:00
chriseth 29a995b937 Merge pull request #11433 from ethereum/panic-dedup
Insert a call to panic function in legacy codegen (and not inline it every single time)
2021-05-31 11:23:30 +02:00
Alexander Arlt 85e3fcb1bf [isoltest] Extract event specific end-to-end tests. 2021-05-27 23:21:55 -05:00
Alexander Arlt ec86e3e9ae [isoltest] Add support for events using call side-effects. 2021-05-27 23:21:55 -05:00
Alex Beregszaszi 47167a42a7 Update tests 2021-05-27 18:31:54 +01:00
Alex Beregszaszi cc8d341e28 Include utility functions in ExpressionCompiler tests 2021-05-27 18:31:54 +01:00
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
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