| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving all Interface and Documentation functionality to own class | Lefteris Karapetsas | 2014-12-03 | 2 | -3/+3 |
* | Separate user and dev natspec documentation | Lefteris Karapetsas | 2014-12-03 | 1 | -15/+22 |
* | More Natspec JSON export tests and better error reporting | Lefteris Karapetsas | 2014-12-02 | 2 | -3/+90 |
* | Using jsoncpp for exporting ABI interface from solidity | Lefteris Karapetsas | 2014-12-02 | 1 | -12/+14 |
* | Exporting Natspec documentation to a JSON interface | Lefteris Karapetsas | 2014-12-02 | 1 | -0/+77 |
* | Adding natspec comment test being between keyword and signature | Lefteris Karapetsas | 2014-12-01 | 1 | -2/+24 |
* | Solidity natspec docstring test improvements | Lefteris Karapetsas | 2014-11-28 | 1 | -23/+47 |
* | Solidity FunctionDefinition used ASTString shared ptr for docstrings | Lefteris Karapetsas | 2014-11-28 | 1 | -9/+11 |
* | Adding solidity natspec comment inside function body | Lefteris Karapetsas | 2014-11-28 | 1 | -0/+30 |
* | Fixing multiline comment parsing in solidity | Lefteris Karapetsas | 2014-11-28 | 1 | -2/+0 |
* | Solidity work for documentation strings | Lefteris Karapetsas | 2014-11-28 | 1 | -0/+52 |
* | Solidity function AST nodes get documentation attribute | Lefteris Karapetsas | 2014-11-27 | 1 | -1/+32 |
* | Global functions. | Christian | 2014-11-26 | 1 | -1/+90 |
* | Sending ether. | Christian | 2014-11-26 | 1 | -0/+15 |
* | More general function types and references. | Christian | 2014-11-26 | 1 | -0/+20 |
* | Merge pull request #540 from chriseth/sol_actualBlockchainAccess | Gav Wood | 2014-11-25 | 1 | -0/+13 |
|\ |
|
| * | Access to blockchain data. | Christian | 2014-11-24 | 1 | -0/+13 |
* | | Merge pull request #533 from CJentzsch/stateTests | Gav Wood | 2014-11-25 | 1 | -3/+16 |
|\ \ |
|
| * | | style | Christoph Jentzsch | 2014-11-21 | 1 | -1/+1 |
| * | | Specify user defined test | Christoph Jentzsch | 2014-11-21 | 1 | -3/+16 |
* | | | Merge pull request #529 from CJentzsch/newTests | Gav Wood | 2014-11-25 | 10 | -4/+1474 |
|\ \ \
| |_|/
|/| | |
|
| * | | style | Christoph Jentzsch | 2014-11-21 | 2 | -4/+2 |
| * | | Merge remote-tracking branch 'upstream/develop' into newTests | Christoph Jentzsch | 2014-11-20 | 4 | -37/+106 |
| |\| |
|
| * | | add make money test | Christoph Jentzsch | 2014-11-20 | 2 | -0/+46 |
| * | | more log tests | Christoph Jentzsch | 2014-11-19 | 1 | -7/+1160 |
| * | | Add Log tests | Christoph Jentzsch | 2014-11-19 | 5 | -1/+177 |
| * | | new push32 test and renaming | Christoph Jentzsch | 2014-11-19 | 1 | -1/+30 |
| * | | Changed name of some tests | Christoph Jentzsch | 2014-11-19 | 1 | -2/+2 |
| * | | more precompiled contract tests | Christoph Jentzsch | 2014-11-19 | 1 | -0/+68 |
* | | | Another test for struct references. | Christian | 2014-11-24 | 1 | -0/+28 |
* | | | Magic variables. | Christian | 2014-11-24 | 4 | -22/+22 |
* | | | Contracts as types and framework for special global variables. | Christian | 2014-11-24 | 5 | -12/+43 |
* | | | Merge pull request #524 from LefterisJP/sol_parse_comments | chriseth | 2014-11-21 | 1 | -0/+40 |
|\ \ \
| |_|/
|/| | |
|
| * | | extra comments scanning test | Lefteris Karapetsas | 2014-11-21 | 1 | -0/+11 |
| * | | documentation comments are now always skipped but saved as special tokens at ... | Lefteris Karapetsas | 2014-11-19 | 1 | -20/+5 |
| * | | solidity scanner takes triple slash doc comments into account | Lefteris Karapetsas | 2014-11-19 | 1 | -0/+44 |
* | | | Merge pull request #528 from chriseth/sol_constructor | Gav Wood | 2014-11-20 | 1 | -0/+22 |
|\ \ \ |
|
| * | | | Special handling for constructor. | Christian | 2014-11-19 | 1 | -0/+22 |
| | |/
| |/| |
|
* | | | Merge pull request #527 from imapp-pl/pr-changes | Gav Wood | 2014-11-20 | 2 | -33/+45 |
|\ \ \ |
|
| * | | | In VM tests, check only if an exception occurred if an exception expected (no... | Paweł Bylica | 2014-11-19 | 2 | -33/+45 |
| |/ / |
|
* | | | Merge pull request #520 from wanderer/develop | Gav Wood | 2014-11-20 | 1 | -0/+35 |
|\ \ \
| |/ /
|/| | |
|
| * | | added filler.json | wanderer | 2014-11-18 | 1 | -0/+35 |
* | | | Merge branch 'filter_logs' into develop | Gav Wood | 2014-11-18 | 2 | -17/+134 |
|\ \ \
| |_|/
|/| | |
|
| * | | common changes | Marek Kotewicz | 2014-11-18 | 1 | -11/+24 |
| * | | Merge branch 'filter_logs' of https://github.com/ethereum/cpp-ethereum into logs | Marek Kotewicz | 2014-11-18 | 1 | -24/+11 |
| |\ \ |
|
| | * | | Renaming and fixes. | Gav Wood | 2014-11-18 | 1 | -2/+2 |
| * | | | logs in spec | Marek Kotewicz | 2014-11-18 | 1 | -11/+24 |
| |/ / |
|
| * | | ethereum.js not minified, serpent compiler, jsonrpc handles compilers exceptions | Marek Kotewicz | 2014-11-17 | 1 | -0/+13 |
| * | | Merge branch 'develop' into js_abi | Marek Kotewicz | 2014-11-17 | 2 | -199/+129 |
| |\| |
|
| * | | Merge branch 'develop' into js_abi | Marek Kotewicz | 2014-11-14 | 6 | -112/+404 |
| |\ \ |
|
| * | | | storage dump test | Marek Kotewicz | 2014-11-14 | 1 | -0/+38 |
| * | | | added storageAt which dumps contract storage | Marek Kotewicz | 2014-11-14 | 1 | -0/+13 |
| * | | | removed unnecessary methods from jsonrpc and added contract call tests | Marek Kotewicz | 2014-11-13 | 2 | -27/+28 |
| * | | | contract calls working from js | Marek Kotewicz | 2014-11-13 | 1 | -2/+1 |
| * | | | Merge branch 'develop' into js_abi | Marek Kotewicz | 2014-11-12 | 3 | -5/+104 |
| |\ \ \ |
|
| * | | | | contract create and contract call working | Marek Kotewicz | 2014-11-11 | 1 | -3/+2 |
| * | | | | Merge branch 'develop' into js_abi | Marek Kotewicz | 2014-11-11 | 0 | -0/+0 |
| |\ \ \ \ |
|
| * | | | | | merge | Marek Kotewicz | 2014-11-11 | 9 | -222/+2335 |
| * | | | | | js abi connection | Marek Kotewicz | 2014-11-11 | 1 | -14/+56 |
* | | | | | | Build fix. | Gav Wood | 2014-11-18 | 1 | -1/+1 |
* | | | | | | Remove overly verbose log. | Gav Wood | 2014-11-18 | 1 | -1/+1 |
* | | | | | | Merge pull request #515 from chriseth/sol_structs | chriseth | 2014-11-18 | 3 | -2/+242 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Struct types. | Christian | 2014-11-14 | 2 | -0/+75 |
| * | | | | | Mapping types. | Christian | 2014-11-14 | 2 | -2/+167 |
| | |_|_|/
| |/| | | |
|
* | | | | | Windows build fix. | Gav Wood | 2014-11-17 | 1 | -1/+1 |
* | | | | | pr fix | subtly | 2014-11-14 | 1 | -2/+1 |
* | | | | | Merge branch 'develop' into crypto | subtly | 2014-11-14 | 6 | -112/+404 |
|\| | | | |
|
| * | | | | Compile fixes. | Gav Wood | 2014-11-14 | 1 | -6/+6 |
| * | | | | Merge pull request #512 from ethereum/sol_jsonInterfaceTests | Gav Wood | 2014-11-14 | 1 | -0/+214 |
| |\ \ \ \ |
|
| | * | | | | solidity json interface tests fixes | Marek Kotewicz | 2014-11-12 | 1 | -3/+4 |
| | * | | | | solidity JSON interface tests | Marek Kotewicz | 2014-11-12 | 1 | -0/+213 |
| * | | | | | Merge pull request #510 from CJentzsch/NewStateTests | Gav Wood | 2014-11-14 | 3 | -41/+78 |
| |\ \ \ \ \ |
|
| | * | | | | | changed name of command line option to filltests | Christoph Jentzsch | 2014-11-12 | 1 | -1/+1 |
| | * | | | | | Create state test with commandline flag | Christoph Jentzsch | 2014-11-12 | 2 | -22/+59 |
| | * | | | | | Store return value of call to precompiled contract in test | Christoph Jentzsch | 2014-11-12 | 1 | -19/+19 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge pull request #509 from chriseth/sol_jsonInterface | Gav Wood | 2014-11-14 | 1 | -1/+1 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | Provide interface for calls in JSON and some other formatting changes. | Christian | 2014-11-12 | 1 | -1/+1 |
| | |/ / / |
|
| * | | | | Merge pull request #501 from chriseth/sol_testFramework | Gav Wood | 2014-11-14 | 1 | -63/+88 |
| |\ \ \ \ |
|
| | * | | | | Working template magic for void function. | Christian | 2014-11-11 | 1 | -19/+22 |
| | * | | | | Allow void return type. | Christian | 2014-11-11 | 1 | -23/+35 |
| | * | | | | Tests on ranges of input data. | Christian | 2014-11-10 | 1 | -52/+62 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge pull request #500 from chriseth/sol_jumptable | Gav Wood | 2014-11-14 | 2 | -7/+23 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Merge remote-tracking branch 'ethereum/develop' into sol_jumptable | Christian | 2014-11-11 | 9 | -210/+2324 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | Replace function selector jump table by more resilient linear time check. | Christian | 2014-11-10 | 2 | -7/+23 |
| | | |/
| | |/| |
|
* | | | | changes for code review | subtly | 2014-11-14 | 1 | -1/+1 |
* | | | | Merge branch 'develop' into crypto | subtly | 2014-11-13 | 3 | -5/+104 |
|\| | | |
|
| * | | | Merge pull request #504 from CJentzsch/NewStateTests | Gav Wood | 2014-11-11 | 2 | -5/+20 |
| |\ \ \ |
|
| | * \ \ | Merge remote-tracking branch 'upstream/develop' into NewStateTests | Christoph Jentzsch | 2014-11-11 | 3 | -222/+355 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | All unintended VM exceptions work like OOG in tests | Christoph Jentzsch | 2014-11-11 | 2 | -5/+20 |
| * | | | | Make OOG on precompileds consistent. | Gav Wood | 2014-11-11 | 1 | -0/+84 |
| | |/ /
| |/| | |
|
* | | | | refactor and thread-safe cryptopp. for now, remove secp256klib calls. ecdh an... | subtly | 2014-11-13 | 1 | -98/+45 |
* | | | | cryptopp recover public key | subtly | 2014-11-12 | 1 | -4/+4 |
* | | | | ecdh, ecdhe, initial aes classes | subtly | 2014-11-12 | 2 | -105/+89 |
|/ / / |
|
* | | | Merge pull request #499 from CJentzsch/NewStateTests | Gav Wood | 2014-11-11 | 7 | -21/+2134 |
|\| | |
|
| * | | build fix | Christoph Jentzsch | 2014-11-11 | 4 | -4/+6 |
| * | | added generic userDefinedTest function | Christoph Jentzsch | 2014-11-11 | 4 | -74/+44 |
| * | | undefine FILL_TESTS | Christoph Jentzsch | 2014-11-10 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'upstream/develop' into NewStateTests | Christoph Jentzsch | 2014-11-10 | 7 | -85/+38 |
| |\ \ |
|
| * | | | specified user defined test | Christoph Jentzsch | 2014-11-10 | 2 | -21/+71 |
| * | | | Merge remote-tracking branch 'upstream/develop' into NewStateTests | Christoph Jentzsch | 2014-11-07 | 7 | -74/+203 |
| |\ \ \ |
|
| * | | | | Added random test execution | Christoph Jentzsch | 2014-11-07 | 2 | -8/+36 |
| * | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTests | Christoph Jentzsch | 2014-11-07 | 1 | -0/+49 |
| |\ \ \ \ |
|
| * | | | | | Added precompiledContracts tests | Christoph Jentzsch | 2014-11-07 | 3 | -27/+741 |
| * | | | | | Merge branch 'stateTests' into NewStateTests | Christoph Jentzsch | 2014-11-06 | 11 | -352/+1059 |
| |\ \ \ \ \ |
|
| | * | | | | | update SIGNEXTEND tests | Christoph Jentzsch | 2014-11-06 | 2 | -8/+8 |
| * | | | | | | added state system operations test | Christoph Jentzsch | 2014-11-05 | 3 | -13/+81 |
| * | | | | | | Merge branch 'StateBug' into NewStateTests | Christoph Jentzsch | 2014-11-05 | 3 | -10/+8 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into NewStateTests | Christoph Jentzsch | 2014-11-05 | 1 | -51/+45 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'newTests' into NewStateTests | Christoph Jentzsch | 2014-11-05 | 6 | -971/+1023 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Added stSystemOperationsTest | Christoph Jentzsch | 2014-11-05 | 4 | -19/+1283 |
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTests | Christoph Jentzsch | 2014-11-04 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ |
|
* | \ \ \ \ \ \ \ \ \ | Merge pull request #486 from chriseth/sol_optimizer | Gav Wood | 2014-11-11 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'ethereum/develop' into sol_optimizer | Christian | 2014-11-10 | 8 | -139/+207 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_optimizer | Christian | 2014-11-07 | 5 | -72/+201 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_optimizer | Christian | 2014-11-06 | 1 | -0/+49 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #482 from ethereum/jsonrpc_interface | Gav Wood | 2014-11-11 | 2 | -189/+190 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'develop' into jsonrpc_interface | Marek Kotewicz | 2014-11-09 | 6 | -105/+41 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'develop' into jsonrpc_interface | Marek Kotewicz | 2014-11-08 | 7 | -71/+249 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | added eth_lll | Marek Kotewicz | 2014-11-06 | 1 | -0/+13 |
| * | | | | | | | | | | | | renaming calls to include a subprotocol prefix | Marek Kotewicz | 2014-11-06 | 2 | -195/+183 |
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #494 from chriseth/sol_stateVariables | Gav Wood | 2014-11-10 | 1 | -0/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'ethereum/develop' into sol_stateVariables | Christian | 2014-11-10 | 6 | -105/+41 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | State variables. | Christian | 2014-11-08 | 1 | -0/+25 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #488 from LefterisJP/develop | Gav Wood | 2014-11-10 | 1 | -33/+140 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | style fixes | Lefteris Karapetsas | 2014-11-09 | 1 | -10/+20 |
| * | | | | | | | | | | | solidity endToEnd testing gets equivalent CPP contracts | Lefteris Karapetsas | 2014-11-09 | 1 | -33/+130 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-11-09 | 6 | -105/+41 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge pull request #490 from CJentzsch/StateBug | Gav Wood | 2014-11-09 | 5 | -66/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | style | Christoph Jentzsch | 2014-11-07 | 2 | -2/+2 |
| | * | | | | | | | | | | | Clean up state tests | Christoph Jentzsch | 2014-11-07 | 3 | -59/+0 |
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into StateBug | Christoph Jentzsch | 2014-11-07 | 19 | -1326/+2263 |
| | |\| | | | | | | | | | |
|
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into StateBug | Christoph Jentzsch | 2014-11-05 | 1 | -51/+45 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|/ /
| | | |/| | | | | | | | /
| | | |_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | |
|
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into StateBug | Christoph Jentzsch | 2014-11-04 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | Fix ABAcalls OOG bug | Christoph Jentzsch | 2014-11-04 | 3 | -10/+8 |
| | | |_|_|_|_|_|_|/ / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge pull request #487 from chriseth/sol_arbitraryEvaluationOrder | Gav Wood | 2014-11-09 | 1 | -39/+34 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
| | * | | | | | | | | | | Evaluate expressions in convenient order. | Christian | 2014-11-07 | 1 | -39/+34 |
| | | |_|_|/ / / / / /
| | |/| | | | | | | | |
|
| * / | | | | | | | | | small fix in solidityCompiler | Marek Kotewicz | 2014-11-07 | 1 | -1/+1 |
| |/ / / / / / / / / |
|
* / / / / / / / / / | Fixes for warnings. Take note. | Gav Wood | 2014-11-07 | 1 | -1/+1 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #478 from chriseth/sol_typePromotion | Gav Wood | 2014-11-07 | 5 | -72/+201 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'ethereum/develop' into sol_typePromotion | Christian | 2014-11-07 | 1 | -0/+49 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / /
| | |/| | | | | | | |
|
| * | | | | | | | | | Support for negative literals. | Christian | 2014-11-06 | 2 | -5/+62 |
| * | | | | | | | | | Fixes for test framework (sign the transaction). | Christian | 2014-11-06 | 1 | -62/+49 |
| * | | | | | | | | | Type promotion fixes and tests. | Christian | 2014-11-06 | 3 | -20/+63 |
| * | | | | | | | | | Proper type promotion and conversion. | Christian | 2014-11-06 | 1 | -1/+27 |
| * | | | | | | | | | Tests for type conversion at comparison. | Christian | 2014-11-06 | 1 | -0/+16 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #483 from chriseth/libevmcore | Gav Wood | 2014-11-07 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | / / /
| | |_|_|_|/ / /
| |/| | | | | | |
|
| * | | | | | | | Moved instructions and assembly to new libevmcore. | Christian | 2014-11-06 | 2 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | 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 |
|/ / / / / / |
|
* | | | | | | 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 |
|\ \ \ \ \ \ |
|
| * | | | | | | 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 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | 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 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | 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 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | 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 |
| * | | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / / /
| | |/| | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge branch 'develop' into crypto | subtly | 2014-11-06 | 7 | -955/+1083 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #473 from CJentzsch/newTests | Gav Wood | 2014-11-06 | 6 | -943/+1071 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | 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 |
|\| | | | | | | | | | |
|
| * | | | | | | | | | | Merge pull request #465 from ethereum/bugfix | Gav Wood | 2014-11-05 | 1 | -51/+45 |
| |\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
| | * | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | Merge pull request #454 from jorisbontje/423-dockerfile | Christoph Jentzsch | 2014-11-04 | 1 | -24/+30 |
| | * | | | | | | | | # This is a combination of 2 commits. | Christoph Jentzsch | 2014-11-04 | 1 | -30/+24 |
| | |/ / / / / / / |
|
| * / / / / / / / | Bugfix: Swap before mod and div. | Christian | 2014-11-03 | 1 | -0/+2 |
| |/ / / / / / / |
|
* | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| / / / / / / /
| |/ / / / / / / |
|
| * | | | | | | | 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 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | 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 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | 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 |
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| | | * | | | | | | 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 |
| | | | |_|/ / /
| | | |/| | | | |
|
| * | | | | | | | 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 |
| | |/ / / / / |
|
| * | | | | | | 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 |
| |\ \ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| * | | | | | | 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 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ |
|