Paweł Bylica
44536d4327
Implement VMFace with jit::VM
2014-10-22 16:40:05 +02:00
Paweł Bylica
d6ec0a1248
Fix remaining gas testing [ #81118624 ]
2014-10-21 19:42:24 +02:00
artur-zawlocki
af47913b16
cmake: added dependency on libevmjit to target createRandomTest
2014-10-21 15:00:09 +01:00
Paweł Bylica
c50afdef18
Merge branch 'develop' into develop-evmcc
...
Conflicts:
libevm/FeeStructure.cpp
test/vm.cpp
2014-10-21 14:44:09 +02:00
Paweł Bylica
c2495456f4
Enhance VM tests reports
2014-10-21 11:54:54 +02:00
Paweł Bylica
a152c3b6fb
Remove dead code
2014-10-21 11:51:45 +02:00
Paweł Bylica
509d302ab8
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
2014-10-20 17:37:55 +02:00
Paweł Bylica
1b2d4c25e6
Another round of fixing ExtVM interface
2014-10-20 17:36:26 +02:00
artur-zawlocki
3fed069873
Updated cmake files after moving the jit compiler to a lib.
2014-10-20 16:12:00 +01:00
Gav Wood
b2e085c7d6
In this house, we use std::chrono!
...
Fix #395 .
2014-10-18 21:17:19 +03:00
Gav Wood
65e46b62be
Style fix.
2014-10-18 17:41:53 +03:00
Christoph Jentzsch
02f60e1a53
Update CMakeLists.txt
2014-10-18 14:32:26 +02:00
Christoph Jentzsch
21457052fd
Make all exceptions dervie virtual
2014-10-18 14:27:23 +02:00
Paweł Bylica
29ad070d07
Disable test filling
2014-10-17 16:07:53 +02:00
Paweł Bylica
0b3264de22
Turn on JIT testing with "--jit" command line parameter
2014-10-17 13:58:45 +02:00
Paweł Bylica
8c871d0f9a
Running vm_tests with JIT
2014-10-17 10:58:10 +02:00
Gav Wood
693fe08bc9
Merge pull request #383 from imapp-pl/pr-fixes
...
Prepare VM test engine for running JIT-ed tests (+ a bugfix)
2014-10-16 20:17:27 +03:00
Gav Wood
b5bd1cc521
Add QtCreator code style.
...
Fix warnings. Bad boy, Alex!
2014-10-16 20:03:04 +03:00
Gav Wood
266bce3376
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2014-10-16 19:44:02 +03:00
Gav Wood
165e9780f7
Correct namespace for a few things in devcrypto.
...
Added lower_bound to TrieDB.
Added nextActiveAddress to State.
2014-10-16 19:43:48 +03:00
Paweł Bylica
6d3cf5fad9
Prepare VM test engine for running JIT-ed tests
2014-10-16 18:26:50 +02:00
Paweł Bylica
fe21016686
test/rlp bugfix: expectedText can be empty
2014-10-16 18:26:34 +02:00
Paweł Bylica
09a50c84a5
Prepare VM test engine for running JIT-ed tests
2014-10-16 18:20:49 +02:00
Paweł Bylica
0074309337
test/rlp bugfix: expectedText can be empty
2014-10-16 18:19:58 +02:00
subtly
1e29956b58
add headers to cmake
2014-10-16 15:10:54 +02:00
Christoph Jentzsch
1325b40ba5
style fix
2014-10-15 12:22:20 +02:00
Christoph Jentzsch
66d4df6af3
Merge remote-tracking branch 'upstream/develop' into develop
2014-10-15 12:17:35 +02:00
subtly
15b524abc6
cryptopp ecdh and ecies
2014-10-14 19:30:20 +02:00
Christoph Jentzsch
bd7fe3dba8
bug fix
2014-10-14 15:13:38 +02:00
Christoph Jentzsch
5b3c47aa05
Added random test creater
2014-10-14 13:22:49 +02:00
Gav Wood
ea27fbe5f3
Move Dagger to ProofOfWork and refactor in preparation for ARPoW.
2014-10-12 20:57:25 +02:00
Gav Wood
8472a0f06f
Merge pull request #346 from CJentzsch/develop
...
Corrected call function in FakeExtVM
2014-10-09 20:19:43 +02:00
Gav Wood
9e27cb00da
PoC-7: Maximum recursion limit 1024.
2014-10-08 17:51:51 +02:00
Christoph Jentzsch
dcfcbda2fa
Corrected call function in FakeExtVM
...
Added ABA calls to tests, corrections in FakeExtVm::call
Use FakeStateClass instead of altering real state class for testing purposes
remove posts, add broken test
2014-10-08 14:19:44 +02:00
Gav Wood
f24a017a06
PoC-7 crypto-contracts.
2014-10-08 00:07:03 +02:00
Gav Wood
d4a0fc07e1
More attempts to fix for the ultra-pedantic clang compiler.
2014-10-07 23:07:56 +02:00
Gav Wood
69ff5582e6
Merge pull request #324 from CJentzsch/develop
...
Added system operation tests. Switched to a primarily use of boost::exception.
2014-10-06 12:34:45 +02:00
Christoph Jentzsch
0d5a301957
Bug fix, push callcreate before changing gas value in FakeExtVM
2014-10-06 10:17:27 +02:00
Arkady Paronyan
77598cc3f0
fixed segfaults on accessing temp objects vector buffers
2014-10-03 17:53:04 +04:00
Christoph Jentzsch
d490d3197b
Restructured exceptions. Boost::exception is now used primarily.
2014-10-02 14:20:33 +02:00
Christoph Jentzsch
8b3b711eff
Merge remote-tracking branch 'upstream/develop' into develop
2014-10-01 13:59:36 +02:00
Christoph Jentzsch
4d7a55f8e2
corrected CALLSTATELESS test, style fixes, code length independent call in FakeExtVM
2014-10-01 13:59:07 +02:00
Gav Wood
5e6121d3fe
Avoid attempt to reget chain on block reception.
...
Send genesis block hash in hash chain.
2014-09-30 18:25:10 +01:00
Gav Wood
fa902ec5ff
Networking fixes.
2014-09-30 15:53:15 +01:00
Christoph Jentzsch
244b787111
Completed vm tests. Added ADDMOD,MULMOD,POST,CALLSTATELESS
2014-09-29 13:10:25 +02:00
Christoph Jentzsch
5bdfed39e1
undefined FILL_TESTS and some minor style fixes
2014-09-27 13:06:55 +02:00
Christoph Jentzsch
9183d2e6e3
Reorganized FakeExtVM class into .h and .cpp file. Added state class member in order to test CREATE and CALL. Added system operations test.
2014-09-27 12:51:34 +02:00
Christoph Jentzsch
388ed8fa62
Added more vm tests
2014-09-25 11:18:32 +02:00
Christoph Jentzsch
f3bc035e11
style fix
2014-09-20 22:18:42 +02:00
Christoph Jentzsch
e2fe9628d1
Merge remote-tracking branch 'upstream/develop' into develop
2014-09-20 02:05:46 +02:00