Christoph Jentzsch
76c29fc08a
Bugfix, get correct gas after exception
2014-10-22 16:40:24 +02:00
subtly
9a5a6db634
aes ctr mode test
2014-10-22 15:57:52 +02:00
Paweł Bylica
e987e1a692
Drop universal initializer in some places
2014-10-22 12:54:31 +02:00
Paweł Bylica
95e7e44c08
Add virtual specifier to overridden methods in FakeVM
2014-10-22 12:45:26 +02:00
Paweł Bylica
d5c09e6450
Remove dead code
2014-10-22 11:46:44 +02:00
Paweł Bylica
05a8e41d5d
Another round of fixing ExtVM interface
2014-10-22 11:46:14 +02:00
Christoph Jentzsch
60a7ff58a1
Change output of random test to std::out instead of file
2014-10-21 17:02:49 +02:00
Christoph Jentzsch
6c0b16bc03
Random test optimizations
2014-10-21 14:20:16 +02:00
Paweł Bylica
ed827c7719
Enhance VM tests reports, resolves ethereum/cpp-ethereum#399
2014-10-21 11:57:44 +02:00
Christian
c24fa78b21
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
...
pointer.
2014-10-20 16:23:49 +02:00
subtly
7ca7fd97ab
Merge branch 'develop' into crypto
2014-10-18 23:05:54 +02:00
subtly
8669468cbc
cleanup headers
2014-10-18 23:01:42 +02: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
subtly
224f43bf81
basic ecies class
2014-10-18 05:11:36 +02:00
subtly
5693de0f13
Merge branch 'develop' into crypto
...
Conflicts:
test/TestHelperCrypto.h
2014-10-17 22:44:05 +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
subtly
1e29956b58
add headers to cmake
2014-10-16 15:10:54 +02:00
Christian
ee06ed2ff8
Corrected coding style.
2014-10-16 14:08:54 +02:00
Christian
c2f3d27940
Some fixes for the type system, should be quite usable now.
2014-10-15 18:41:44 +02:00
Christian
35383f9b88
Added meaningful exception types.
2014-10-15 18:41:29 +02:00
Christian
de155c13ef
Type system, not yet complete.
2014-10-15 18:40:19 +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
0abb8e9b1d
cryptopp aes128-cbc
2014-10-15 11:58:27 +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
Christian
082d79dba4
Merge remote-tracking branch 'ethereum/develop' into solidity
2014-10-13 17:14:37 +02:00
Christian
9c9a529b9d
Name resolution.
2014-10-13 17:02:21 +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
Christian
51f335838c
Initial implementation of Solidity parser finished, not yet tested much.
2014-10-09 18:35:41 +02:00
Christian
9766467f50
Parse everything up to function bodies and report parser errors with location.
2014-10-08 20:53:50 +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
Christian
762817f838
Solidity parser, can not parse much yet.
2014-10-08 13:49:34 +02:00
Christian
a1f32a0b26
Solidity scanner and some unit tests.
...
The scanner is a modified version of the v8 javascript scanner.
2014-10-08 11:11:50 +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