Commit Graph
4109 Commits
Author SHA1 Message Date
Gav Wood b655a8b9ae Clean up some code redundancy.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2015-03-25 18:33:20 +01:00
Gav Wood 2372482662 Merge pull request #1387 from winsvega/develop
Transaction Data Must Be Array
2015-03-25 17:49:26 +01:00
Lefteris Karapetsas fc0b32f683 Parsing of not fully implemented functions
- Adding the possibility of omitting a function body by simply ending a
  function definition with a semicolon

- Such a function is marked as not fully implemented and any contract
  that contains such a function is considered a not fully implemented contract
2015-03-25 14:26:05 +01:00
Lefteris Karapetsas 9d6d7ccab8 Parsing of not fully implemented functions
- Adding the possibility of omitting a function body by simply ending a
  function definition with a semicolon

- Such a function is marked as not fully implemented and any contract
  that contains such a function is considered a not fully implemented contract
2015-03-25 14:26:05 +01:00
Liana Husikyan 8f747aab0f tests for external types 2015-03-25 14:20:13 +01:00
Liana Husikyan ae0fa99123 tests for external types 2015-03-25 14:20:13 +01:00
Liana Husikyan 9986b072ad renamed externalTypes to externalSignature 2015-03-25 13:59:46 +01:00
Liana Husikyan 54bb1abcfa renamed externalTypes to externalSignature 2015-03-25 13:59:46 +01:00
Liana Husikyan 701b34fbeb renamed getCanonicalSignature
added externalTypes instead of types for interface functions
added simple test

todo
testing
2015-03-25 13:59:46 +01:00
Liana Husikyan 7e73fd3f45 renamed getCanonicalSignature
added externalTypes instead of types for interface functions
added simple test

todo
testing
2015-03-25 13:59:46 +01:00
Liana Husikyan e3ea90e997 added check for events and stat variables 2015-03-25 13:59:39 +01:00
Liana Husikyan 011d95e7e3 - added externalType to BooleanType.
- fixed the error message
2015-03-25 13:59:39 +01:00
Liana Husikyan 60204d593e added check for valid externalType to checkTypeRequirements for function 2015-03-25 13:59:39 +01:00
Liana Husikyan 607f397234 added externalType for ArrayType 2015-03-25 13:59:39 +01:00
Liana Husikyan a69d59ae71 added getABIType() to types 2015-03-25 13:59:39 +01:00
Paweł Bylica f07089ffa3 Test execution stats improvements
--stats can have optional values:
  --stats=out prints all test timings to standard output,
  --stats=<filename> prints all test timings to a file in tab-separated format.

Stats are now kept in vector to allow duplicated values.
2015-03-25 12:13:44 +01:00
Marek Kotewicz 94e4f410e9 ClientBase tests 2015-03-25 10:59:46 +01:00
Lefteris Karapetsas ee1de5d02e Adding some more reserved keywords 2015-03-24 19:04:41 +01:00
chriseth 0934d0e943 Code generation part 2. 2015-03-24 14:54:33 +01:00
Gav Wood 0b476774a2 Merge pull request #1382 from CJentzsch/addTests
Add tests
2015-03-24 08:59:42 +01:00
winsvega 1806dcf33c Exceptions 2015-03-23 23:50:04 +03:00
CJentzsch 918e1e1738 style 2015-03-23 20:44:51 +01:00
Lefteris Karapetsas 677cefc0e3 Adding keywords for future use section in Token.h 2015-03-23 17:27:27 +01:00
winsvega 158666a2c5 Transaction Data Must Be Array
+libsecp256k1test
2015-03-23 17:52:34 +03:00
subtly e6a1ca28e5 fix test typo 2015-03-23 15:31:03 +01:00
subtly 272bd3c60c gracefully handle old pingnode packet 2015-03-23 15:26:48 +01:00
CJentzsch ec1b504c4a refine bcJS_API_TestFiller.json 2015-03-23 14:41:26 +01:00
CJentzsch db79fcd274 test for in-chain-uncles and uncles with gen 0 2015-03-23 13:14:49 +01:00
CJentzsch 347626743d check overflow for v value in transacition test 2015-03-23 13:13:35 +01:00
CJentzsch aab0ec0678 add possibility to have in-chain uncles as tests 2015-03-23 13:08:14 +01:00
CJentzsch 5d910304b6 gas overflow 2015-03-23 13:07:21 +01:00
Lefteris Karapetsas 139dd3b1d2 Removing string as a token.
- The string keyword is reserved for future use but should not be a
  token in the code since it can cause trigger internal compiler
  assertions.

- fixes #1384
2015-03-23 12:07:57 +01:00
CJentzsch 0b464a3cc5 bug fix 2015-03-23 11:03:40 +01:00
CJentzsch 1554d4b71e memory stress test for memory opdcodes - dejavu issue 28 2015-03-23 10:55:02 +01:00
CJentzsch a2b87b727b stack limit tests 2015-03-23 10:30:48 +01:00
CJentzsch fdc307889f Merge remote-tracking branch 'upstream/develop' into addTests 2015-03-23 08:50:16 +01:00
Gav Wood 7d4c44f7f3 Fix signed/unsigned mismatch. 2015-03-22 22:26:10 +01:00
subtly defaebaa7b Merge host and nodetable network protocol version. 2015-03-22 20:08:32 +01:00
subtly eb047148ff fix net/ unit tests for nodetable updates 2015-03-22 19:05:39 +01:00
subtly 3d98932c1e NodeTable constructor requires and listens to explicit IP address instead of defaulting to 0.0.0.0 (all addresses). 2015-03-22 18:39:56 +01:00
subtly 96a32d19d5 codingstandards 2015-03-22 18:35:34 +01:00
subtly ee68d16ff3 constant for discovery protocol version 2015-03-22 18:33:15 +01:00
CJentzsch eb5b4f36fa max stack limit test 2015-03-21 12:02:59 +01:00
Gav Wood ca740a924b Minor rename.
Report errors properly.
2015-03-20 16:47:54 +01:00
Gav Wood 3d1364698f Merge pull request #1359 from winsvega/develop
SDIV
2015-03-20 16:09:07 +01:00
chriseth 8f8e407306 Merge pull request #1341 from chriseth/sol_packedStorage
Packed storage for arrays.
2015-03-20 12:54:36 +01:00
chriseth ff06ea3aaf Merge pull request #1341 from chriseth/sol_packedStorage
Packed storage for arrays.
2015-03-20 12:54:36 +01:00
winsvega 0f0929b7f7 Arithmetic Tests
More Tests
2015-03-19 23:56:03 +03:00
winsvega 27af13cca7 SDIV
YP p.22 Test Case
2015-03-19 23:17:27 +03:00
chriseth dba9dd1169 Byte size checked for zero; coding style. 2015-03-19 18:15:16 +01:00