Mathias Baumann
|
5b8ff78176
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
|
Daniel Kirchner
|
3321fc56ea
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
|
Mathias Baumann
|
6c6a9054b2
|
Implement override checking
|
2019-10-30 17:31:33 +01:00 |
|
Christian Parpart
|
e40c498260
|
Adapting the tests to strict inline assembly.
|
2019-10-25 15:01:25 +02:00 |
|
chriseth
|
2b91022b25
|
Fix view/pure checker for access to base.
|
2019-07-03 11:19:57 +02:00 |
|
Daniel Kirchner
|
4d38df6920
|
Set state mutability of function type members `gas and value ` to pure.
|
2019-06-13 18:27:53 +02:00 |
|
chriseth
|
7506b5752a
|
Do not require payable for callvalue instruction.
|
2019-05-22 11:30:29 +02:00 |
|
Leonardo Alt
|
0386d39942
|
Add test with internal function
|
2019-03-19 20:45:27 +01:00 |
|
Leonardo Alt
|
9acec99c31
|
Issue error for callvalue in nonpayable function
|
2019-03-19 20:45:27 +01:00 |
|
Leonardo Alt
|
508aae8a67
|
Disable state mutability warning for functions with empty body
|
2018-12-12 14:43:44 +01:00 |
|
Daniel Kirchner
|
879251a78b
|
Update test suite to use address payable.
|
2018-09-12 16:21:43 +02:00 |
|
chriseth
|
a996ea266c
|
Merge pull request #4590 from ethereum/msgValueModifier
Warn if modifier uses msg.value in non-payable function
|
2018-09-05 10:32:10 +02:00 |
|
Daniel Kirchner
|
82f512a7d4
|
Add return data to bare calls.
|
2018-09-04 13:31:10 +02:00 |
|
chriseth
|
431c2fbcf3
|
Turn warning into error.
|
2018-09-03 18:35:57 +02:00 |
|
Erik Kundt
|
75a92b0ffd
|
Warns if modifier uses msg.value in non-payable function.
|
2018-09-03 18:35:57 +02:00 |
|
Daniel Kirchner
|
7d7abeb149
|
Disallow ambiguous conversions between number literals and bytesXX types.
|
2018-08-13 14:27:01 +02:00 |
|
Christian Parpart
|
9b8a05ebfb
|
Update tests to remove support for loose assembly
|
2018-08-02 13:37:13 +01:00 |
|
Christian Parpart
|
5d9320c70b
|
Disallow loos assembly in Solidity by permanently setting it to SyntaxError (from Warning)
|
2018-08-02 13:36:05 +01:00 |
|
Daniel Kirchner
|
f5be38bff1
|
Extend view pure test suite.
|
2018-07-04 11:25:45 +02:00 |
|
Daniel Kirchner
|
0a738b4ac4
|
Adjust tests wrt strict view pure checker.
|
2018-07-04 10:14:58 +02:00 |
|
chriseth
|
eeef82b2d7
|
Fallback function has to be external: backwards-compatible changes.
|
2018-06-29 00:23:52 +02:00 |
|
chriseth
|
86a720b96a
|
Adjust tests.
|
2018-06-25 17:17:18 +02:00 |
|
Alex Beregszaszi
|
b2a3e165cb
|
Extract test cases from ViewPureChecker
|
2018-06-06 15:41:41 +01:00 |
|