Commit Graph
22691 Commits
Author SHA1 Message Date
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
chriseth 9e29d9797c Merge pull request #1344 from LefterisJP/sol_BytesToIntConv
Explicit conversion between bytes and int of any size
2015-03-19 13:05:28 +01:00
chriseth d43bc09994 Merge pull request #1344 from LefterisJP/sol_BytesToIntConv
Explicit conversion between bytes and int of any size
2015-03-19 13:05:28 +01:00
Gav Wood 5bac44337d Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
	mix/MixClient.cpp
2015-03-18 22:12:17 +01:00
Gav Wood a48c84a0e1 Diagnostics to try to track down the mining issues. 2015-03-18 22:10:32 +01:00
Lefteris Karapetsas b278b62fb4 Reorganizing conversion EndToEndTests
- Adding/Renaming tests so that we have one for each of the following:
    * FixedBytes to Uint all sizes
    * FixedBytes to FixedBytes all sizes
    * Uint to FixedBytes all sizes

- Grouped them together location-wise to make more sense
2015-03-18 21:14:45 +01:00
Gav Wood d3084e6e38 Merge pull request #1350 from winsvega/develop
BlokTests
2015-03-18 19:41:44 +01:00
Gav Wood 5e3d52e9f7 Merge pull request #1346 from CJentzsch/FuzzTesting
improve Fuzz testing
2015-03-18 19:41:32 +01:00
Gav Wood 212bff1643 Merge pull request #1178 from imapp-pl/pr/evmjit-v0.3
EVM JIT 0.3 (PoC-9)
2015-03-18 19:39:37 +01:00
Gav Wood 46ba67aa29 Merge pull request #1178 from imapp-pl/pr/evmjit-v0.3
EVM JIT 0.3 (PoC-9)
2015-03-18 19:39:37 +01:00
winsvega 4b372b758b BlokTests
InvalidBlockRLP
2015-03-18 18:50:21 +03:00
CJentzsch 4dbb6b67d6 less magic 2015-03-18 16:32:33 +01:00
chriseth d1f9e14476 Exception-throwing assert. 2015-03-18 15:32:17 +01:00
chriseth 84fdc6f1f2 Exception-throwing assert. 2015-03-18 15:32:17 +01:00
CJentzsch 9c33d18711 update gasLimits 2015-03-18 13:14:46 +01:00
CJentzsch c1c837d4b6 improve sampling in fuzz testing 2015-03-18 13:14:21 +01:00
Gav Wood e48fd2ef7e Extensive pathway for reporting transaction execution results. 2015-03-18 12:56:50 +01:00
Gav Wood e4bbc56c0b Rename transact -> submitTransaction (reflecting aynch nature). 2015-03-18 11:32:04 +01:00
Lefteris Karapetsas 8e0f4c7db9 Explicit conversion between bytes and int of any size
- Allowing aforementioned conversion and adding tests for it
2015-03-18 10:57:24 +01:00
Lefteris Karapetsas cd9785d2ff Explicit conversion between bytes and int of any size
- Allowing aforementioned conversion and adding tests for it
2015-03-18 10:57:24 +01:00
chriseth 0816a59b7e Disallowed special case of bytes0 arrays. 2015-03-17 18:34:57 +01:00
chriseth 90c519d08f Disallowed special case of bytes0 arrays. 2015-03-17 18:34:57 +01:00
chriseth a05b307f4e Packing for arrays. 2015-03-17 18:13:28 +01:00
chriseth 2cde4f3404 Packing for arrays. 2015-03-17 18:13:28 +01:00
chriseth 895c08342c Provide access to storage offsets via contract type. 2015-03-17 18:13:27 +01:00
Liana Husikyan 8e61b06b2a added test to check anonymous events with user specified topics
added initial value for m_anonymous of EventDefinition
2015-03-17 14:25:23 +01:00
Liana Husikyan ed757ba5bf added test to check anonymous events with user specified topics
added initial value for m_anonymous of EventDefinition
2015-03-17 14:25:23 +01:00
Liana Husikyan 9f49446688 added anonymous to ABI 2015-03-17 14:25:23 +01:00
Liana Husikyan 46cbb5525c added anonymous to ABI 2015-03-17 14:25:23 +01:00
Liana Husikyan 26b2b4d9a6 changed the position of 'anonymous' keyword: event <name>() anonymous.
- style changes
2015-03-17 14:25:13 +01:00
Liana Husikyan 5a5577f5a5 changed the position of 'anonymous' keyword: event <name>() anonymous.
- style changes
2015-03-17 14:25:13 +01:00
Liana Husikyan 5dc9a8df92 Added anonymous flag to event.
added test
2015-03-17 10:51:03 +01:00
Liana Husikyan 2986ecbd75 Added anonymous flag to event.
added test
2015-03-17 10:51:03 +01:00