Commit Graph

2016 Commits

Author SHA1 Message Date
CJentzsch
1646ab45a8 add test for uncle generation 2015-03-14 10:03:30 +01:00
Paweł Bylica
3782a33e50 Prettify VM and State test outputs 2015-03-14 00:18:52 +01:00
Paweł Bylica
31db4fbde8 Stats for testeth
Simple listener support added to testeth. Stats class implements the Listener interface and collects tests execution times. Try options: --stats or --stats=full.

Closes ethereum/cpp-ethereum#1285
2015-03-14 00:18:52 +01:00
Gav Wood
f15e1ef250 Merge pull request #1316 from debris/develop
ethereumjs changes related with #1284
2015-03-13 20:19:42 +01:00
Gav Wood
6c46b49366 Merge pull request #1309 from CJentzsch/fixCalldataload
Fix calldataload
2015-03-13 20:13:18 +01:00
Gav Wood
92b4dea798 Merge pull request #1310 from CJentzsch/addmodMulmodFix
add addmod test in order to check that nothing get downcasted inbetween
2015-03-13 20:12:52 +01:00
Gav Wood
1ef0a594a3 Merge pull request #1314 from CJentzsch/blockTests
remove seedhash from block header tests
2015-03-13 20:12:45 +01:00
Gav Wood
827b1e2b3d Merge pull request #1295 from CJentzsch/randomStateTests
Random state tests
2015-03-13 20:12:35 +01:00
chriseth
a6f328a613 Fix gas for builtin.
Fixes #1300
2015-03-13 17:31:56 +01:00
Lefteris Karapetsas
1cd179f0d2 Merge pull request #1284 from LefterisJP/sol_SBHCleanup
Solidity StringXX and HashXX types change to BytesXX
2015-03-13 16:34:20 +01:00
Marek Kotewicz
f60887a59a Merge commit '5bbd7b5c15de77c194ce72f72901da672faf64a0' into develop 2015-03-13 16:13:44 +01:00
Marek Kotewicz
60162d919b Squashed 'libjsqrc/ethereumjs/' changes from d509360..eceeda7
eceeda7 gulp
cc3e373 Merge pull request #109 from LefterisJP/string_hash_rename
3a22498 string type basically becomes bytes type
760634a Changing abi tests to use fixed bytes type
6554479 Merge pull request #108 from frozeman/apiOverhaul
b322378 removed unecessary utils
9a3d320 changed my author url
8516a2f removed uncommented line
1730f21 add version replacement use version.json now
27e5706 bumped version
3614cea bumped version
9c3d1b2 merged develop
2e320ed add versions
08a38b3 removed unecessary open in httpprovidor
5636510 add inputformatter for sha3
50ca903 add build
f351e95 removed unecessary log
67ab5ef removed unecessary log

git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: eceeda7d0878579cdc6324f3026ae88079c30720
2015-03-13 16:13:43 +01:00
Paweł Bylica
7469312e21 Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-13 15:58:25 +01:00
CJentzsch
132533babb clean up 2015-03-13 15:35:32 +01:00
CJentzsch
f72e8d93a6 remove seedhash from block header tests 2015-03-13 14:58:47 +01:00
CJentzsch
9da83dc6d2 add addmod test in order toc check that nothing get downcasted inbetween 2015-03-13 13:04:05 +01:00
CJentzsch
1d93fc79f4 fix calldataload 2015-03-13 12:29:59 +01:00
Gav Wood
0de5ff34fd Merge pull request #1283 from CJentzsch/addTests
Add tests
2015-03-13 00:30:08 +01:00
Gav Wood
66a216f704 Remove seedHash from header. 2015-03-12 18:10:27 +00:00
CJentzsch
6243d0048b style 2015-03-12 19:03:07 +01:00
CJentzsch
363d417384 style 2015-03-12 19:01:09 +01:00
CJentzsch
20cb72b297 bugfix 2015-03-12 17:44:57 +01:00
Lefteris Karapetsas
1bb7f3cbc3 Small FixedBytes type fixes
- Integer Constant is explicitly convertible to FixedBytes, so using
  that in the tests
2015-03-12 17:31:39 +01:00
CJentzsch
f164593c27 dejavu issue 19 - stack underflows 2015-03-12 17:11:58 +01:00
CJentzsch
b5ed5d13d1 readd --filltest option and add dejavu issue 42 test 2015-03-12 16:53:00 +01:00
Gav Wood
10ce222610 net_version
web3_clientVersion
2015-03-12 13:38:51 +00:00
CJentzsch
24754c4693 Merge remote-tracking branch 'upstream/develop' into randomStateTests 2015-03-12 14:35:05 +01:00
CJentzsch
67fae64c9f Merge remote-tracking branch 'upstream/develop' into addTests 2015-03-12 14:34:46 +01:00
CJentzsch
08bc977660 style 2015-03-12 14:33:00 +01:00
Gav Wood
8371e8934e Merge pull request #1294 from imapp-pl/pr/testeth_options
testeth: optional VM tracing (--vmtrace)
2015-03-12 13:02:57 +00:00
Paweł Bylica
b9508eb91f Merge remote-tracking branch 'upstream/develop' into evmjit 2015-03-12 13:39:40 +01:00
Lefteris Karapetsas
c89413f6ea Some fixes on Types.cpp for FixedBytesType 2015-03-12 13:39:12 +01:00
Lefteris Karapetsas
3d0f4b0f22 Style fixes and some additional hash to bytes32 renaming 2015-03-12 12:53:01 +01:00
Lefteris Karapetsas
0b411d98e9 Removing uncecessary intermediate int conversion in log tests 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
f3fc870e03 byte is now an alias for byte1 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
6e9d0d7345 Fixing byte array index access code generation 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
5e42f54f96 Changes in Solidity Tests to use the new bytesXX type 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
125a1bb670 Conversion changes after renaming Hash/String to Bytes.
- Almost all end to end tests pass. Still needs a little bit of work
2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
5abf18c27f Most EndToEndTests are now compliant with the Bytes renaming 2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
c72197a453 Bytes Tokens properly named and NameAndTypeResolution tests work 2015-03-12 12:53:00 +01:00
CJentzsch
eb2fd0f521 random state test optmization 2015-03-12 12:49:52 +01:00
Paweł Bylica
e18c7b99cb testeth: optional VM tracing (--vmtrace), command line options refactoring.
Closes ethereum/cpp-ethereum#1280
2015-03-12 12:01:12 +01:00
CJentzsch
5f43489d3d style fix 2015-03-12 11:54:11 +01:00
CJentzsch
76c3e165ca remove unneccessary dependencies 2015-03-12 11:42:16 +01:00
CJentzsch
059c1bb49b remove boost test lib macros from check random state test 2015-03-12 11:36:46 +01:00
Marek Kotewicz
a4800d8420 Merge branch 'develop' into new_jsonrpc
Conflicts:
	libweb3jsonrpc/WebThreeStubServerBase.cpp
2015-03-12 11:04:18 +01:00
CJentzsch
437e5c222b add check random state test for jit 2015-03-12 11:01:06 +01:00
CJentzsch
cf5f86e384 create random state tests 2015-03-12 09:16:32 +01:00
Gav Wood
7a769c4a00 Merge pull request #1282 from winsvega/develop
State Tests
2015-03-11 16:30:03 +00:00
Gav Wood
59da6057a0 Merge pull request #1276 from ethereum/p2p
p2p: fixes
2015-03-11 16:29:15 +00:00