index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
viewPureChecker
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update test suite to use address payable.
Daniel Kirchner
2018-09-12
1
-0
/
+2
|
*
Merge pull request #4590 from ethereum/msgValueModifier
chriseth
2018-09-05
2
-0
/
+12
|
\
|
|
|
|
Warn if modifier uses msg.value in non-payable function
|
*
Turn warning into error.
chriseth
2018-09-04
1
-1
/
+1
|
|
|
*
Warns if modifier uses msg.value in non-payable function.
Erik Kundt
2018-09-04
2
-0
/
+12
|
|
*
|
Add return data to bare calls.
Daniel Kirchner
2018-09-04
2
-6
/
+10
|
/
*
Disallow ambiguous conversions between number literals and bytesXX types.
Daniel Kirchner
2018-08-13
2
-5
/
+5
|
*
Update tests to remove support for loose assembly
Christian Parpart
2018-08-02
2
-14
/
+0
|
*
Disallow loos assembly in Solidity by permanently setting it to SyntaxError ↵
Christian Parpart
2018-08-02
2
-3
/
+2
|
|
|
|
(from Warning)
*
Extend view pure test suite.
Daniel Kirchner
2018-07-04
17
-3
/
+162
|
*
Adjust tests wrt strict view pure checker.
Daniel Kirchner
2018-07-04
2
-8
/
+1
|
*
Fallback function has to be external: backwards-compatible changes.
chriseth
2018-06-29
1
-1
/
+1
|
*
Adjust tests.
chriseth
2018-06-25
1
-3
/
+3
|
*
Extract test cases from ViewPureChecker
Alex Beregszaszi
2018-06-06
22
-0
/
+227