Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-07 | 1 | -0/+49 |
|\ | |||||
| * | Ignore break and continue outside of loops. | Christian | 2014-11-06 | 1 | -0/+13 |
| | | |||||
| * | Tests for break and continue in nested loops. | Christian | 2014-11-06 | 1 | -0/+36 |
| | | |||||
* | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-07 | 23 | -1726/+2713 |
|\| | | | | | | | | | | | Conflicts: libevm/VM.h test/vm.cpp | ||||
| * | Compile warnings fixed. | Gav Wood | 2014-11-06 | 1 | -12/+12 |
| | | |||||
| * | Merge pull request #460 from CJentzsch/stateTests | Gav Wood | 2014-11-06 | 14 | -482/+674 |
| |\ | | | | | | | Clean up and organize tests + state class tests | ||||
| | * | style | Christoph Jentzsch | 2014-11-06 | 2 | -4/+4 |
| | | | |||||
| | * | undefine FILL_TESTS | Christoph Jentzsch | 2014-11-06 | 2 | -3/+1 |
| | | | |||||
| | * | Added dynamic jump out of code test | Christoph Jentzsch | 2014-11-06 | 2 | -1/+29 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/develop' into stateTests | Christoph Jentzsch | 2014-11-06 | 6 | -1042/+1233 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/vm.cpp test/vmArithmeticTestFiller.json test/vmSha3TestFiller.json | ||||
| | * | | Moved code export to export function in ImportHelper | Christoph Jentzsch | 2014-11-06 | 1 | -2/+24 |
| | | | | |||||
| | * | | Update transactions, style fix | Christoph Jentzsch | 2014-11-06 | 5 | -85/+35 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/develop' into stateTests | Christoph Jentzsch | 2014-11-05 | 3 | -36/+20 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/state.cpp test/vm.cpp | ||||
| | * | | | uncomment vmIOandFlowOPerations test | Christoph Jentzsch | 2014-11-05 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'upstream/develop' into stateTests | Christoph Jentzsch | 2014-11-05 | 2 | -51/+47 |
| | |\ \ \ | |||||
| | * | | | | style | Christoph Jentzsch | 2014-11-04 | 3 | -25/+1 |
| | | | | | | |||||
| | * | | | | Merge remote-tracking branch 'upstream/develop' into stateTests | Christoph Jentzsch | 2014-11-03 | 6 | -4/+1072 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/vmBitwiseLogicOperationTestFiller.json | ||||
| | * | | | | | Clean up and organize tests + state class tests | Christoph Jentzsch | 2014-11-03 | 12 | -501/+326 |
| | | | | | | | |||||
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into stateTests | Christoph Jentzsch | 2014-10-31 | 1 | -2/+2 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libethereum/AddressState.h test/vm.cpp | ||||
| | * | | | | | | Clean up FakeExtVM - move to state tests | Christoph Jentzsch | 2014-10-31 | 6 | -284/+197 |
| | | | | | | | | |||||
| | * | | | | | | New BNOT and SIGNEXTEND tets | Christoph Jentzsch | 2014-10-30 | 3 | -39/+375 |
| | | | | | | | | |||||
| | * | | | | | | Merge remote-tracking branch 'upstream/develop' into stateTests | Christoph Jentzsch | 2014-10-30 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into stateTests | Christoph Jentzsch | 2014-10-30 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Restructure state tests. Remove FakeStateClass | Christoph Jentzsch | 2014-10-30 | 7 | -255/+780 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #461 from chriseth/sol_contractCompiler | Gav Wood | 2014-11-06 | 3 | -152/+736 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | Solidity contract compiler | ||||
| | * | | | | | | | | Further framework fix. | Christian | 2014-11-06 | 1 | -10/+12 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Fix test framework after change to Transaction. | Christian | 2014-11-06 | 1 | -15/+32 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into HEAD | Christian | 2014-11-06 | 5 | -95/+70 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/Compiler.cpp test/solidityCompiler.cpp | ||||
| | * | | | | | | | | Test adjustments. | Christian | 2014-11-03 | 2 | -7/+6 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-11-03 | 3 | -2/+841 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: alethzero/CMakeLists.txt | ||||
| | * | | | | | | | | Some tests and bugfixes for the compiler. | Christian | 2014-11-03 | 2 | -1/+212 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Bugfix: Swap before mod and div. | Christian | 2014-11-03 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-11-01 | 7 | -17/+353 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/AST.cpp libsolidity/AST.h libsolidity/Compiler.cpp libsolidity/Compiler.h libsolidity/NameAndTypeResolver.h libsolidity/Types.cpp solc/main.cpp test/solidityCompiler.cpp | ||||
| | * | | | | | | | | | Actual contract creator and add solidity to AlethZero interface. | Christian | 2014-10-31 | 1 | -16/+19 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Function selector and variable (un)packing. | Christian | 2014-10-31 | 1 | -21/+37 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Renamed file. | Christian | 2014-10-31 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-10-30 | 2 | -31/+35 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 3 | -194/+479 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ExpressionStatement functions as glue between Statements and Expressions. This way it is possible to detect when the border between statements and expressions is crossed while walking the AST. Note that ExpressionStatement is not the only border, almost every statement can contains expressions. | ||||
| | * | | | | | | | | | Compiler for assignments. | Christian | 2014-10-29 | 1 | -5/+57 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | NEG->BNOT change | Christian | 2014-10-29 | 1 | -3/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-10-29 | 11 | -31/+144 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/Types.cpp | ||||
| * | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-11-06 | 7 | -955/+1083 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/crypto.cpp | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge pull request #473 from CJentzsch/newTests | Gav Wood | 2014-11-06 | 6 | -943/+1071 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | new tests + reorganization | ||||
| | | * | | | | | | | | | | remove vmSystemOperationsTest completely | Christoph Jentzsch | 2014-11-05 | 1 | -5/+0 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-11-05 | 1 | -0/+2 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | Update tests to latest protocol changes (PoC7) | Christoph Jentzsch | 2014-11-04 | 6 | -942/+1075 |
| | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | | Transaction documentation and build fixes. | Gav Wood | 2014-11-05 | 1 | -8/+8 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Documentation for Transaction. | Gav Wood | 2014-11-05 | 2 | -3/+3 |
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-11-05 | 3 | -43/+16 |
| |\| | | | | | | | | | | |||||
| | * | | | | | | | | | | 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. | ||||
* | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-05 | 1 | -51/+45 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | 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 branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-05 | 1 | -0/+2 |
|\| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | 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 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-03 | 3 | -3/+841 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/CMakeLists.txt | ||||
| * | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | common changes | Marek Kotewicz | 2014-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-30 | 3 | -32/+36 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-28 | 7 | -21/+129 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h libqethereum/QEthereum.h | ||||
| * | | | | | | | | | | 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 | ||||
| * | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | 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 branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-24 | 4 | -0/+543 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | 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 | ||||
| * | | | | | | | | | | | | | | 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 | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into mk_jsonrpc | Marek Kotewicz | 2014-10-17 | 8 | -12/+67 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libqethereum/QEthereum.h | ||||
| * | | | | | | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | 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 branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-31 | 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 | ||||
* | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc | artur-zawlocki | 2014-10-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevmjit/Compiler.cpp | ||||
| * | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-31 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | Fix for Trie roots. | Gav Wood | 2014-10-30 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AddressState -> Account. | ||||
* | / / / / / / / / / / / / / / / / | allow --jit as non first argument | artur-zawlocki | 2014-10-31 | 1 | -3/+5 |
|/ / / / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | | CMakeLists updated, should now build without LLVM when EVMJIT is not enabled ↵ | artur-zawlocki | 2014-10-31 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [#81588646] | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-30 | 3 | -33/+37 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h test/vm.cpp | ||||
| * | | | | | | | | | | | | | | | | 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 |
| | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc | artur-zawlocki | 2014-10-29 | 20 | -193/+1215 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/vm.cpp | ||||
| * | | | | | | | | | | | | | | | Expose VM kind setting of State in FakeExtVM | Paweł Bylica | 2014-10-29 | 2 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6ad065bb3e30b5e67283f70e84ac55368e843e6a. | ||||
| * | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-29 | 1 | -2/+2 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h | ||||
| | * | | | | | | | | | | | | | | 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 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/ExtVMFace.h libevm/VM.h test/vm.cpp test/vm.h windows/LibEthereum.vcxproj.filters | ||||
| | * | | | | | | | | | | | | | 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. | ||||
| | * | | | | | | | | | | | 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 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | |||||
| | | * | | | | | | | | | | | 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 |
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | 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. | ||||
| | | * | | | | | | | | | 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 | ||||
| | | | * | | | | | | | | 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 |
| | | |/ / / / / / / / | |||||
| | * | | | | | | | | | 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 |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
* | / | | | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2d0557e2ee236b73546d6dd9f3ed7d19ec852a0f. | ||||
* | | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/FeeStructure.cpp test/vm.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 |
| | | | | | | | | |