Commit Graph
254 Commits
Author SHA1 Message Date
Marek Kotewicz 5bedf3c21f Merge branch 'develop' into mk_jsonrpc 2014-10-23 19:08:45 +02:00
Marek Kotewicz b884866962 Merge branch 'develop' into mk_jsonrpc 2014-10-23 18:04:55 +02:00
Marek Kotewicz fac4e8ffd6 jsonrpc library dependency made mandatory 2014-10-23 17:12:04 +02:00
Christoph Jentzsch c9d5ae113a Merge remote-tracking branch 'upstream/develop' into bugfix 2014-10-23 16:13:47 +02:00
Gav Wood 076f58fe24 Merge pull request #381 from chriseth/solidity
Solidity parser - not polished yet, but usable
2014-10-23 16:05:42 +02:00
Marek Kotewicz 1e65540b0c removed outdated tests 2014-10-23 12:22:04 +02:00
Marek Kotewicz ea2c6a0ab4 json-rpc generic api 2014-10-23 12:04:26 +02:00
Christoph Jentzsch d865275202 Changing gas cost to zero at stackunderflow 2014-10-23 11:25:34 +02:00
Marek Kotewicz 3984f6c80c Merge branch 'develop' into mk_jsonrpc
Conflicts:
	libqethereum/QEthereum.cpp
	libqethereum/QEthereum.h
2014-10-23 02:51:58 +02:00
Christoph Jentzsch c7a101dec3 bug fix 2014-10-22 22:13:08 +02:00
Gav Wood 3f5bec5940 Merge pull request #404 from imapp-pl/pr-fixes
Enhance VM tests reports
2014-10-22 21:05:13 +02:00
Gav Wood 7356e6f429 Merge pull request #405 from CJentzsch/randomTestCreater
Random test creater optimization
2014-10-22 21:04:49 +02:00
Marek Kotewicz 2b44fc0a8e block, transaction, uncle by hash and number separately 2014-10-22 15:47:22 +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
Marek Kotewicz e03ed00706 changes from Generic JSON-RPC 2014-10-22 11:47:45 +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
Marek Kotewicz baa905302c common changes in tests 2014-10-20 10:27:48 +02:00
Marek Kotewicz 959493c7f7 key, keys -> accounts populated to WebThreeStubServer 2014-10-20 10:01:14 +02:00
Marek Kotewicz 6adaa743f2 Merge branch 'develop' into mk_jsonrpc
Conflicts:
	alethzero/MainWin.cpp
	libqethereum/QEthereum.cpp
	libqethereum/QEthereum.h
	third/MainWin.cpp
2014-10-20 08:24:18 +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
Marek Kotewicz d5502aee48 Merge branch 'develop' into mk_jsonrpc
Conflicts:
	libqethereum/QEthereum.h
2014-10-17 15:49:27 +02:00
Marek Kotewicz 31359aa253 codding standards 2014-10-17 15:08:19 +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
Marek Kotewicz 2c8e577f4c EthStubServer renamed to WebThreeStubServer 2014-10-16 19:03:41 +02: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
Marek Kotewicz 9fa0453e47 jsonrpc offset method 2014-10-16 17:21:26 +02:00
Marek Kotewicz fcff4059b5 retab 2014-10-16 16:54:27 +02:00
Marek Kotewicz 022300c1ca added headers to ethrpc cmake 2014-10-16 16:28:42 +02:00
Marek Kotewicz 6d97bd9042 missing tests 2014-10-16 16:06:20 +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
Marek Kotewicz fbe6e656ec jsonrpc http watch 2014-10-16 13:06:24 +02:00
Marek Kotewicz 9cbed56278 common changes to unify apis 2014-10-16 03:46:47 +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
Marek Kotewicz 46149f7249 Merge branch 'develop' into mk_jsonrpc 2014-10-15 16:47:26 +02:00