chriseth
|
2546a274ca
|
Merge pull request #3941 from ethereum/bytes-contract
Disallow explicit conversion of bytesXX to contract
|
2018-04-19 16:10:15 +02:00 |
|
Alex Beregszaszi
|
754d79edfa
|
Disallow explicit conversion of bytesXX to contract
|
2018-04-19 15:58:14 +02:00 |
|
chriseth
|
6407f1f7bb
|
Merge pull request #3932 from ethereum/betterErrorForFailedLookup
Better error for failed lookup
|
2018-04-19 14:25:12 +02:00 |
|
Alex Beregszaszi
|
d577f06ad8
|
Merge pull request #3928 from ethereum/removeZeppelinPatches
Remove Zeppelin patches.
|
2018-04-19 00:25:48 +01:00 |
|
chriseth
|
a94945dfe4
|
Improve error message for failed member lookup.
|
2018-04-18 22:56:45 +01:00 |
|
chriseth
|
17beac1e07
|
Extract tests.
|
2018-04-18 22:52:29 +01:00 |
|
chriseth
|
4895864302
|
Warn about functions named "constructor".
|
2018-04-18 21:23:09 +02:00 |
|
chriseth
|
e22929ebb8
|
Remove Zeppelin patches.
|
2018-04-18 18:14:45 +02:00 |
|
chriseth
|
29a97f1641
|
Fix name clashes between constructor and fallback function.
|
2018-04-18 14:24:35 +02:00 |
|
chriseth
|
f510348ff1
|
Extract tests.
|
2018-04-18 14:24:35 +02:00 |
|
chriseth
|
3d04d83297
|
Merge pull request #3868 from ethereum/bytescleanup
Properly force-clean for shortening bytesXX conversions.
|
2018-04-16 15:23:36 +02:00 |
|
chriseth
|
533d08517f
|
Merge pull request #3793 from ethereum/rationalNumberLimit
Rational number limit
|
2018-04-16 13:10:50 +02:00 |
|
chriseth
|
bf57500e25
|
Tests for bytes cleanup.
|
2018-04-16 12:47:38 +02:00 |
|
Erik Kundt
|
33fbf88707
|
Limits rational numbers to 4096 bits.
|
2018-04-16 11:45:55 +02:00 |
|
chriseth
|
95c49b367e
|
Merge pull request #3875 from ethereum/constructorSelfRef
Stricter check for "this" in constructor.
|
2018-04-13 18:39:31 +02:00 |
|
Daniel Kirchner
|
be37e3a912
|
Stricter check for member access to "this" in constructor.
|
2018-04-13 15:57:13 +02:00 |
|
Erik Kundt
|
6c656a9391
|
Adds unit test that covers long typeDescription and renames suite.
|
2018-04-12 21:14:50 +02:00 |
|
Erik Kundt
|
34da3e634f
|
Separates tests for legacy and compact output.
|
2018-04-12 21:14:50 +02:00 |
|
Erik Kundt
|
824008340a
|
Adds type expectations to legacy tests.
|
2018-04-12 21:14:50 +02:00 |
|
Erik Kundt
|
8935c0dd2f
|
Uses short string representation of TypePointer
|
2018-04-12 21:14:50 +02:00 |
|
chriseth
|
7054defdd6
|
Merge pull request #3364 from ethereum/revertWithReason
Revert with reason
|
2018-04-12 21:01:08 +02:00 |
|
chriseth
|
44416d1ac6
|
Merge pull request #2980 from ethereum/abi-api
Add abi.encode and abi.encodePacked
|
2018-04-12 20:55:03 +02:00 |
|
chriseth
|
966367305a
|
Remove dead code and clarify throw.
|
2018-04-12 20:13:16 +02:00 |
|
Daniel Kirchner
|
db40bd46af
|
Add additional test for `var ` for storage variables.
|
2018-04-12 16:46:35 +02:00 |
|
chriseth
|
75b8828666
|
Allow struct encoding with new encoder.
|
2018-04-12 16:37:16 +02:00 |
|
Daniel Kirchner
|
6862f22943
|
Fix internal compiler error when parsing `var ` declaration without identifier.
|
2018-04-12 14:57:14 +02:00 |
|
chriseth
|
b25598126e
|
Update documentation and minor changes.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
4faa839813
|
Use error signature for revert data.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
338a875134
|
Update expectation.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
e133b1a0cd
|
Adjust expectations in case of homestead VM.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
42c4c78390
|
Adjust tests.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
167ee2fcbb
|
Update source location tests.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
aa715f8759
|
Tests about error bubbling for create and transfer.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
7a9ee69e98
|
Bubble up error messages.
|
2018-04-12 13:09:38 +02:00 |
|
chriseth
|
ae1d040285
|
Allow error string for `require `.
|
2018-04-12 13:09:37 +02:00 |
|
chriseth
|
a06249c984
|
Tests for revert with reason string.
|
2018-04-12 13:09:37 +02:00 |
|
chriseth
|
c3dc67d0e0
|
Merge pull request #3848 from ethereum/constantDivisionByZero
Error on invalid arithmetic with constant expressions.
|
2018-04-12 11:49:08 +02:00 |
|
Daniel Kirchner
|
d42476e241
|
Add test to check ConstantEvaluator for pure non-rational functions.
|
2018-04-12 11:33:54 +02:00 |
|
chriseth
|
7343c40283
|
Check partial function parameters if rest is arbitrary.
|
2018-04-12 00:10:25 +02:00 |
|
chriseth
|
c4a6a63f36
|
Tests for view and pure.
|
2018-04-12 00:10:25 +02:00 |
|
chriseth
|
44c0d7ca5e
|
Tests.
|
2018-04-12 00:10:25 +02:00 |
|
Daniel Kirchner
|
932915633b
|
Add tests for literal operations as well.
|
2018-04-11 23:20:40 +02:00 |
|
Alex Beregszaszi
|
d56acb68ab
|
Add abi.encode, abi.encodePacked, abi.encodeWithSelector and abi.encodeWithSignature.
|
2018-04-11 22:32:10 +02:00 |
|
chriseth
|
b5a696ad48
|
Properly cope with constructor headers.
|
2018-04-11 22:00:21 +02:00 |
|
chriseth
|
52f68d3b63
|
Update expectations.
|
2018-04-11 22:00:21 +02:00 |
|
chriseth
|
4e1ea0866d
|
Extract modifier tests.
|
2018-04-11 22:00:21 +02:00 |
|
chriseth
|
2ad1acaf72
|
Warn if modifiers are applied to functions without implementation.
|
2018-04-11 22:00:21 +02:00 |
|
chriseth
|
42b90ad4c3
|
New tests for function state variables.
|
2018-04-11 22:00:04 +02:00 |
|
chriseth
|
08e807aea0
|
Add expectations.
|
2018-04-11 22:00:04 +02:00 |
|
chriseth
|
bd27ce0e25
|
Extract function type tests.
|
2018-04-11 22:00:04 +02:00 |
|