Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/develop' into randomTestEfficiency | CJentzsch | 2015-01-13 | 3 | -2/+6 |
|\ | |||||
| * | fixed warnings for msvc build | arkpar | 2015-01-13 | 3 | -2/+6 |
| | | |||||
* | | random test optimization | CJentzsch | 2015-01-13 | 1 | -1/+1 |
| | | |||||
* | | reinclude invalid opcode in random tests | CJentzsch | 2015-01-13 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/develop' into randomTestEfficiency | CJentzsch | 2015-01-13 | 2 | -0/+181 |
|\| | |||||
| * | addmod mulmod div by zero tests | CJentzsch | 2015-01-12 | 1 | -0/+168 |
| | | |||||
| * | Fixing bug where empty tagless docstring in Natspec would result in infinite ↵ | Lefteris Karapetsas | 2015-01-12 | 1 | -0/+13 |
| | | | | | | | | loop | ||||
* | | rests current gas limit in vm test | CJentzsch | 2015-01-12 | 1 | -2/+2 |
| | | |||||
* | | start with block info opcodes | CJentzsch | 2015-01-12 | 1 | -7/+15 |
|/ | |||||
* | Merge commit 'a1023a5dffee7c06e8b75a21f5c9b8826e820942' into develop | Gav Wood | 2015-01-12 | 0 | -0/+0 |
|\ | | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js.map | ||||
| * | Squashed 'libjsqrc/ethereumjs/' changes from 47687cf..ab745d3 | Gav Wood | 2015-01-12 | 7 | -0/+151 |
| | | | | | | | | | | | | | | | | | | | | | | ab745d3 updated readme b915c7a updated readme 6c26255 Merge branch 'tests' into develop e2c4525 Merge branch 'master' into develop e778e12 spec reporter instead of nyan a4e6f0b fixed travis.yml && added nmp test script 048e777 Merge branch 'master' into tests 15c2293 updated package json 24814a4 Merge branch 'master' of https://github.com/ethereum/ethereum.js 6188e64 Update README.md c34b0c6 Update README.md 29c60c0 Merge branch 'develop' into tests b3eda29 Merge branch 'master' into tests c397e35 mocha opts file && init of parser tests b6058a8 methods existance tests in progress 5518022 mocha test init git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: ab745d3b0eb89d67db1ed953020c665be3d072ed | ||||
* | Merge commit 'ab745d3b0eb89d67db1ed953020c665be3d072ed' into develop | Gav Wood | 2015-01-12 | 0 | -0/+0 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/.travis.yml libjsqrc/ethereumjs/README.md libjsqrc/ethereumjs/dist/ethereum.js libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/lib/abi.js libjsqrc/ethereumjs/package.json | ||||
| * | spec reporter instead of nyan | Marek Kotewicz | 2015-01-12 | 1 | -1/+1 |
| | | |||||
| * | mocha opts file && init of parser tests | Marek Kotewicz | 2015-01-09 | 2 | -0/+39 |
| | | |||||
| * | methods existance tests in progress | Marek Kotewicz | 2015-01-09 | 6 | -49/+112 |
| | | |||||
| * | mocha test init | Marek Kotewicz | 2015-01-09 | 1 | -0/+49 |
| | |||||
* | Merge pull request #768 from chriseth/sol_contractsAreAddresses | Gav Wood | 2015-01-11 | 1 | -0/+33 |
|\ | | | | | Contracts inherit all address members | ||||
| * | Contracts are Addresses. | Christian | 2015-01-10 | 1 | -3/+21 |
| | | |||||
| * | Correct type conversions. | Christian | 2015-01-10 | 1 | -0/+15 |
| | | |||||
* | | Merge pull request #767 from chriseth/sol_abi_padding | Gav Wood | 2015-01-11 | 2 | -94/+106 |
|\ \ | | | | | | | Padding for ABI types. | ||||
| * | | Coding style: Prefix for const variables. | Christian | 2015-01-10 | 1 | -19/+19 |
| | | | |||||
| * | | Padding for ABI types. | Christian | 2015-01-10 | 2 | -82/+94 |
| |/ | |||||
* | | Merge pull request #766 from debris/web3sha3test | Gav Wood | 2015-01-10 | 2 | -0/+28 |
|\ \ | |/ |/| | web3.sha3 test | ||||
| * | disabled jsonrpc tests again | Marek Kotewicz | 2015-01-10 | 1 | -1/+1 |
| | | |||||
| * | removed resize | Marek Kotewicz | 2015-01-09 | 1 | -1/+0 |
| | | |||||
| * | web3.sha3 test | Marek Kotewicz | 2015-01-09 | 2 | -1/+30 |
| | | |||||
* | | Merge pull request #765 from chriseth/sol_someLogFixes | Gav Wood | 2015-01-09 | 1 | -20/+25 |
|\ \ | | | | | | | Some changes to the log functions. | ||||
| * | | Some changes to the log functions. | Christian | 2015-01-09 | 1 | -20/+25 |
| | | | |||||
* | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-01-09 | 13 | -205/+1641 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: test/SolidityOptimizer.cpp | ||||
| * \ \ | Merge pull request #745 from chriseth/sol_integerConstants | Gav Wood | 2015-01-09 | 4 | -61/+55 |
| |\ \ \ | | | | | | | | | | | Arbitrary precision integer literals | ||||
| | * | | | Arbitrary precision integer constants. | Christian | 2015-01-09 | 4 | -61/+55 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #760 from CJentzsch/blockhash | Gav Wood | 2015-01-09 | 5 | -11/+67 |
| |\ \ \ | | |/ / | |/| | | add blockhash test as vm tests | ||||
| | * | | add blockhash test fo vm tests | CJentzsch | 2015-01-09 | 5 | -11/+67 |
| | | | | |||||
| * | | | Merge pull request #746 from CJentzsch/jumpdest | Gav Wood | 2015-01-09 | 3 | -2/+1383 |
| |\ \ \ | | |_|/ | |/| | | more dynamic jump tests | ||||
| | * | | long jumpdest list | CJentzsch | 2015-01-08 | 1 | -0/+28 |
| | | | | |||||
| | * | | sdiv int256.min -1 | CJentzsch | 2015-01-08 | 1 | -0/+28 |
| | | | | |||||
| | * | | sdiv with negative fractional result | CJentzsch | 2015-01-08 | 1 | -0/+28 |
| | | | | |||||
| | * | | add valid jumpdest with jumpdest at beginning | CJentzsch | 2015-01-08 | 1 | -0/+28 |
| | | | | |||||
| | * | | more dynamic jump tests | CJentzsch | 2015-01-08 | 2 | -2/+1271 |
| | | | | |||||
| * | | | Buildfix after semantical merge conflict. | Christian | 2015-01-09 | 1 | -5/+5 |
| | | | | |||||
| * | | | Merge pull request #754 from LefterisJP/sol_abiFunctionHash | chriseth | 2015-01-09 | 5 | -187/+186 |
| |\ \ \ | | |_|/ | |/| | | Calculation of ABI Function Identifier Hash | ||||
| | * | | Fixing SolidityABIJSON test | Lefteris Karapetsas | 2015-01-09 | 1 | -14/+14 |
| | | | | |||||
| | * | | Adjusting Solidity Optimizer Tests | Lefteris Karapetsas | 2015-01-09 | 1 | -7/+7 |
| | | | | |||||
| | * | | Adjustments to Solidity compiler code for Function Hash | Lefteris Karapetsas | 2015-01-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | adjusting byte difference in optimizer large integers test | Lefteris Karapetsas | 2015-01-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | merging develop | Lefteris Karapetsas | 2015-01-09 | 11 | -85/+2088 |
| | |\| | |||||
| | * | | Compiler EVM generation now takes into account for the new function hash | Lefteris Karapetsas | 2015-01-09 | 3 | -184/+167 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | identifier - Changed tests to comply with the new function hash identifier - Changed the function index offset to 4, and made it a constant for easy adjustment in the future | ||||
| | * | | work in progress in testing the new function selector in the end to end tests | Lefteris Karapetsas | 2015-01-08 | 1 | -5/+24 |
| | | | | |||||
| | * | | Adjusting SolidityCompiler tests | Lefteris Karapetsas | 2015-01-08 | 1 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | - Adjusting SolidityCompiler tests to take into account the size of the new Function Selector | ||||
* | | | | Merge branch 'sol_integerConstants' of ↵ | Gav Wood | 2015-01-09 | 4 | -61/+55 |
|\ \ \ \ | |/ / / |/| | | | | | | | https://github.com/chriseth/cpp-ethereum into chriseth-sol_integerConstants | ||||
| * | | | Arbitrary precision integer constants. | Christian | 2015-01-08 | 4 | -61/+55 |
| | |/ | |/| | |||||
* | | | Rename "JSON Documentation" -> Metadata. | Gav Wood | 2015-01-09 | 2 | -3/+3 |
| | | | | | | | | | | | | solc integration for Solidity-format ABI. | ||||
* | | | Documentation update. | Gav Wood | 2015-01-09 | 1 | -0/+1 |
| | | | |||||
* | | | Unit testing for log in Solidity. | Gav Wood | 2015-01-09 | 2 | -0/+94 |
|/ / | |||||
* | | Merge pull request #742 from chriseth/sol_optimizerChange | Gav Wood | 2015-01-07 | 1 | -7/+7 |
|\ \ | | | | | | | Some changes to the optimizer. | ||||
| * | | Some changes to the optimizer. | Christian | 2015-01-07 | 1 | -7/+7 |
| | | | |||||
* | | | Merge pull request #740 from CJentzsch/vmtests | Gav Wood | 2015-01-07 | 2 | -15/+879 |
|\ \ \ | | | | | | | | | tests for address input greater then 2**160, OOG at max call depth, ... | ||||
| * | | | add tests for OOG at max call depth | CJentzsch | 2015-01-07 | 1 | -0/+110 |
| | | | | |||||
| * | | | memory test: high offset, zero size -> zero gas cost | CJentzsch | 2015-01-07 | 1 | -0/+69 |
| | | | | |||||
| * | | | check address input greater then 2**160 | CJentzsch | 2015-01-07 | 2 | -16/+494 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/develop' into vmtests | CJentzsch | 2015-01-07 | 4 | -55/+239 |
| |\| | | |||||
| * | | | add zero memory expansion tests for vm | CJentzsch | 2015-01-06 | 1 | -2/+92 |
| | | | | |||||
| * | | | add zero memory expansion tests | CJentzsch | 2015-01-06 | 1 | -0/+117 |
| | | | | |||||
* | | | | Merge pull request #738 from LefterisJP/sol_abiFunctionHash | Gav Wood | 2015-01-07 | 1 | -1/+37 |
|\ \ \ \ | | |_|/ | |/| | | Canonical Function signature creation in solidity | ||||
| * | | | Small issues with Canonical Function Signature | Lefteris Karapetsas | 2015-01-07 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | | - Also added an extra test | ||||
| * | | | Test for the Canonical Signature of a function | Lefteris Karapetsas | 2015-01-07 | 1 | -1/+20 |
| |/ / | |||||
* | | | Merge pull request #734 from CJentzsch/blockhash | Gav Wood | 2015-01-07 | 2 | -1/+117 |
|\ \ \ | | | | | | | | | Blockhash tests | ||||
| * | | | Blockhash tests | CJentzsch | 2015-01-07 | 2 | -1/+117 |
| | |/ | |/| | |||||
* | | | Merge pull request #731 from CJentzsch/jumpdest | Gav Wood | 2015-01-07 | 1 | -5/+760 |
|\ \ \ | | | | | | | | | added more jumpdest tests | ||||
| * | | | jump onto jump, dynamic and static jump with same destination | CJentzsch | 2015-01-07 | 1 | -0/+56 |
| | | | | |||||
| * | | | added more jumpdest tests | CJentzsch | 2015-01-06 | 1 | -5/+704 |
| | |/ | |/| | |||||
* | | | Merge pull request #729 from CJentzsch/addTests | Gav Wood | 2015-01-07 | 1 | -3/+87 |
|\ \ \ | |_|/ |/| | | Blockhash correction and some tests | ||||
| * | | Blockhash correction and some tests | CJentzsch | 2015-01-06 | 1 | -3/+87 |
| |/ | |||||
* | | stl sleep_for, for windows | subtly | 2015-01-07 | 1 | -1/+1 |
| | | |||||
* | | define constructors for windows | subtly | 2015-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' into p2p-udp-nodetable | subtly | 2015-01-06 | 1 | -0/+7 |
|\| | |||||
| * | Merge pull request #721 from LefterisJP/sol_fixMultiLCommentScan | Gav Wood | 2015-01-06 | 1 | -0/+7 |
| |\ | | | | | | | Fix for sol scanner where empty multiline comment became Natspec comment | ||||
| | * | Fix for sol scanner where empty multiline comment became Natspec comment | Lefteris Karapetsas | 2015-01-05 | 1 | -0/+7 |
| | | | |||||
* | | | code review | subtly | 2015-01-06 | 1 | -6/+6 |
| | | | |||||
* | | | Merge branch 'develop' into p2p-udp-nodetable | subtly | 2015-01-06 | 1 | -1/+64 |
|\| | | |||||
| * | | Merge pull request #711 from CJentzsch/fixTest | Gav Wood | 2015-01-05 | 1 | -1/+64 |
| |\ \ | | | | | | | | | added trie_tests_ordered | ||||
| | * | | use boost_fail instead of warning | CJentzsch | 2015-01-02 | 1 | -2/+2 |
| | | | | |||||
| | * | | add trie_tests_ordered | CJentzsch | 2015-01-02 | 1 | -2/+21 |
| | | | | |||||
| | * | | clean up | CJentzsch | 2015-01-02 | 1 | -374/+0 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/develop' into fixTest | CJentzsch | 2015-01-02 | 27 | -554/+1725 |
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'upstream/develop' into fixTest | CJentzsch | 2014-12-13 | 8 | -13/+19 |
| | |\ \ \ | |||||
| | * | | | | include original trie test | CJentzsch | 2014-12-13 | 1 | -1/+45 |
| | | | | | | |||||
| | * | | | | include original trie test | CJentzsch | 2014-12-13 | 1 | -0/+374 |
| | | | | | | |||||
| | * | | | | Merge remote-tracking branch 'upstream/develop' into fixTest | CJentzsch | 2014-12-13 | 9 | -31/+120 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/trie.cpp | ||||
| | * | | | | | efficiency, use reference instead of copy | CJentzsch | 2014-12-12 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | remove permuatations in trietest (order is critical for test) | CJentzsch | 2014-12-12 | 1 | -1/+0 |
| | | | | | | | |||||
| | * | | | | | fix trie test# | CJentzsch | 2014-12-12 | 1 | -3/+10 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'develop' into p2p-udp-nodetable | subtly | 2015-01-05 | 8 | -160/+2688 |
|\| | | | | | | |||||
| * | | | | | | added complete exp tests | CJentzsch | 2015-01-02 | 1 | -0/+2100 |
| | | | | | | | |||||
| * | | | | | | retuning gas prices of recursive bombs to test limits | CJentzsch | 2015-01-02 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | undo origin address change (in test) | CJentzsch | 2015-01-02 | 1 | -146/+146 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge pull request #703 from wanderer/tests | Gav Wood | 2015-01-02 | 2 | -0/+132 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | added stackUnder Flow test | ||||
| | * | | | | | added balance tests | wanderer | 2014-12-29 | 1 | -0/+102 |
| | | | | | | | |||||
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into tests | wanderer | 2014-12-29 | 4 | -4/+4 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | added stackUnder Flow test | wanderer | 2014-12-23 | 1 | -0/+30 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #666 from winsvega/develop | Gav Wood | 2015-01-02 | 2 | -8/+304 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Cteate Contract From Contract Init Code Test | ||||
| | * | | | | | Transaction Tests | winsvega | 2014-12-28 | 1 | -1/+136 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | winsvega | 2014-12-28 | 8 | -26/+67 |
| | |\| | | | | |||||
| | * | | | | | comments in json | winsvega | 2014-12-24 | 1 | -9/+9 |
| | | | | | | | |||||
| | * | | | | | Contract Creation Init Codes | winsvega | 2014-12-21 | 1 | -13/+175 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | winsvega | 2014-12-20 | 3 | -0/+251 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Cteate Contract From Contract Init Code Test | winsvega | 2014-12-19 | 1 | -10/+9 |
| | | | | | | | | |||||
| * | | | | | | | Implemented 256-long history for PREVHASH, though still optional. | Gav Wood | 2014-12-24 | 4 | -4/+4 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | coding standards, h512 node id, mute warnings for clang builds. attempt ↵ | subtly | 2015-01-05 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | inherited constructor fix for windows. | ||||
* | | | | | | | manually populate nodes for test rather than leveraging ping | subtly | 2014-12-28 | 1 | -5/+6 |
| | | | | | | | |||||
* | | | | | | | inline << operator, mute logging | subtly | 2014-12-26 | 1 | -7/+7 |
| | | | | | | | |||||
* | | | | | | | test encoding/decoding neighbors. add MAC. | subtly | 2014-12-26 | 1 | -39/+62 |
| | | | | | | | |||||
* | | | | | | | memory | subtly | 2014-12-24 | 1 | -7/+36 |
| | | | | | | | |||||
* | | | | | | | message signing and verification. shutdown io/thread before dealloc in ↵ | subtly | 2014-12-24 | 1 | -9/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | nodetable/testnodetables. | ||||
* | | | | | | | basic implementation of packets | subtly | 2014-12-23 | 1 | -6/+0 |
| | | | | | | | |||||
* | | | | | | | send/receive messages (not yet interepreted) | subtly | 2014-12-23 | 1 | -20/+32 |
| | | | | | | | |||||
* | | | | | | | refactor constants to be determined during compile. added RLPXDatagram. ↵ | subtly | 2014-12-23 | 1 | -17/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructors and updates to datagram constructors. docs and logging. WIP tests and host/harness for NodeTable. | ||||
* | | | | | | | Merge branch 'develop' into p2p | subtly | 2014-12-22 | 3 | -3/+6 |
|\| | | | | | | |||||
| * | | | | | | Fixes/workarounds for tests. | Gav Wood | 2014-12-22 | 2 | -2/+5 |
| | | | | | | | |||||
| * | | | | | | const-> constant | Gav Wood | 2014-12-22 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | repot. | subtly | 2014-12-22 | 1 | -488/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'develop' into p2p | subtly | 2014-12-22 | 13 | -26/+404 |
|\| | | | | | | |||||
| * | | | | | | Allow interaction with PV49. | Gav Wood | 2014-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneeded include. | ||||
| * | | | | | | Fixed #683 | Gav Wood | 2014-12-21 | 1 | -8/+8 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'poc-7+' into develop | Gav Wood | 2014-12-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | SHA-3 hashing to web3. | Gav Wood | 2014-12-21 | 1 | -1/+1 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Remove unnecessary changes | Paweł Bylica | 2014-12-19 | 1 | -20/+20 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-12-19 | 26 | -567/+1783 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: windows/Eth.vcxproj windows/TestEthereum.vcxproj | ||||
| | * | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmcc | Paweł Bylica | 2014-12-19 | 1 | -0/+163 |
| | |\| | | | | | |||||
| | | * | | | | | Merge pull request #663 from CJentzsch/NewStateTests | Gav Wood | 2014-12-19 | 1 | -0/+163 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | more refunds tests | ||||
| | | | * | | | | | more refunds tests | CJentzsch | 2014-12-19 | 1 | -0/+163 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmcc | Paweł Bylica | 2014-12-19 | 9 | -11/+188 |
| | |\| | | | | | | |||||
| | | * | | | | | | Merge pull request #664 from chriseth/sol_fix_compoundAssign | chriseth | 2014-12-19 | 1 | -0/+35 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Bugfix: Additional swap for compound assignment. | ||||
| | | | * | | | | | | Bugfix: Additional swap for compound assignment. | Christian | 2014-12-19 | 1 | -0/+35 |
| | | | |/ / / / / | |||||
| | | * | / / / / | Adding const attribute to ABI output | Lefteris Karapetsas | 2014-12-19 | 1 | -0/+53 |
| | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Merge pull request #655 from chriseth/sol_precedence | chriseth | 2014-12-19 | 1 | -0/+10 |
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | Bit operators should bind more strongly than comparison operators. | ||||
| | | | * | | | | Also test non-equality comparison operator. | Christian | 2014-12-19 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Bit operators should bind more strongly than comparison operators. | Christian | 2014-12-19 | 1 | -0/+10 |
| | | | | | | | | |||||
| | | * | | | | | updating solidity parser natspec tests to comply with recent changes | Lefteris Karapetsas | 2014-12-19 | 1 | -7/+7 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'develop' into sol_natspecMultiline | Lefteris Karapetsas | 2014-12-18 | 9 | -2/+2 |
| | | |\| | | | | |||||
| | | * | | | | | More multiline natspec tests and small issue fix | Lefteris Karapetsas | 2014-12-18 | 1 | -0/+24 |
| | | | | | | | | |||||
| | | * | | | | | Changes in InterfaceHandler to deal with multiline natspec | Lefteris Karapetsas | 2014-12-18 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also now Solidity scanner considers Carriage Return as whitespace - Tests for Natspec generation with the new multiline comments | ||||
| | | * | | | | | Scanner properly scans multiline natspec comments | Lefteris Karapetsas | 2014-12-18 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Single and multiline natspect comments get the initial whitespace skipped now - Some rules introduced for the multiline comments. If first line is empty then no newline is added to the literal. Same thing with the last line. Finally in all lines initial '*' are skipped | ||||
| | | * | | | | | Work in progress for /** ... */ natspec comments | Lefteris Karapetsas | 2014-12-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Work in progress on the scanner for recognizing the second type of doxygen comments for Natspec. | ||||
| | * | | | | | | Clean up and remove some explicit dependencies in cmake files | Paweł Bylica | 2014-12-19 | 1 | -3/+0 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-12-19 | 20 | -523/+1307 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt alethzero/CMakeLists.txt eth/CMakeLists.txt exp/CMakeLists.txt libethereum/CMakeLists.txt neth/CMakeLists.txt test/CMakeLists.txt test/TestHelper.cpp windows/Eth.vcxproj windows/Ethereum.sln windows/LibEthereum.vcxproj windows/LibEthereum.vcxproj.filters windows/TestEthereum.vcxproj windows/TestEthereum.vcxproj.filters windows/bootstrap.sh | ||||
| | * | | | | | | Windows fix | Paweł Bylica | 2014-12-18 | 1 | -1/+3 |
| | | | | | | | | |||||
| | * | | | | | | Merge commit '1b8f9fdc3b44503890ed1bcb5da8bd5cb8dd83a5' into develop-evmcc | Paweł Bylica | 2014-12-15 | 12 | -31/+124 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/TestHelper.cpp | ||||
| * | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-12-12 | 26 | -267/+3318 |
| |\| | | | | | | | |||||
| | * | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmcc | Paweł Bylica | 2014-12-12 | 4 | -8/+8 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add "--jit" option to State tests | Paweł Bylica | 2014-12-12 | 4 | -14/+25 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmcc | Paweł Bylica | 2014-12-12 | 2 | -7/+11 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | |||||
| | * | | | | | | | | Merge remote-tracking branch 'origin/vm' into develop-evmcc | Paweł Bylica | 2014-12-12 | 6 | -126/+385 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/vm' into develop-evmcc | Paweł Bylica | 2014-12-11 | 19 | -112/+2473 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libethereum/Executive.cpp libethereum/Executive.h libethereum/State.cpp libevm/VM.cpp libevm/VM.h libevm/VMFace.h test/createRandomTest.cpp test/vm.cpp windows/LibEthereum.vcxproj.filters | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'develop-evmcc' of https://github.com/imapp-pl/cpp-ethereum ↵ | Artur Zawłocki | 2014-12-05 | 2 | -14/+429 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into develop-evmcc | ||||
| | | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into develop-evmcc | Paweł Bylica | 2014-12-05 | 2 | -14/+429 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | jit-related CMakeLists.txt fixes | Artur Zawłocki | 2014-12-05 | 1 | -4/+2 |
| | |/ / / / / / / / / / / | |||||
| | * | | | | | | | | | | | Fix random test generator | Paweł Bylica | 2014-12-05 | 1 | -13/+16 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-12-05 | 10 | -24/+301 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: windows/Eth.vcxproj windows/TestEthereum.vcxproj | ||||
| | * | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-12-05 | 9 | -23/+141 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h test/createRandomTest.cpp | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pr-fixes' into develop-evmcc | Paweł Bylica | 2014-12-01 | 1 | -1/+160 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-12-01 | 2 | -4/+9 |
| |\| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | resolved circular dependency between libevm and libevmjit | Artur Zawłocki | 2014-11-28 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-27 | 15 | -31/+1750 |
| |\| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-27 | 15 | -31/+1750 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h test/vm.cpp | ||||
| * | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-21 | 9 | -35/+454 |
| |\| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | Do not catch OutOfGas exception in tests separately | Paweł Bylica | 2014-11-21 | 1 | -15/+6 |
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-21 | 8 | -21/+447 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/vm.cpp | ||||
| | * | | | | | | | | | | | | | | | fixed libevmjit dependencies in cmake files | Artur Zawłocki | 2014-11-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-17 | 2 | -199/+129 |
| |\| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-17 | 2 | -199/+129 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: windows/LibEthereum.vcxproj.filters | ||||
| * | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-14 | 19 | -421/+3129 |
| |\| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-14 | 6 | -112/+404 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: windows/LibEthereum.vcxproj | ||||
| | * | | | | | | | | | | | | | | | | | Test unexpected storage entries | Paweł Bylica | 2014-11-14 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | Fix VM tester | Paweł Bylica | 2014-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-12 | 18 | -384/+2794 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libdevcrypto/EC.cpp test/vm.cpp | ||||
| * | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-07 | 1 | -0/+49 |
| |\| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-07 | 1 | -0/+49 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-07 | 23 | -1726/+2713 |
| |\| | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-07 | 23 | -1726/+2713 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h test/vm.cpp | ||||
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-05 | 1 | -51/+45 |
| |\| | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-05 | 1 | -51/+45 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-11-05 | 4 | -3/+843 |
| |\| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-05 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-11-03 | 3 | -3/+841 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/CMakeLists.txt | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-10-31 | 6 | -11/+578 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-31 | 5 | -8/+573 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 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 | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | allow --jit as non first argument | artur-zawlocki | 2014-10-31 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-10-31 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-10-31 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jit | Paweł Bylica | 2014-10-31 | 1 | -3/+6 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'develop' into pr-jit | Paweł Bylica | 2014-10-30 | 3 | -33/+37 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| / / / / / / / / / / / / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libevm/VM.h test/vm.cpp | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 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 | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance VM tests reports | Paweł Bylica | 2014-10-21 | 1 | -2/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dead code | Paweł Bylica | 2014-10-21 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into ↵ | Paweł Bylica | 2014-10-20 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-evmcc | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated cmake files after moving the jit compiler to a lib. | artur-zawlocki | 2014-10-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another round of fixing ExtVM interface | Paweł Bylica | 2014-10-20 | 2 | -13/+24 |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable test filling | Paweł Bylica | 2014-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn on JIT testing with "--jit" command line parameter | Paweł Bylica | 2014-10-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running vm_tests with JIT | Paweł Bylica | 2014-10-17 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare VM test engine for running JIT-ed tests | Paweł Bylica | 2014-10-17 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/rlp bugfix: expectedText can be empty | Paweł Bylica | 2014-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move some things for udp. added a class for kademlia. | subtly | 2014-12-22 | 1 | -37/+530 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix the fix | subtly | 2014-12-20 | 1 | -15/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initialize atomics so udp messages are delivered on linux #656 | subtly | 2014-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stash | subtly | 2014-12-19 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spacing | subtly | 2014-12-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2014-12-19 | 11 | -2/+157 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity Tests names are now more consistent | Lefteris Karapetsas | 2014-12-18 | 9 | -2/+2 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - File names and Boost Test Suite have the same name now for every solidity Test, so that there is no need to guess or check when you want to run a specific suite from the command line | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | style | CJentzsch | 2014-12-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | more refund tests | CJentzsch | 2014-12-18 | 1 | -2/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refund test inclusion | CJentzsch | 2014-12-18 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refund tests | CJentzsch | 2014-12-18 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2014-12-18 | 8 | -7/+266 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed msvc not expanding macros correctly | ethdev | 2014-12-17 | 3 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #623 from chriseth/sol_constructorChecks | chriseth | 2014-12-17 | 1 | -0/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks for the constructor and ability to call functions | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add functions needed by constructor. | Christian | 2014-12-17 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #639 from debris/msvc_fix | Gav Wood | 2014-12-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | windows fix for initializer-list cannot convert to dev::bytes | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initializer-list fix | ethdev | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | windows fix for initializer-list cannot convert to dev::bytes | ethdev | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #636 from chriseth/sol_fix_foreignFunctions | Gav Wood | 2014-12-17 | 3 | -3/+30 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Resolve function types of all contracts before checking types inside functions. | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Resolve function types of all contracts before checking types inside ↵ | Christian | 2014-12-17 | 3 | -3/+30 |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions. | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang requires explicit initialization of map | Marek Kotewicz | 2014-12-17 | 1 | -1/+5 |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #599 from wanderer/develop | Gav Wood | 2014-12-17 | 2 | -5/+37 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed output stacktrace format to json | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | append JSON objects to log | wanderer | 2014-12-17 | 1 | -20/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using json_spirit | wanderer | 2014-12-17 | 2 | -32/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed output stacktrace format to json | wanderer | 2014-12-17 | 1 | -3/+36 |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity: More tests for the ForStatement | Lefteris Karapetsas | 2014-12-17 | 1 | -1/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity ForStatement Compiler part | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Work in progress | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor issues, grammar update, new ForStatement test | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity ForStatements expressions are now optional | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new ForStatement parsing test and small grammar fix | Lefteris Karapetsas | 2014-12-17 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding a ForStatement solidity AST Node. | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+28 |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress |