Commit Graph
203 Commits
Author SHA1 Message Date
Marek Kotewicz 2c8e577f4c EthStubServer renamed to WebThreeStubServer 2014-10-16 19:03:41 +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
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
Marek Kotewicz 46149f7249 Merge branch 'develop' into mk_jsonrpc 2014-10-15 16:47:26 +02:00
Marek Kotewicz de8880d41e jsonrpc renaming properties in request 2014-10-15 11:49:53 +02:00
Marek Kotewicz 76ea9f804d listening and mining param names 2014-10-14 22:01:07 +02:00
Marek Kotewicz f9635e72aa setCoinbase method 2014-10-14 21:53:11 +02:00
subtly 15b524abc6 cryptopp ecdh and ecies 2014-10-14 19:30:20 +02:00
Marek Kotewicz 0a069e51b3 isMining changes to mining 2014-10-14 17:24:51 +02:00
Marek Kotewicz 7a65f94db9 value in messages 2014-10-14 17:03:13 +02:00
Marek Kotewicz 2606cf2b14 common changes 2014-10-14 15:42:29 +02:00
Marek Kotewicz b5e22cad46 stateless tests 2014-10-14 13:32:27 +02:00
Marek Kotewicz 25d71c1167 fixed jsonrpc param types 2014-10-14 13:13:30 +02:00
Marek Kotewicz eb72beb7c3 common changes in jsonrpc && tests 2014-10-14 13:10:16 +02:00
Marek Kotewicz 9d1f544347 common changes 2014-10-14 01:21:52 +02:00
Marek Kotewicz 074d0a7c90 jsonrpc tests 2014-10-13 16:24:34 +02:00
Marek Kotewicz 5723beb875 Merge branch 'develop' into mk_jsonrpc 2014-10-13 15:08:45 +02:00
Marek Kotewicz 95a3a06f33 jsornrpc tests in progress 2014-10-13 15:08:15 +02:00
Marek Kotewicz d47f9be775 ethrpc separated && first tests 2014-10-13 12:28:53 +02:00
Marek Kotewicz 96f5f40dd8 preparing for tests 2014-10-13 11:22:28 +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
Christoph Jentzsch 9f04e1d1b7 Added arithmetic test 2014-09-20 02:05:04 +02:00
Gav Wood 583111ea68 Moved miner over to new Worker class. 2014-09-16 08:09:48 -04:00
Gav Wood ce3a2713f4 Remove old Client network code & API.
Move over JsonRpcServer to WebThree.
2014-09-15 21:49:52 +02:00
Gav Wood 9511383c42 Beginning of merge into AZ. 2014-09-11 13:27:15 +02:00
Gav Wood f9a7ab94ae Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
2014-09-05 18:24:29 +02:00