chriseth
|
561280a5cc
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-12-14 11:33:40 +01:00 |
|
Alex Beregszaszi
|
fa37e69c25
|
Improved error messages when converting to/from builtin functions
|
2020-12-10 22:38:15 +00:00 |
|
chriseth
|
72f1e4ea0b
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
|
hrkrshnn
|
a834476de6
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
|
chriseth
|
79669ecd48
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
|
chriseth
|
e27a1b786b
|
Wording in error messages.
|
2020-11-03 13:31:51 +01:00 |
|
Harikrishnan Mulackal
|
3970412422
|
Implemented events with function type as one of its indexed parameters
|
2020-09-30 12:11:38 +02:00 |
|
chriseth
|
6508986077
|
Merge pull request #9768 from ethereum/move-event-syntax-tests-from-name-and-type-resolution
Group event-related syntax tests together
|
2020-09-09 16:57:30 +02:00 |
|
Kamil Śliwak
|
6f41e83b48
|
Move most event-related syntax tests from nameAndTypeResolution/ to events/
|
2020-09-09 14:53:46 +02:00 |
|
Kamil Śliwak
|
5e9dd67a0a
|
FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types
|
2020-09-09 14:45:58 +02:00 |
|
chriseth
|
ab2f64f442
|
Disallow multiple events with same name and types.
|
2020-07-13 11:24:37 +02:00 |
|
a3d4
|
e04cedafc5
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
|
chriseth
|
c175a468ab
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
|
chriseth
|
0973ae751a
|
Do not warn about enabled ABIEncoderV2 anymore.
|
2019-11-26 15:49:42 +01:00 |
|
chriseth
|
227addfcef
|
Syntax tests.
|
2019-02-11 11:37:48 +01:00 |
|
bakaoh
|
3d7b0d691f
|
Update test to correct source location for nameless parameters
|
2018-08-31 09:54:11 +07:00 |
|
Leonardo Alt
|
faed71c6b1
|
Review suggestions
|
2018-08-15 17:11:18 +02:00 |
|
Leonardo Alt
|
b6c839e817
|
Disallow indexed reference types in events when using ABIEncoderV2
|
2018-08-15 17:11:18 +02:00 |
|
Leonardo Alt
|
20c6cea7bb
|
Disallow structs in events without ABIEncoderV2
|
2018-08-03 13:41:27 +02:00 |
|