Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-11-05 | 2 | -52/+54 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Classify Transaction. | Gav Wood | 2014-11-05 | 3 | -43/+16 | |
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-11-05 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Bugfix: Special case of statements starting with type conversion. | Christian | 2014-11-05 | 1 | -1/+9 | |
| | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | coding standards, documentation, new exception syntax | subtly | 2014-11-05 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-11-05 | 2 | -51/+47 | |
| |\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | codereview fixes | subtly | 2014-11-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'crypto' into cryptable | subtly | 2014-11-04 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into crypto | subtly | 2014-11-03 | 9 | -11/+1415 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'develop' into cryptable | subtly | 2014-11-04 | 9 | -11/+1415 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Placeholder kdf. More cleanup and tests. | subtly | 2014-11-02 | 1 | -16/+18 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-30 | 3 | -32/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | remove asserts for recid being 2, which is rare, but may occur | subtly | 2014-10-30 | 1 | -58/+16 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | recover public key from ecdsa,v sig using cryptopp | subtly | 2014-10-30 | 1 | -0/+108 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-29 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-28 | 7 | -12/+116 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-10-28 | 6 | -19/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Require secret for hmac. | subtly | 2014-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | support for verifying ec signatures w/secp256k1 or cryptopp. | subtly | 2014-10-27 | 1 | -84/+94 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | ecdsa tests | subtly | 2014-10-27 | 1 | -33/+76 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Cleaner everything. CryptoPP doesn't recover public keys. secp256k1lib base ↵ | subtly | 2014-10-26 | 1 | -59/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't verify compact signatures. CryptoPP sign and verify. Stub for secp256k1lib verification from compact signature. | |||||
* | | | | | | | | | | | | | | | | compiles fine now (on Linux) with both cryptopp and json-rpc-cpp dependencies | sveneh | 2014-11-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | full project compile with crypto++ dependency | sveneh | 2014-11-06 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | ... addition to last commit, these were lost. | sveneh | 2014-11-06 | 1 | -2/+2 | |
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #465 from ethereum/bugfix | Gav Wood | 2014-11-05 | 1 | -51/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | jsonrpc to run once, and only when jsonrpc test suite is invoked | |||||
| * | | | | | | | | | | | | | | coding standards. suite setup struct. | subtly | 2014-11-04 | 1 | -46/+45 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'develop' into bugfix | subtly | 2014-11-04 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | json rpc only runs once, and only when json rpc test suite is invoked | subtly | 2014-11-04 | 1 | -6/+1 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #468 from CJentzsch/bugfix | Gav Wood | 2014-11-04 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | bugfix jumps after push | |||||
| * | | | | | | | | | | | | | Merge pull request #454 from jorisbontje/423-dockerfile | Christoph Jentzsch | 2014-11-04 | 1 | -24/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update Dockerfile with cryptopp and jsonrpc dependencies, fixes #423 Cleaned up jsonrpc test Forgot the #if Undo jsonrpc test changes | |||||
| * | | | | | | | | | | | | | # This is a combination of 2 commits. | Christoph Jentzsch | 2014-11-04 | 1 | -30/+24 | |
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: Merge pull request #454 from jorisbontje/423-dockerfile update Dockerfile with cryptopp and jsonrpc dependencies, fixes #423 Cleaned up jsonrpc test # This is the 2nd commit message: Forgot the #if | |||||
* / / / / / / / / / / / / | Bugfix: Swap before mod and div. | Christian | 2014-11-03 | 1 | -0/+2 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | boost_auto_test_suite for jsonrpc && @brief description for WebThreeStubServer | Marek Kotewicz | 2014-11-01 | 1 | -1/+5 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-11-01 | 5 | -8/+573 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Big fixes. | Gav Wood | 2014-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #415 from chriseth/sol_expressionCompiler | chriseth | 2014-10-31 | 3 | -2/+231 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity expression compiler | |||||
| | * | | | | | | | | | | | Further const placement changes. | Christian | 2014-10-30 | 3 | -3/+3 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler | Christian | 2014-10-30 | 3 | -34/+38 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Adjustments for the NEG->BNOT change. | Christian | 2014-10-29 | 1 | -3/+1 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler | Christian | 2014-10-29 | 11 | -29/+142 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/Types.cpp | |||||
| | * | | | | | | | | | | | Forgot some asterisks. | Christian | 2014-10-28 | 1 | -1/+3 | |
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Expression compiler. | Christian | 2014-10-25 | 1 | -0/+229 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #432 from CJentzsch/newTests | Gav Wood | 2014-10-31 | 2 | -6/+342 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | Added tests for SIGNEXTEND and BNOT | |||||
| | * | | | | | | | | | Clean up | Christoph Jentzsch | 2014-10-30 | 2 | -31/+35 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update tests to new definition | Christoph Jentzsch | 2014-10-30 | 1 | -6/+6 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | clean up PR | Christoph Jentzsch | 2014-10-30 | 2 | -35/+31 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Update SIGNEXTEND definition and tests | Christoph Jentzsch | 2014-10-30 | 1 | -0/+336 | |
| | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h test/vmBitwiseLogicOperationTestFiller.json | |||||
* | | | | | | | | | | fixed style issue | Marek Kotewicz | 2014-11-01 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | applied changes from ethereum.js 5538ff725235f30a9afbbedc098fd18dfd9f1293 | Marek Kotewicz | 2014-10-31 | 1 | -0/+12 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-31 | 1 | -1/+1 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Fix for Trie roots. | Gav Wood | 2014-10-30 | 1 | -1/+1 | |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddressState -> Account. | |||||
* | | | | | | | | | common changes | Marek Kotewicz | 2014-10-30 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-30 | 3 | -32/+36 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #442 from chriseth/sol_fix_break | Gav Wood | 2014-10-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Parser fix: Consume break and continue. | |||||
| | * | | | | | | | | Parser fix: Consume break and continue. | Christian | 2014-10-29 | 1 | -1/+1 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #434 from CJentzsch/vmtraceBugFix | Gav Wood | 2014-10-30 | 2 | -31/+35 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | | | Vmtrace bug fix | |||||
| | * | | | | | | merge | Christoph Jentzsch | 2014-10-28 | 2 | -286/+6 | |
| | | | | | | | | ||||||
| | * | | | | | | Fixed storage output in VMTRACE for vm tests | Christoph Jentzsch | 2014-10-28 | 2 | -31/+35 | |
| | | | | | | | | ||||||
| | * | | | | | | Added tests for SIGNEXTEND and BNOT | Christoph Jentzsch | 2014-10-28 | 2 | -6/+286 | |
| | | | | | | | | ||||||
| | * | | | | | | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-10-28 | 3 | -9/+65 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/vm.cpp test/vm.h | |||||
| | * | | | | | | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-10-28 | 6 | -66/+28 | |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h libevmface/Instruction.h test/vm.cpp | |||||
| | * | | | | | | bugfix | Christoph Jentzsch | 2014-10-28 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | use ETHEREUM_TEST_PATH in all tests | Christoph Jentzsch | 2014-10-28 | 4 | -4/+48 | |
| | | | | | | | | ||||||
| | * | | | | | | VMTRACE for internal calls | Christoph Jentzsch | 2014-10-27 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Add VMTRACE to user defined vm test | Christoph Jentzsch | 2014-10-27 | 2 | -3/+54 | |
| | | |_|/ / / | | |/| | | | | ||||||
* | | | | | | | whisper polling, not finished | Marek Kotewicz | 2014-10-29 | 1 | -0/+39 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-29 | 1 | -2/+2 | |
|\| | | | | | | ||||||
| * | | | | | | Fix VM test code loading conditions | Paweł Bylica | 2014-10-28 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-28 | 7 | -21/+129 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h libqethereum/QEthereum.h | |||||
| * | | | | | Merge pull request #428 from CJentzsch/useETHEREUM_TEST_PATH | Gav Wood | 2014-10-28 | 4 | -4/+48 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | use ETHEREUM_TEST_PATH in all tests | |||||
| | * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/vm.cpp | |||||
| * | | | | | Add VMTRACE to user defined vm test | Christoph Jentzsch | 2014-10-28 | 2 | -5/+55 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: test/vm.cpp | |||||
| * | | | | Move suicides into SubState and include logs and refunds. | Gav Wood | 2014-10-27 | 2 | -11/+15 | |
| | | | | | | | | | | | | | | | | | | | | Refund gas from zero-resetting SSTOREs. | |||||
* | | | | | whisper in web3jsonrpc | Marek Kotewicz | 2014-10-28 | 1 | -0/+66 | |
| | | | | | ||||||
* | | | | | ldb access from api | Marek Kotewicz | 2014-10-28 | 1 | -0/+58 | |
| | | | | | ||||||
* | | | | | missing setDefaultBlock method | Marek Kotewicz | 2014-10-28 | 1 | -0/+13 | |
| | | | | | ||||||
* | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-28 | 5 | -8/+13 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: alethzero/MainWin.cpp alethzero/MainWin.h libqethereum/QEthereum.cpp libqethereum/QEthereum.h third/MainWin.cpp third/MainWin.h | |||||
| * | | | | PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> '' | Gav Wood | 2014-10-27 | 5 | -8/+13 | |
| |/ / / | ||||||
* | | | | common changes in tests | Marek Kotewicz | 2014-10-27 | 2 | -47/+37 | |
| | | | | ||||||
* | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-24 | 5 | -114/+449 | |
|\| | | | ||||||
| * | | | Merge pull request #412 from CJentzsch/newTests | Gav Wood | 2014-10-24 | 3 | -1/+212 | |
| |\ \ \ | | | | | | | | | | | New vm tests | |||||
| | * | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/TestHelperCrypto.h | |||||
| * | | | | | | | | | cryptopp aes128-cbc | subtly | 2014-10-15 | 2 | -7/+46 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | checked headless builds with and without jsonrpc | Marek Kotewicz | 2014-10-24 | 2 | -3/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | ethrpc -> web3jsonrpc, other issues fixed | Marek Kotewicz | 2014-10-24 | 2 | -3/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 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 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-24 | 4 | -0/+543 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #381 from chriseth/solidity | Gav Wood | 2014-10-23 | 4 | -0/+543 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Solidity parser - not polished yet, but usable | |||||
| | * | | | | | | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pointer. | |||||
| | * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The scanner is a modified version of the v8 javascript scanner. | |||||
* | | | | | | | | | jsonrpc library dependency made mandatory | Marek Kotewicz | 2014-10-23 | 2 | -4/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | removed outdated tests | Marek Kotewicz | 2014-10-23 | 1 | -11/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | json-rpc generic api | Marek Kotewicz | 2014-10-23 | 1 | -23/+36 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-23 | 3 | -36/+101 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libqethereum/QEthereum.cpp libqethereum/QEthereum.h | |||||
| * | | | | | | | | bug fix | Christoph Jentzsch | 2014-10-23 | 1 | -7/+7 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #404 from imapp-pl/pr-fixes | Gav Wood | 2014-10-23 | 1 | -2/+38 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Enhance VM tests reports | |||||
| | * | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Random test creater optimization | |||||
| | * | | | | | | | | 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 | |
| |/ / / / / / / | ||||||
* | | | | | | | | block, transaction, uncle by hash and number separately | Marek Kotewicz | 2014-10-22 | 1 | -9/+47 | |
| | | | | | | | | ||||||
* | | | | | | | | changes from Generic JSON-RPC | Marek Kotewicz | 2014-10-22 | 2 | -216/+48 | |
| | | | | | | | | ||||||
* | | | | | | | | common changes in tests | Marek Kotewicz | 2014-10-20 | 1 | -19/+16 | |
| | | | | | | | | ||||||
* | | | | | | | | key, keys -> accounts populated to WebThreeStubServer | Marek Kotewicz | 2014-10-20 | 2 | -25/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-20 | 7 | -37/+482 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: alethzero/MainWin.cpp libqethereum/QEthereum.cpp libqethereum/QEthereum.h third/MainWin.cpp | |||||
| * | | | | | | | In this house, we use std::chrono! | Gav Wood | 2014-10-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #395. | |||||
| * | | | | | | | 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 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | 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 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-17 | 8 | -12/+67 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: libqethereum/QEthereum.h | |||||
| * | | | | | | | 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 (+ a bugfix) | |||||
| | * | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warnings. Bad boy, Alex! | |||||
| * | | | | | | 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 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Added lower_bound to TrieDB. Added nextActiveAddress to State. | |||||
* | | | | | | codding standards | Marek Kotewicz | 2014-10-17 | 1 | -5/+6 | |
| | | | | | | ||||||
* | | | | | | EthStubServer renamed to WebThreeStubServer | Marek Kotewicz | 2014-10-17 | 2 | -16/+16 | |
| | | | | | | ||||||
* | | | | | | jsonrpc offset method | Marek Kotewicz | 2014-10-16 | 1 | -0/+14 | |
| | | | | | | ||||||
* | | | | | | retab | Marek Kotewicz | 2014-10-16 | 1 | -137/+137 | |
| | | | | | | ||||||
* | | | | | | added headers to ethrpc cmake | Marek Kotewicz | 2014-10-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | add headers to cmake | subtly | 2014-10-16 | 1 | -1/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | missing tests | Marek Kotewicz | 2014-10-16 | 1 | -24/+41 | |
| | | | | | ||||||
* | | | | | jsonrpc http watch | Marek Kotewicz | 2014-10-16 | 1 | -3/+29 | |
| | | | | | ||||||
* | | | | | common changes to unify apis | Marek Kotewicz | 2014-10-16 | 2 | -31/+20 | |
| | | | | | ||||||
* | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-15 | 2 | -4/+219 | |
|\| | | | | ||||||
| * | | | | cryptopp ecdh and ecies | subtly | 2014-10-15 | 2 | -4/+219 | |
| |/ / / | ||||||
* | | | | jsonrpc renaming properties in request | Marek Kotewicz | 2014-10-15 | 1 | -9/+9 | |
| | | | | ||||||
* | | | | listening and mining param names | Marek Kotewicz | 2014-10-15 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | setCoinbase method | Marek Kotewicz | 2014-10-15 | 1 | -6/+19 | |
| | | | | ||||||
* | | | | isMining changes to mining | Marek Kotewicz | 2014-10-14 | 2 | -26/+26 | |
| | | | | ||||||
* | | | | value in messages | Marek Kotewicz | 2014-10-14 | 1 | -8/+9 | |
| | | | | ||||||
* | | | | common changes | Marek Kotewicz | 2014-10-14 | 1 | -3/+8 | |
| | | | | ||||||
* | | | | stateless tests | Marek Kotewicz | 2014-10-14 | 1 | -12/+20 | |
| | | | | ||||||
* | | | | fixed jsonrpc param types | Marek Kotewicz | 2014-10-14 | 2 | -3/+4 | |
| | | | | ||||||
* | | | | common changes in jsonrpc && tests | Marek Kotewicz | 2014-10-14 | 2 | -6/+51 | |
| | | | | ||||||
* | | | | common changes | Marek Kotewicz | 2014-10-14 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | jsonrpc tests | Marek Kotewicz | 2014-10-13 | 1 | -16/+33 | |
| | | | | ||||||
* | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-13 | 1 | -7/+7 | |
|\| | | | ||||||
| * | | | Move Dagger to ProofOfWork and refactor in preparation for ARPoW. | Gav Wood | 2014-10-13 | 1 | -7/+7 | |
| | |/ | |/| | ||||||
* | | | jsornrpc tests in progress | Marek Kotewicz | 2014-10-13 | 1 | -5/+174 | |
| | | | ||||||
* | | | ethrpc separated && first tests | Marek Kotewicz | 2014-10-13 | 2 | -18/+25 | |
| | | | ||||||
* | | | preparing for tests | Marek Kotewicz | 2014-10-13 | 3 | -0/+489 | |
|/ / | ||||||
* | | Merge pull request #346 from CJentzsch/develop | Gav Wood | 2014-10-10 | 3 | -64/+287 | |
|\ \ | | | | | | | Corrected call function in FakeExtVM | |||||
| * | | Corrected call function in FakeExtVM | Christoph Jentzsch | 2014-10-08 | 3 | -64/+287 | |
| |/ | | | | | | | | | | | | | | | 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 | |||||
* / | 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 | |
|\ | | | | | Added system operation tests. Switched to a primarily use of boost::exception. | |||||
| * | 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 ↵ | Christoph Jentzsch | 2014-10-01 | 3 | -31/+30 | |
| | | | | | | | | | | | | FakeExtVM | |||||
| * | | 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 ↵ | Christoph Jentzsch | 2014-09-27 | 3 | -312/+1035 | |
| | | | | | | | | | | | | in order to test CREATE and CALL. Added system operations test. | |||||
| * | | 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 | |
| | | | | | | | | Send genesis block hash in hash chain. | |||||
* | | 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 | |
| | | | | | | | | Move over JsonRpcServer to WebThree. | |||||
| * | 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 | |
| | | | | Rename ethential to devcore. | |||||
* | 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 | |
| | | | | No memsize increase on 0. | |||||
* | 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 | |
| | | | | . Raised maxblocks to 64. | |||||
* | 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 | |
| | | | | Everything a string in VM tests. | |||||
* | 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 | |
| | | | | Shared libs on all platforms. | |||||
* | 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 | |
| | | | | | | | Extra paranoia for trie. Trie fixes. Trie tests. Version bump. | |||||
* | Revert "Fix for unless/when." | Gav Wood | 2014-05-30 | 2 | -70/+59 | |
| | | | | This reverts commit b12d91e726ae5d1742e6d828c2cb5b694ffdf8a3. | |||||
* | Fix for unless/when. | Gav Wood | 2014-05-30 | 2 | -59/+70 | |
| | ||||||
* | Tests updated. | Gav Wood | 2014-05-28 | 1 | -2/+7 | |
| | | | | | Fixes to executive logging. Trie testing made considerably more rigourous. | |||||
* | 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 | |
| | | | | | New libs (libethsupport, libevm, liblll). New LLLC binary. |