| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc | artur-zawlocki | 2014-10-29 | 20 | -193/+1215 |
|\ |
|
| * | Expose VM kind setting of State in FakeExtVM | Paweł Bylica | 2014-10-29 | 2 | -9/+12 |
| * | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-29 | 1 | -2/+2 |
| |\ |
|
| | * | Fix VM test code loading conditions | Paweł Bylica | 2014-10-28 | 1 | -2/+2 |
| * | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-28 | 20 | -170/+1190 |
| |\| |
|
| | * | Merge pull request #428 from CJentzsch/useETHEREUM_TEST_PATH | Gav Wood | 2014-10-28 | 4 | -4/+48 |
| | |\ |
|
| | | * | use ETHEREUM_TEST_PATH in all tests | Christoph Jentzsch | 2014-10-28 | 4 | -4/+48 |
| | * | | Update vm.h | Christoph Jentzsch | 2014-10-28 | 1 | -1/+0 |
| | * | | Update vm.cpp | Christoph Jentzsch | 2014-10-28 | 1 | -3/+0 |
| | * | | Merge remote-tracking branch 'upstream/develop' into vmtrace | Christoph Jentzsch | 2014-10-28 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | Draft of new LOG/bloom/headers/block format. | Gav Wood | 2014-10-28 | 1 | -1/+1 |
| | | |/ |
|
| | * | | log VMTRACE in file for user defined test | Christoph Jentzsch | 2014-10-28 | 2 | -27/+40 |
| | * | | VMTRACE for internal calls | Christoph Jentzsch | 2014-10-28 | 1 | -0/+1 |
| | * | | Add VMTRACE to user defined vm test | Christoph Jentzsch | 2014-10-28 | 2 | -5/+55 |
| | |/ |
|
| | * | Move suicides into SubState and include logs and refunds. | Gav Wood | 2014-10-27 | 2 | -11/+15 |
| | * | PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> '' | Gav Wood | 2014-10-27 | 5 | -8/+13 |
| | * | Merge pull request #412 from CJentzsch/newTests | Gav Wood | 2014-10-24 | 3 | -1/+212 |
| | |\ |
|
| | | * | merge | Christoph Jentzsch | 2014-10-24 | 1 | -1/+1 |
| | | * | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-10-24 | 0 | -0/+0 |
| | | |\ |
|
| | | * \ | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-10-23 | 4 | -0/+543 |
| | | |\ \ |
|
| | | * | | | Added new recursive bombs to vm tests | Christoph Jentzsch | 2014-10-23 | 2 | -1/+113 |
| | | * | | | Merge branch 'bugfix' into newTests | Christoph Jentzsch | 2014-10-23 | 1 | -2/+1 |
| | | |\ \ \ |
|
| | | * \ \ \ | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-10-23 | 0 | -0/+0 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | bug fix | Christoph Jentzsch | 2014-10-23 | 3 | -29/+95 |
| | | |\ \ \ \ \ |
|
| | | * | | | | | | Added call depth tests | Christoph Jentzsch | 2014-10-23 | 3 | -1/+100 |
| | | * | | | | | | Bugfix, get correct gas after exception | Christoph Jentzsch | 2014-10-22 | 1 | -9/+8 |
| | * | | | | | | | style. remove unused code. | subtly | 2014-10-24 | 1 | -43/+4 |
| | * | | | | | | | coding standards | subtly | 2014-10-24 | 1 | -15/+15 |
| | * | | | | | | | remove irrelevant test code | subtly | 2014-10-24 | 1 | -8/+0 |
| | * | | | | | | | cleanup more headers | subtly | 2014-10-24 | 1 | -1/+1 |
| | * | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-24 | 1 | -2/+1 |
| | |\ \ \ \ \ \ \
| | | | |_|_|_|_|/
| | | |/| | | | | |
|
| | | * | | | | | | Merge remote-tracking branch 'upstream/develop' into bugfix | Christoph Jentzsch | 2014-10-23 | 4 | -0/+543 |
| | | |\ \ \ \ \ \
| | | | |_|_|_|/ /
| | | |/| | | | /
| | | | | |_|_|/
| | | | |/| | | |
|
| | | * | | | | | Changing gas cost to zero at stackunderflow | Christoph Jentzsch | 2014-10-23 | 1 | -2/+1 |
| | | | |_|_|/
| | | |/| | | |
|
| | * | | | | | add ecies encrypt/decrypt support to common crypto | subtly | 2014-10-24 | 2 | -17/+19 |
| | * | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-24 | 5 | -7/+550 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | * | | | | Merge pull request #381 from chriseth/solidity | Gav Wood | 2014-10-23 | 4 | -0/+543 |
| | | |\ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | | * | | | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 2 | -2/+2 |
| | | | * | | | Corrected coding style. | Christian | 2014-10-16 | 3 | -98/+115 |
| | | | * | | | Some fixes for the type system, should be quite usable now. | Christian | 2014-10-16 | 1 | -0/+58 |
| | | | * | | | Added meaningful exception types. | Christian | 2014-10-16 | 2 | -6/+7 |
| | | | * | | | Type system, not yet complete. | Christian | 2014-10-16 | 1 | -7/+7 |
| | | | * | | | Merge remote-tracking branch 'ethereum/develop' into solidity | Christian | 2014-10-13 | 3 | -67/+290 |
| | | | |\ \ \ |
|
| | | | * | | | | Name resolution. | Christian | 2014-10-13 | 1 | -0/+113 |
| | | | * | | | | Initial implementation of Solidity parser finished, not yet tested much. | Christian | 2014-10-10 | 1 | -0/+78 |
| | | | * | | | | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 2 | -21/+106 |
| | | | * | | | | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 2 | -19/+70 |
| | | | * | | | | Solidity scanner and some unit tests. | Christian | 2014-10-08 | 2 | -0/+140 |
| | | * | | | | | bug fix | Christoph Jentzsch | 2014-10-23 | 1 | -7/+7 |
| | | | |_|_|/
| | | |/| | | |
|
| | * | | | | | two ec curves walked into a bar... | subtly | 2014-10-23 | 1 | -9/+26 |
| | * | | | | | commit before narrowing down import-public key issue w/cryptopp | subtly | 2014-10-23 | 1 | -18/+46 |
| | * | | | | | cryptopp_vs_secp256k1 | subtly | 2014-10-23 | 1 | -1/+32 |
| | * | | | | | fix public import/export | subtly | 2014-10-23 | 1 | -11/+7 |
| | * | | | | | import/export cryptopp keys. begin to separate operations and public/secret. | subtly | 2014-10-23 | 1 | -28/+21 |
| | * | | | | | Export and encrypt via dev::Public. more cryptopp abstraction. | subtly | 2014-10-23 | 1 | -1/+21 |
| | * | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-23 | 3 | -30/+95 |
| | |\| | | | |
|
| | | * | | | | Merge pull request #404 from imapp-pl/pr-fixes | Gav Wood | 2014-10-23 | 1 | -2/+38 |
| | | |\ \ \ \ |
|
| | | | * | | | | Enhance VM tests reports, resolves ethereum/cpp-ethereum#399 | Paweł Bylica | 2014-10-21 | 1 | -2/+38 |
| | | * | | | | | Merge pull request #405 from CJentzsch/randomTestCreater | Gav Wood | 2014-10-23 | 1 | -13/+42 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | Change output of random test to std::out instead of file | Christoph Jentzsch | 2014-10-21 | 1 | -15/+3 |
| | | | * | | | | | Random test optimizations | Christoph Jentzsch | 2014-10-21 | 1 | -13/+54 |
| | | | | |_|_|/
| | | | |/| | | |
|
| | | * | | | | | Drop universal initializer in some places | Paweł Bylica | 2014-10-22 | 2 | -2/+2 |
| | | * | | | | | Add virtual specifier to overridden methods in FakeVM | Paweł Bylica | 2014-10-22 | 1 | -10/+10 |
| | | * | | | | | Remove dead code | Paweł Bylica | 2014-10-22 | 1 | -11/+0 |
| | | * | | | | | Another round of fixing ExtVM interface | Paweł Bylica | 2014-10-22 | 2 | -13/+24 |
| | | |/ / / / |
|
| | * | | | | | abstract cryptopp. add/test encrypt/decrypt for key. | subtly | 2014-10-23 | 1 | -26/+40 |
| | * | | | | | aes ctr mode test | subtly | 2014-10-22 | 1 | -0/+73 |
| | * | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-19 | 7 | -37/+482 |
| | |\| | | | |
|
| | * | | | | | cleanup headers | subtly | 2014-10-19 | 1 | -2/+6 |
| | * | | | | | basic ecies class | subtly | 2014-10-18 | 2 | -77/+31 |
| | * | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-18 | 8 | -14/+70 |
| | |\ \ \ \ \ |
|
| | * | | | | | | cryptopp aes128-cbc | subtly | 2014-10-15 | 2 | -7/+46 |
* | | | | | | | | MULMOD/ADDMOD implemented in separate functions [FIXES #80566276] | artur-zawlocki | 2014-10-29 | 1 | -2/+24 |
|/ / / / / / / |
|
* | | | | | | | Revert "Expose VM kind setting of State in FakeExtVM" | Paweł Bylica | 2014-10-23 | 2 | -12/+9 |
* | | | | | | | Expose VM kind setting of State in FakeExtVM | Paweł Bylica | 2014-10-23 | 2 | -9/+12 |
* | | | | | | | Update createRandomTest.cpp to use new VM construction method | Paweł Bylica | 2014-10-23 | 1 | -1/+3 |
* | | | | | | | Change the way VMs are created (mostly for tracking where are created) | Paweł Bylica | 2014-10-23 | 1 | -3/+4 |
* | | | | | | | Update VM test engine to use VMFace interface | Paweł Bylica | 2014-10-22 | 1 | -7/+4 |
* | | | | | | | Implement VMFace with jit::VM | Paweł Bylica | 2014-10-22 | 1 | -1/+1 |
* | | | | | | | Fix remaining gas testing [#81118624] | Paweł Bylica | 2014-10-22 | 1 | -16/+17 |
* | | | | | | | cmake: added dependency on libevmjit to target createRandomTest | artur-zawlocki | 2014-10-21 | 1 | -0/+1 |
* | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-21 | 12 | -43/+542 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | In this house, we use std::chrono! | Gav Wood | 2014-10-19 | 1 | -3/+3 |
| * | | | | | | Style fix. | Gav Wood | 2014-10-18 | 1 | -2/+0 |
| * | | | | | | Update CMakeLists.txt | Christoph Jentzsch | 2014-10-18 | 1 | -1/+0 |
| * | | | | | | Make all exceptions dervie virtual | Christoph Jentzsch | 2014-10-18 | 8 | -13/+68 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | Merge pull request #383 from imapp-pl/pr-fixes | Gav Wood | 2014-10-17 | 2 | -6/+7 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | | * | | | | Prepare VM test engine for running JIT-ed tests | Paweł Bylica | 2014-10-17 | 1 | -5/+6 |
| | | * | | | | test/rlp bugfix: expectedText can be empty | Paweł Bylica | 2014-10-17 | 1 | -1/+1 |
| | * | | | | | Add QtCreator code style. | Gav Wood | 2014-10-17 | 1 | -0/+11 |
| | * | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-10-17 | 3 | -5/+221 |
| | |\| | | | |
|
| | * | | | | | Correct namespace for a few things in devcrypto. | Gav Wood | 2014-10-17 | 4 | -5/+48 |
| * | | | | | | style fix | Christoph Jentzsch | 2014-10-15 | 1 | -1/+1 |
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into develop | Christoph Jentzsch | 2014-10-15 | 2 | -4/+219 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | bug fix | Christoph Jentzsch | 2014-10-14 | 1 | -23/+29 |
| * | | | | | | Added random test creater | Christoph Jentzsch | 2014-10-14 | 7 | -19/+462 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Enhance VM tests reports | Paweł Bylica | 2014-10-21 | 1 | -2/+38 |
* | | | | | | Remove dead code | Paweł Bylica | 2014-10-21 | 1 | -11/+0 |
* | | | | | | Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into dev... | Paweł Bylica | 2014-10-20 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Updated cmake files after moving the jit compiler to a lib. | artur-zawlocki | 2014-10-20 | 1 | -0/+4 |
* | | | | | | | Another round of fixing ExtVM interface | Paweł Bylica | 2014-10-20 | 2 | -13/+24 |
|/ / / / / / |
|
* | | | | | | Disable test filling | Paweł Bylica | 2014-10-17 | 1 | -1/+1 |
* | | | | | | Turn on JIT testing with "--jit" command line parameter | Paweł Bylica | 2014-10-17 | 1 | -1/+4 |
* | | | | | | Running vm_tests with JIT | Paweł Bylica | 2014-10-17 | 1 | -3/+14 |
* | | | | | | Prepare VM test engine for running JIT-ed tests | Paweł Bylica | 2014-10-17 | 1 | -5/+6 |
* | | | | | | test/rlp bugfix: expectedText can be empty | Paweł Bylica | 2014-10-17 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | add headers to cmake | subtly | 2014-10-16 | 1 | -1/+2 |
| |/ / /
|/| | | |
|
* | | | | cryptopp ecdh and ecies | subtly | 2014-10-15 | 2 | -4/+219 |
|/ / / |
|
* | / | Move Dagger to ProofOfWork and refactor in preparation for ARPoW. | Gav Wood | 2014-10-13 | 1 | -7/+7 |
| |/
|/| |
|
* | | Merge pull request #346 from CJentzsch/develop | Gav Wood | 2014-10-10 | 3 | -64/+287 |
|\ \ |
|
| * | | Corrected call function in FakeExtVM | Christoph Jentzsch | 2014-10-08 | 3 | -64/+287 |
| |/ |
|
* / | PoC-7: Maximum recursion limit 1024. | Gav Wood | 2014-10-08 | 2 | -3/+3 |
|/ |
|
* | PoC-7 crypto-contracts. | Gav Wood | 2014-10-08 | 1 | -3/+3 |
* | More attempts to fix for the ultra-pedantic clang compiler. | Gav Wood | 2014-10-08 | 4 | -1/+5 |
* | Merge pull request #324 from CJentzsch/develop | Gav Wood | 2014-10-06 | 10 | -339/+6289 |
|\ |
|
| * | Bug fix, push callcreate before changing gas value in FakeExtVM | Christoph Jentzsch | 2014-10-06 | 2 | -14/+17 |
| * | Restructured exceptions. Boost::exception is now used primarily. | Christoph Jentzsch | 2014-10-02 | 1 | -6/+19 |
| * | Merge remote-tracking branch 'upstream/develop' into develop | Christoph Jentzsch | 2014-10-01 | 2 | -1/+3 |
| |\ |
|
| * | | corrected CALLSTATELESS test, style fixes, code length independent call in Fa... | Christoph Jentzsch | 2014-10-01 | 3 | -31/+30 |
| * | | Completed vm tests. Added ADDMOD,MULMOD,POST,CALLSTATELESS | Christoph Jentzsch | 2014-09-29 | 2 | -3/+577 |
| * | | undefined FILL_TESTS and some minor style fixes | Christoph Jentzsch | 2014-09-27 | 1 | -1/+1 |
| * | | Reorganized FakeExtVM class into .h and .cpp file. Added state class member i... | Christoph Jentzsch | 2014-09-27 | 3 | -312/+1035 |
| * | | Added more vm tests | Christoph Jentzsch | 2014-09-25 | 9 | -38/+4676 |
* | | | fixed segfaults on accessing temp objects vector buffers | Arkady Paronyan | 2014-10-03 | 1 | -8/+12 |
| |/
|/| |
|
* | | Avoid attempt to reget chain on block reception. | Gav Wood | 2014-10-01 | 1 | -1/+1 |
* | | Networking fixes. | Gav Wood | 2014-09-30 | 1 | -0/+2 |
|/ |
|
* | style fix | Christoph Jentzsch | 2014-09-21 | 1 | -31/+23 |
* | Merge remote-tracking branch 'upstream/develop' into develop | Christoph Jentzsch | 2014-09-20 | 2 | -1/+4 |
|\ |
|
| * | Moved miner over to new Worker class. | Gav Wood | 2014-09-16 | 1 | -0/+1 |
| * | Remove old Client network code & API. | Gav Wood | 2014-09-16 | 1 | -0/+2 |
| * | Beginning of merge into AZ. | Gav Wood | 2014-09-11 | 1 | -1/+1 |
* | | Added arithmetic test | Christoph Jentzsch | 2014-09-20 | 2 | -11/+2102 |
|/ |
|
* | Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. | Gav Wood | 2014-09-06 | 12 | -22/+22 |
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 19 | -56/+79 |
* | CALL_STATELESS | Gav Wood | 2014-09-04 | 1 | -1/+1 |
* | Repot. | Gav Wood | 2014-09-04 | 1 | -2/+2 |
* | Reorganisation. | Gav Wood | 2014-09-04 | 1 | -2/+2 |
* | Allow local networking option. | Gav Wood | 2014-09-02 | 1 | -1/+0 |
* | New net is compiling. | Gav Wood | 2014-09-02 | 1 | -7/+4 |
* | Split off general network layer. | Gav Wood | 2014-08-27 | 4 | -5/+5 |
* | Fix for #246. Removed sync() to prevent race condition within dropped() and .... | subtly | 2014-07-21 | 1 | -1/+1 |
* | Debugger improvements. | Gav Wood | 2014-07-14 | 1 | -9/+12 |
* | Even numbers of hex digits for Jeff (Go can't handle odd numbers). | Gav Wood | 2014-07-10 | 1 | -6/+7 |
* | Fix for making code. | Gav Wood | 2014-07-10 | 1 | -1/+4 |
* | Proper debugger. | Gav Wood | 2014-07-10 | 1 | -2/+2 |
* | VM tests prettier. | Gav Wood | 2014-07-06 | 1 | -28/+27 |
* | Fix for state race condition. | Gav Wood | 2014-07-06 | 1 | -2/+4 |
* | Build fixes. | Gav Wood | 2014-07-06 | 1 | -1/+1 |
* | New client API. | Gav Wood | 2014-07-04 | 1 | -2/+2 |
* | Windows build coersions. | Gav Wood | 2014-07-03 | 2 | -20/+15 |
* | Gensis block unit test. | Gav Wood | 2014-07-01 | 1 | -0/+49 |
* | linker for local thread storage on OSX | Vincent Gariepy | 2014-06-29 | 1 | -1/+1 |
* | Full python serpent support. | Gav Wood | 2014-06-29 | 2 | -5/+11 |
* | Project refactor. Introduce the Serpent library. | Gav Wood | 2014-06-28 | 11 | -22/+24 |
* | Latest tests-related refactoring & improvments. | Gav Wood | 2014-06-28 | 3 | -75/+65 |
* | Repotting, renaming and reorganisation. | Gav Wood | 2014-05-30 | 2 | -14/+14 |
* | Correct order of nonce/balance. PROTOCOL CHANGE! NEW CHAIN! | Gav Wood | 2014-05-30 | 2 | -62/+77 |
* | Revert "Fix for unless/when." | Gav Wood | 2014-05-30 | 2 | -70/+59 |
* | Fix for unless/when. | Gav Wood | 2014-05-30 | 2 | -59/+70 |
* | Tests updated. | Gav Wood | 2014-05-28 | 1 | -2/+7 |
* | Fixes for tests. | Gav Wood | 2014-05-28 | 5 | -7/+46 |
* | Pinhole optimise working fairly well... | Gav Wood | 2014-05-28 | 1 | -2/+2 |
* | Major reorganisation. | Gav Wood | 2014-05-26 | 11 | -25/+26 |
* | Macros and definitions in LLL. | Gav Wood | 2014-05-25 | 1 | -2/+2 |
* | LLL parser using boost::spirit. | Gav Wood | 2014-05-15 | 1 | -40/+0 |
* | Fix padding. | Gav Wood | 2014-05-14 | 1 | -2/+44 |
* | Move paths so default build dir is cpp-ethereum/build. | Gav Wood | 2014-05-13 | 1 | -3/+3 |
* | Updates to VM tests. | Gav Wood | 2014-05-12 | 5 | -223/+276 |
* | Remove build cruft. | Gav Wood | 2014-05-05 | 1 | -4/+0 |
* | Protocol changes for PoC-5: | Gav Wood | 2014-04-24 | 1 | -2/+2 |
* | Repotted much of State. | Gav Wood | 2014-04-24 | 1 | -0/+1 |
* | CALLDATACOPY instruction. | Gav Wood | 2014-04-24 | 1 | -3/+2 |
* | Split out libethcore from libethereum. | Gav Wood | 2014-04-23 | 18 | -45/+45 |
* | VS2013 build working again: | Tim Hughes | 2014-04-23 | 1 | -2/+1 |
* | Added some checks on parameters of the objects imported from the json files t... | Carl Allendorph | 2014-04-20 | 1 | -0/+29 |
* | Added new test case for decoding the RLP data in the rlptest.json | Carl Allendorph | 2014-04-20 | 1 | -7/+118 |
* | Broke the virtual machine unit test out into a separate Boost auto test case. | Carl Allendorph | 2014-04-20 | 2 | -53/+31 |
* | Broke the crypto test out into a separate boost auto test case. | Carl Allendorph | 2014-04-20 | 2 | -1/+30 |
* | Broke trie tests out as separate boost auto test case. | Carl Allendorph | 2014-04-20 | 2 | -39/+36 |
* | Converted the hexPrefix test to a separate boost test case. | Carl Allendorph | 2014-04-20 | 2 | -36/+17 |
* | converted RLP test to a separate boost test case. | Carl Allendorph | 2014-04-20 | 2 | -48/+40 |
* | Merge branch 'test-updates' of https://github.com/msimovic/cpp-ethereum into ... | Gav Wood | 2014-04-08 | 1 | -0/+51 |
|\ |
|
| * | Updated to allow listening+UPnP on system-assigned port | Marko Simovic | 2014-04-08 | 1 | -0/+51 |
* | | Version bump. Protocol bump. Support for configuration. | Gav Wood | 2014-04-05 | 1 | -3/+3 |
* | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-04-05 | 3 | -15/+76 |
|\| |
|
| * | Added new transaction tests for checking miner fees | Marko Simovic | 2014-04-03 | 3 | -15/+76 |
* | | API cleanups and some renaming. | Gav Wood | 2014-04-05 | 1 | -15/+17 |
|/ |
|
* | Merge branch 'splitcode' into develop | Gav Wood | 2014-04-03 | 3 | -50/+95 |
|\ |
|
| * | Separation of code & data compiling. | Gav Wood | 2014-03-31 | 1 | -26/+25 |
| * | Disable broken tests. | Gav Wood | 2014-03-25 | 1 | -4/+4 |
| * | Merge branch 'develop' into call | Gav Wood | 2014-03-25 | 3 | -3/+103 |
| |\ |
|
| * | | PoC 3.5 functionality. Still buggy though. | Gav Wood | 2014-03-25 | 2 | -30/+78 |
| * | | PoC-3.5. ish. | Gav Wood | 2014-03-20 | 1 | -4/+2 |
* | | | Updated to add a simple forking test | Marko Simovic | 2014-03-26 | 4 | -10/+126 |
| |/
|/| |
|
* | | Added test to mine and perform simple transaction between two nodes | Marko Simovic | 2014-03-19 | 1 | -0/+75 |
* | | Updated test project to use Boost Test | Marko Simovic | 2014-03-19 | 2 | -3/+28 |
|/ |
|
* | Remove clang bug workarounds fixed with latest XCode tools release. | Daniel Hams | 2014-03-11 | 1 | -65/+0 |
* | fixed Ubuntu12.04 compile error | Jeffrey Lee | 2014-03-07 | 1 | -0/+2 |
* | Fixed VS2013 projects and compile errors. | Tim Hughes | 2014-03-06 | 4 | -8/+4 |
* | Move additional Trie implementations to tests where they belong. | Gav Wood | 2014-03-05 | 5 | -2/+767 |
* | Repotted Common.h. | Gav Wood | 2014-03-05 | 7 | -26/+31 |
* | Repotted network stuff. | Gav Wood | 2014-03-04 | 1 | -1/+1 |
* | Fixed implicit type conversions. | Tim Hughes | 2014-03-02 | 2 | -2/+2 |
* | Tests. | Gav Wood | 2014-02-28 | 8 | -71/+167 |
* | More VM tests. | Gav Wood | 2014-02-28 | 2 | -15/+69 |
* | Workaround OSX clang broken map operator[] using ifdef guards and manual find... | Daniel Hams | 2014-02-26 | 1 | -3/+77 |
* | VM test sources. | Gav Wood | 2014-02-25 | 1 | -0/+84 |
* | Tests bug fix. | Gav Wood | 2014-02-24 | 2 | -12/+14 |
* | VM test framework. | Gav Wood | 2014-02-22 | 3 | -30/+303 |
* | First unit testing harness for VM. | Gav Wood | 2014-02-21 | 1 | -56/+54 |
* | Replace hard-coded /tmp paths with call to boost::filesystem::temp_directory_... | Tim Hughes | 2014-02-20 | 2 | -2/+4 |
* | Catch exceptions. | Gav Wood | 2014-02-19 | 1 | -0/+1 |
* | All Visual Studio 2013 projects needed to compile command-line Ethereum, Test... | Tim Hughes | 2014-02-19 | 1 | -190/+0 |
* | Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ag... | Tim Hughes | 2014-02-19 | 6 | -23/+32 |
* | Fixed hardcoded /tmp path. | Tim Hughes | 2014-02-19 | 1 | -2/+4 |
* | Move to canon ES-1. | Gav Wood | 2014-02-18 | 1 | -5/+21 |
* | Fixes for contract address states. | Gav Wood | 2014-02-18 | 2 | -0/+87 |
* | Fixed the other occurrence of Foobar | Muharem Hrnjadovic | 2014-02-16 | 8 | -8/+8 |
* | Corrected license headers (Foobar -> cpp-ethereum) | Muharem Hrnjadovic | 2014-02-16 | 8 | -8/+8 |
* | Less hangy. | Gav Wood | 2014-02-16 | 1 | -1/+1 |
* | Remove some debug output. | Gav Wood | 2014-02-13 | 1 | -4/+4 |
* | Fixes for Go interop. | Gav Wood | 2014-02-12 | 2 | -4/+28 |
* | cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64> | Eric Lombrozo | 2014-02-10 | 1 | -5/+20 |
* | Peers have IDs to solve duplicate peers issue. | Gav Wood | 2014-02-10 | 2 | -2/+0 |
* | Better version strings. | Gav Wood | 2014-02-09 | 1 | -1/+1 |
* | Merge branch 'fixes' of https://github.com/CodeShark/cpp-ethereum into CodeSh... | Gav Wood | 2014-02-09 | 0 | -0/+0 |
|\ |
|
| * | Replace usleep() and random() | Eric Lombrozo | 2014-02-09 | 1 | -1/+1 |
* | | usleep moved to std impl. | Gav Wood | 2014-02-09 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #30 from subtly/master | Gav Wood | 2014-02-09 | 1 | -0/+4 |
|\ |
|
| * | cmake updates for building on osx | subtly | 2014-02-08 | 1 | -0/+4 |
* | | No fees for miners. | Gav Wood | 2014-02-09 | 1 | -4/+4 |
|/ |
|
* | Repot defaults. | Gav Wood | 2014-02-07 | 1 | -0/+1 |
* | AlephZero renamed AlethZero and moved to cmake project. | Gav Wood | 2014-02-07 | 8 | -8/+8 |
* | Work on exceptions. | Gav Wood | 2014-02-06 | 1 | -0/+2 |
* | Added SECP256k1 project. | Gav Wood | 2014-02-06 | 1 | -1/+0 |
* | Merge branch 'master' of /home/gav/Projects/ubuntu_build/cpp-ethereum | Gav Wood | 2014-02-05 | 1 | -4/+1 |
|\ |
|
| * | Debian packaging and various needed changes to build. | Gav Wood | 2014-02-05 | 1 | -4/+1 |
* | | Latest RLP standard. Lists specify length rather than itemCount. | Gav Wood | 2014-02-05 | 2 | -8/+8 |
* | | First effort at new RLP. **UNTESTED** | Gav Wood | 2014-02-05 | 1 | -15/+15 |
|/ |
|
* | Move towards more flexible cryptopp discovery. | Gav Wood | 2014-02-02 | 1 | -3/+0 |
* | Changed genesis block to reflect root of empty trie as null. | Gav Wood | 2014-02-02 | 1 | -2/+2 |
* | Asynchronous connect. Fixes #7. | Gav Wood | 2014-02-01 | 1 | -0/+9 |
* | Version 2 not 3 of the GPL. | Gav Wood | 2014-02-01 | 3 | -3/+3 |
* | GPL v2, not 3. | Gav Wood | 2014-02-01 | 5 | -5/+5 |
* | Fledgling UPnP support. | Gav Wood | 2014-02-01 | 1 | -0/+1 |
* | Threads linking now. | Gav Wood | 2014-01-31 | 1 | -1/+1 |
* | Manage GetBlocks properly; should work for when > 256 blocks away. | Gav Wood | 2014-01-31 | 1 | -3/+3 |
* | added pthread to cmake | Fabian Schuh | 2014-01-24 | 1 | -0/+3 |
* | Basic client. | Gav Wood | 2014-01-24 | 1 | -2/+2 |
* | GUI & network stuff. | Gav Wood | 2014-01-23 | 2 | -4/+4 |
* | Added client API & prototypal GUI. | Gav Wood | 2014-01-23 | 1 | -1/+3 |