chriseth
|
45bb1e881a
|
Sort changelog.
|
2021-06-10 11:07:41 +02:00 |
|
chriseth
|
e5500b9f20
|
Merge pull request #11471 from ethereum/funcdef-unimplemented-modifier
Reports an error on unimplemented modifiers in a function definition.
|
2021-06-09 13:54:05 +02:00 |
|
Christian Parpart
|
a14ac1923d
|
Fixes ICE when overriding an implemented modifier with an unimplemented one.
|
2021-06-09 13:15:20 +02:00 |
|
a3d4
|
f59145f21f
|
Fix shadowing struct types by struct member names
|
2021-06-09 12:37:11 +02:00 |
|
chriseth
|
3eaa37030a
|
Fix infinite recursion in function call graph generator due to recursive constant references.
|
2021-06-08 16:39:30 +02:00 |
|
Mathias Baumann
|
354f9d1015
|
Fix: Allow multiple @return tags on public state variables
|
2021-06-07 15:16:46 +02:00 |
|
chriseth
|
a3976198ea
|
Changelog entry for modifier fix.
|
2021-06-03 16:57:19 +02:00 |
|
hrkrshnn
|
c3eef8af91
|
Fix ICE related to receive function having parameters.
|
2021-06-03 13:08:57 +02:00 |
|
chriseth
|
a30cf6c3e8
|
Merge pull request #11480 from ethereum/event-mapping-fatal-error
Errors about nested mapping in event parameter are fatal.
|
2021-06-03 11:39:26 +02:00 |
|
hrkrshnn
|
cc915f023e
|
Errors about nested mapping in event parameter are fatal.
(Also applies for error parameters.)
|
2021-06-03 11:02:27 +02:00 |
|
chriseth
|
c55d173a28
|
Merge pull request #11479 from ethereum/fix-ice-when-assigning-implicitly-convertible-function-array-to-storage
Fix ICE when assigning implicitly convertible function array to storage
|
2021-06-03 10:52:21 +02:00 |
|
chriseth
|
b00027724a
|
Merge pull request #11478 from ethereum/fix-ice-when-calling-invalid-external-function-type
Treat invalid external function type as a fatal error
|
2021-06-03 09:00:38 +02:00 |
|
Kamil Śliwak
|
ccf658b0e8
|
Fix assertion preventing assignment of arrays of implicitly convertible function types
|
2021-06-03 08:56:02 +02:00 |
|
Kamil Śliwak
|
4a19c7e495
|
Treat invalid external function type as a fatal error to prevent the type from being used
- `returnParameterTypesWithoutDynamicTypes()` assumes it won't encounter such types.
|
2021-06-02 21:44:39 +02:00 |
|
Kamil Śliwak
|
d96cc3469a
|
FunctionDefinition.resolveVirtual(): Skip unimplemented functions when lookup happens via super
|
2021-06-02 16:16:15 +02:00 |
|
chriseth
|
4cbf9ff74c
|
Merge pull request #10143 from ethereum/issue-10084
ControlFlowAnalyser: Also consider called functions in a flow
|
2021-06-01 19:34:56 +02:00 |
|
Leo Alt
|
bf21cd400c
|
Fix conversion from bytes to fixed bytes
|
2021-06-01 17:55:18 +02:00 |
|
Mathias Baumann
|
56ebea8b2f
|
ControlFlowAnalyser: Also consider called functions in a flow
|
2021-06-01 15:54:37 +02:00 |
|
Leo Alt
|
547a6915ad
|
Fix ICE on external calls from constructor
|
2021-06-01 14:21:48 +02:00 |
|
chriseth
|
0623658ddd
|
Properly set source location of bare blocks.
|
2021-05-31 18:28:17 +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 |
|
hrkrshnn
|
138873d918
|
Fix ICE related to mapping types in abstract contract constructor
|
2021-05-31 14:56:49 +02: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 |
|
hrkrshnn
|
d5564a0304
|
Set default EVM version to Berlin
|
2021-05-26 12:23:06 +02:00 |
|
Alex Beregszaszi
|
75c72cd54d
|
Properly support inliner in settings.optimizer.details
|
2021-05-20 20:22:34 +01:00 |
|
Martin Blicha
|
9c98ab59f0
|
SMTChecker: fixed struct constructor where FixedBytes member is initialized with a string literal
|
2021-05-17 13:52:37 +02:00 |
|
Leo Alt
|
9c61c62f85
|
Changelog
|
2021-05-11 15:30:19 +02:00 |
|
chriseth
|
9d156b52c4
|
Merge pull request #8868 from ethereum/functionEntryPoints
Note function entry points.
|
2021-05-05 11:08:44 +02:00 |
|
chriseth
|
e7708b6006
|
Properly treat utf8-non-encodable yul literals.
|
2021-05-05 10:28:23 +02:00 |
|
chriseth
|
f9c94d7c42
|
Note function entry points.
|
2021-05-04 17:15:13 +02:00 |
|
chriseth
|
e2d8005737
|
Add verbatim builtin.
|
2021-04-26 19:56:44 +02:00 |
|
Djordje Mijovic
|
337adee395
|
Documenting bytes to fixed bytes conversion.
Co-authored-by: chriseth <chris@ethereum.org>
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
|
2021-04-23 13:30:19 +02:00 |
|
hrkrshnn
|
221292c278
|
Tests and changelog
|
2021-04-22 18:19:47 +02:00 |
|
Alex Beregszaszi
|
bb19c9e460
|
Set version to 0.8.5
|
2021-04-21 20:42:20 +01:00 |
|
chriseth
|
3aad6b239c
|
Prepare changelog for 0.8.4.
|
2021-04-21 14:21:00 +02:00 |
|
Leonardo Alt
|
dd1865873e
|
Choose contracts to be analyzed by the SMTChecker
|
2021-04-21 10:34:14 +02:00 |
|
chriseth
|
cf7f814a4e
|
Merge pull request #10921 from ethereum/issue-10881
Natspec: Don't copy from base function if return parameters differ
|
2021-04-20 15:33:48 +02:00 |
|
Leonardo Alt
|
db1b630de5
|
Changelog
|
2021-04-19 19:23:18 +02:00 |
|
chriseth
|
6a0a51110d
|
Merge pull request #11256 from ethereum/smt_target_array
Change settings.modelChecker.targets to take an array instead of string
|
2021-04-19 18:47:06 +02:00 |
|
Leonardo Alt
|
e3abde43f5
|
Change settings.modelChecker.targets to take an array instead of string
|
2021-04-19 17:53:03 +02:00 |
|
Kamil Śliwak
|
0d4871ad10
|
Prevent adding '-' CLI flag to allowed paths as if it was an actual file
- This resulted in a bug where using stdin was effectively disabling allowed path checks.
|
2021-04-19 16:58:48 +02:00 |
|
Mathias Baumann
|
1737bd7ded
|
Natspec: Don't copy from base function if return parameters differ
|
2021-04-19 15:20:30 +02:00 |
|
chriseth
|
8eb0d5edf6
|
Export used errors in the AST.
|
2021-04-19 14:15:50 +02:00 |
|
Christian Parpart
|
81c7b30a6a
|
Merge pull request #11234 from ethereum/fix-file-reader-compiler-stack-source-unit-name-mismatch
Use identical source unit names in FileReader and CompilerStack
|
2021-04-14 13:46:14 +02:00 |
|
chriseth
|
11b227e33e
|
Merge pull request #11205 from ethereum/fix-docstring-bug
Fix docstring bug
|
2021-04-14 13:18:33 +02:00 |
|
Kamil Śliwak
|
6a41b417a3
|
FileReader: Store files loaded by the callback under their source unit name
|
2021-04-13 13:25:59 +02:00 |
|
chriseth
|
0289994da5
|
Merge pull request #11221 from ethereum/fixCalldataDecodingOverflowBug
Fix calldata decoding overflow bug
|
2021-04-12 18:11:29 +02:00 |
|
chriseth
|
4912bfe639
|
Merge pull request #11229 from ethereum/antlrPath
Fix import paths in grammar and grammar testing details.
|
2021-04-12 16:30:41 +02:00 |
|
Daniel Kirchner
|
6fdfd8b62b
|
Fix import path grammar and grammar testing details.
|
2021-04-12 14:54:36 +02:00 |
|
chriseth
|
2ed17e4b43
|
Update tests.
|
2021-04-12 13:43:56 +02:00 |
|