CJentzsch
5d42586b28
include invalid transaction rlp block test
2015-02-25 15:57:51 +01:00
CJentzsch
24574ef337
add memory tests
2015-02-25 14:18:58 +01:00
CJentzsch
7f22c53b32
add commandline flag for tt10MBtxTest
...
bugix in trie test
undo trie test change
2015-02-25 14:18:56 +01:00
CJentzsch
6e32c6d955
use 50000 bytes for CALLDATACOPY
2015-02-25 14:18:55 +01:00
CJentzsch
aa1ec0cb72
add --all flag for time consuming tests
2015-02-25 14:18:55 +01:00
CJentzsch
296e917a6a
add quadratic complexity tests
2015-02-25 14:18:55 +01:00
CJentzsch
4c3e1f7c4a
add test for quadratic complexity
...
remove file with wrong name
2015-02-25 14:18:50 +01:00
CJentzsch
edc5050a4b
add wrong v value tx test
2015-02-25 14:18:50 +01:00
CJentzsch
704474b361
add create contract with existing address test
2015-02-25 14:18:50 +01:00
Gav Wood
c7be0fab39
Merge pull request #1129 from imapp-pl/pr/old_tests
...
Old VM tests used in EVM JIT development
2015-02-24 18:46:48 +01:00
Gav Wood
93950c5112
Merge pull request #1110 from winsvega/develop
...
Quadratic complexity test
2015-02-24 18:01:17 +01:00
Paweł Bylica
58d36bb65a
Move old VM jump tests from EVM JIT to JSON file
2015-02-24 17:12:26 +01:00
Paweł Bylica
718021691e
Move old VM stack tests from EVM JIT to JSON file
2015-02-24 15:59:16 +01:00
Paweł Bylica
74814392f4
Move old VM return tests from EVM JIT to JSON file
2015-02-24 15:35:50 +01:00
Paweł Bylica
8de710e315
Move old VM memory tests from EVM JIT to JSON file
2015-02-24 15:25:28 +01:00
Paweł Bylica
30218a1d24
Move old VM environmental test from EVM JIT to JSON file
2015-02-24 15:13:26 +01:00
Paweł Bylica
c4731029b6
Move old VM arithmetic tests from EVM JIT to JSON file
2015-02-24 15:03:23 +01:00
chriseth
a24e0b5b15
Merge pull request #1119 from chriseth/sol_arraysIndexAccess
...
Index access for arrays.
2015-02-24 12:22:00 +01:00
arkpar
aa20eb64ec
fixed test buid
2015-02-24 00:11:29 +01:00
winsvega
ba257db2f3
Solidity Tests
...
cosmetics2
2015-02-23 22:14:34 +03:00
winsvega
9d1ebe20a8
Solidity Tests
...
fixing cosmetics
2015-02-23 22:11:48 +03:00
Christian
ed08c68664
Out-of-bounds checking.
2015-02-23 18:28:33 +01:00
Christian
a5eb2a3990
Index and length access for dynamic arrays.
2015-02-23 18:28:30 +01:00
Christian
ae9013f367
Implementation of index access.
2015-02-23 18:25:49 +01:00
Gav Wood
3529dde8ac
Merge pull request #1113 from CJentzsch/addTests
...
remove/adapt tests with impossible pre conditions
2015-02-23 17:24:56 +01:00
Gav Wood
55cb6e31f5
Merge pull request #1100 from chriseth/sol_arrays
...
Parsing support for arrays.
2015-02-23 15:19:07 +01:00
CJentzsch
11110702c6
remove tests with impossible pre conditions
2015-02-23 15:12:23 +01:00
winsvega
a3d2df8dbc
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
2015-02-23 15:02:19 +03:00
CJentzsch
cd9262badf
Merge remote-tracking branch 'upstream/develop' into addTests
...
Conflicts:
test/CMakeLists.txt
test/ttTransactionTestFiller.json
2015-02-23 12:28:42 +01:00
CJentzsch
154d439cf8
merge
2015-02-23 12:26:31 +01:00
Gav Wood
9a764055ac
Merge pull request #1109 from CJentzsch/TransactionBugFix
...
Transaction bug fix
2015-02-23 10:44:52 +01:00
Gav Wood
f9781f6729
Merge pull request #1107 from chriseth/sol_inheritableIsInternal
...
Replaced "inheritable" by "internal".
2015-02-23 10:42:59 +01:00
winsvega
87912744c7
Quadratic complexity test
2015-02-23 12:34:29 +03:00
CJentzsch
5554861fb3
fix too-small-address-length bug in transaction
2015-02-23 08:29:56 +01:00
Christian
c8d4ab1ca0
Replaced "inheritable" by "internal".
2015-02-22 19:37:54 +01:00
Christian
d85bfe1452
Stack height checks and fix.
2015-02-22 19:16:40 +01:00
Christian
9798d700dd
Allow conversion to dynamic arrays and update grammar.
2015-02-21 18:25:08 +01:00
Christian
c8cec8d0b3
Parsing of array types and basic implementation.
2015-02-21 15:10:01 +01:00
Liana Husikyan
4144c63d9f
Inline member initialisation
...
renamed VariableDefinition class to VariableDeclarationStatement
added tests
2015-02-20 22:50:34 +01:00
Gav Wood
9281eb507d
Merge pull request #1091 from chriseth/accountProxyQueues
...
Account proxy queues
2015-02-20 20:30:04 +01:00
Christian
ba0a8a2bfc
Implemented account proxy queues.
2015-02-20 18:48:45 +01:00
winsvega
c1d415fba1
New Solidity Tests
2015-02-20 17:07:51 +03:00
winsvega
853cf07e43
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
2015-02-20 13:49:32 +03:00
chriseth
3e79e23841
Merge pull request #1092 from LefterisJP/sol_BugOverrideFunctionByteArrayParam
...
Bugfix for functions override
2015-02-20 10:16:31 +01:00
Gav Wood
52d1531c76
Merge pull request #1071 from winsvega/develop
...
Test Correction
2015-02-19 23:39:57 +01:00
Gav Wood
28c2747e88
Merge pull request #1082 from debris/jsonrpc
...
latest changes from ethereum.js
2015-02-19 23:38:47 +01:00
Gav Wood
211ba446fe
Fix gas limit.
...
Disable whisper test until alex fixes networking.
2015-02-19 17:56:42 +01:00
Lefteris Karapetsas
0398ef109c
Bugfix for functions override
...
- Functions with byte array type parameters can now be safely
overriden. Parameter location is now set at the right place.
- Also made a test for the fix
2015-02-19 17:43:53 +01:00
winsvega
e832fec8d5
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
2015-02-19 16:55:03 +03:00
Marek Kotewicz
d9e38eb3a8
Merge branch 'develop' into jsonrpc
2015-02-19 08:21:02 +01:00