| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | 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 |
| |\ |
|
| * | | code review | subtly | 2015-01-06 | 1 | -6/+6 |
| * | | Merge branch 'develop' into p2p-udp-nodetable | subtly | 2015-01-06 | 1 | -1/+64 |
| |\ \ |
|
| * \ \ | Merge branch 'develop' into p2p-udp-nodetable | subtly | 2015-01-05 | 8 | -160/+2688 |
| |\ \ \ |
|
| * | | | | coding standards, h512 node id, mute warnings for clang builds. attempt inher... | subtly | 2015-01-05 | 2 | -0/+10 |
| * | | | | 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 nodeta... | subtly | 2014-12-24 | 1 | -9/+25 |
| * | | | | 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. const... | subtly | 2014-12-23 | 1 | -17/+54 |
| * | | | | Merge branch 'develop' into p2p | subtly | 2014-12-22 | 3 | -3/+6 |
| |\ \ \ \ |
|
| * | | | | | repot. | subtly | 2014-12-22 | 1 | -488/+1 |
| * | | | | | Merge branch 'develop' into p2p | subtly | 2014-12-22 | 13 | -26/+404 |
| |\ \ \ \ \ |
|
| * | | | | | | 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 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'develop' into p2p | subtly | 2014-12-18 | 8 | -7/+266 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | initial interface for udp. test sending/receiving udp. | subtly | 2014-12-18 | 2 | -38/+60 |
| * | | | | | | | | udp != tcp. history-commit. | subtly | 2014-12-17 | 2 | -0/+33 |
* | | | | | | | | | 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 #721 from LefterisJP/sol_fixMultiLCommentScan | Gav Wood | 2015-01-06 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | Fix for sol scanner where empty multiline comment became Natspec comment | Lefteris Karapetsas | 2015-01-05 | 1 | -0/+7 |
* | | | | | | | | Merge pull request #711 from CJentzsch/fixTest | Gav Wood | 2015-01-05 | 1 | -1/+64 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | 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 |
* | | | | | | | | | | | 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 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 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | 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 |
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Fixes/workarounds for tests. | Gav Wood | 2014-12-22 | 2 | -2/+5 |
* | | | | | | | | | | const-> constant | Gav Wood | 2014-12-22 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Allow interaction with PV49. | Gav Wood | 2014-12-22 | 1 | -1/+1 |
* | | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | 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 | 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. | 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 |
| | |\ \ \ \ \ \ \ \
| | | |/ / / / / / /
| | |/| | | | | | | |
|
| | | * | | | | | | | 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 |
| | |\| | | | | | |
|
| | | * | | | | | | Solidity Tests names are now more consistent | 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 |
| | * | | | | | | | Scanner properly scans multiline natspec comments | Lefteris Karapetsas | 2014-12-18 | 1 | -3/+22 |
| | * | | | | | | | Work in progress for /** ... */ natspec comments | Lefteris Karapetsas | 2014-12-18 | 1 | -0/+7 |
| | |/ / / / / / |
|
| * | | | | | | | 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 |
| |\| | | | | | |
|
| | * | | | | | | 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 |
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | 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 |
| | |\ \ \ \ \ |
|
| | | * | | | | | 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 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | 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 fun... | Christian | 2014-12-17 | 3 | -3/+30 |
| | | | |/ / / / /
| | | |/| | | | | |
|
| | * | | | | | | | 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 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | 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 |
| | * | | | | | | 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 |
| | |/ / / / / |
|
| | * | | | | | Merge pull request #621 from chriseth/sol_createContracts | chriseth | 2014-12-17 | 3 | -1/+36 |
| | |\ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | | * | | | | Check that constructor does not have "returns" directive. | Christian | 2014-12-15 | 1 | -0/+9 |
| | | * | | | | Packing and unpacking of constructor arguments. | Christian | 2014-12-15 | 1 | -0/+26 |
| | | * | | | | Create contracts. | Christian | 2014-12-15 | 1 | -1/+1 |
| | * | | | | | Merge branch 'develop' into windows_debug | Marek Kotewicz | 2014-12-16 | 3 | -0/+498 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Merge pull request #3 from winsvega/NewStateTests | Christoph Jentzsch | 2014-12-16 | 1 | -0/+191 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | Transaction Test Filler | winsvega | 2014-12-16 | 1 | -0/+191 |
| | | * | | | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTests | CJentzsch | 2014-12-16 | 2 | -2/+2 |
| | | |\ \ \ \ \ \
| | | | | |/ / / /
| | | | |/| | | | |
|
| | | * | | | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTests | CJentzsch | 2014-12-14 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ | Merge branch 'NewStateTests' of https://github.com/CJentzsch/cpp-ethereum int... | CJentzsch | 2014-12-14 | 1 | -0/+302 |
| | | |\ \ \ \ \ \ \
| | | | | |_|/ / / /
| | | | |/| | | | | |
|
| | | | * | | | | | | Init code test filler | winsvega | 2014-12-13 | 1 | -0/+302 |
| | | * | | | | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTests | CJentzsch | 2014-12-14 | 2 | -3/+3 |
| | | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into NewStateTests | CJentzsch | 2014-12-14 | 33 | -907/+6517 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | merge | CJentzsch | 2014-12-14 | 1 | -1/+24 |
| | | | |_|/ / / / / /
| | | |/| | | | | | | |
|
| | * | | | | | | | | | boost library -> libraries | ethdev | 2014-12-16 | 1 | -2/+2 |
| | | |_|_|_|/ / / /
| | |/| | | | | | | |
|
| | * | | | | | | | | update to the correct file name | Lu Guanqun | 2014-12-14 | 2 | -2/+2 |
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| | * | | | | | | | Silly windows fix. | Gav Wood | 2014-12-14 | 1 | -1/+1 |
| | | |_|/ / / /
| | |/| | | | | |
|
| | * | | | | | | Fixes for windows? | Gav Wood | 2014-12-14 | 2 | -3/+3 |
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | Another Windows fix? | Gav Wood | 2014-12-14 | 1 | -0/+2 |
| | * | | | | | Windows fix? | Gav Wood | 2014-12-14 | 1 | -1/+1 |
| | * | | | | | Merge pull request #601 from CJentzsch/newTests | Gav Wood | 2014-12-14 | 3 | -1/+6 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Added recursive create test + lesser output for safe VM exceptions | CJentzsch | 2014-12-13 | 3 | -1/+6 |
| | * | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build... | sveneh | 2014-12-13 | 13 | -37/+138 |
| | |\| | | | | |
|
| | * | | | | | | jsonrpc _library -> _libraries | Marek Kotewicz | 2014-12-12 | 1 | -4/+4 |
| | * | | | | | | renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelines | Marek Kotewicz | 2014-12-12 | 1 | -1/+1 |
| | * | | | | | | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-12 | 2 | -7/+11 |
| | |\ \ \ \ \ \
| | | | |_|/ / /
| | | |/| | | | |
|
| | * | | | | | | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-12 | 5 | -126/+297 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | fixed styling issues | Marek Kotewicz | 2014-12-11 | 1 | -1/+1 |
| | * | | | | | | | Merge branch 'macox_fixes' into build_enhancement | Marek Kotewicz | 2014-12-11 | 1 | -1/+89 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-10 | 2 | -2/+37 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | fix for windows compliation (circular dependency between statics initialized ... | subtly | 2014-12-10 | 1 | -0/+9 |
| | * | | | | | | | | | empty sha test && common fix on mac | Marek Kotewicz | 2014-12-09 | 1 | -0/+9 |
| | * | | | | | | | | | added curl libaries, which are required for testeth project | debris | 2014-12-09 | 1 | -0/+1 |
| | * | | | | | | | | | msvc changes in tests, but tests not yet working there | debris | 2014-12-09 | 6 | -51/+32 |
| | * | | | | | | | | | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-08 | 2 | -4/+139 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-08 | 15 | -86/+2082 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-07 | 5 | -14/+624 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-04 | 18 | -37/+1996 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-04 | 5 | -33/+142 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | common changes | Marek Kotewicz | 2014-12-02 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | use CMAKE_PREFIX_PATH instead of CMAKE_FILE_ROOT_PATH; removed the | sveneh | 2014-11-28 | 1 | -1/+0 |
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'debris/mk_jsonrpc_upgrade' into build_enhancement | sveneh | 2014-11-20 | 7 | -423/+645 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into mk_jsonrpc_upgrade | Marek Kotewicz | 2014-11-18 | 2 | -4/+110 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | fixed test | Marek Kotewicz | 2014-11-18 | 1 | -3/+4 |
| | | * | | | | | | | | | | | | | | | common changes | Marek Kotewicz | 2014-11-18 | 1 | -4/+4 |
| | | * | | | | | | | | | | | | | | | Merge branch 'develop' into mk_jsonrpc_upgrade | Marek Kotewicz | 2014-11-18 | 32 | -2021/+5930 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | fixed WebThreeStubServer constructor | Marek Kotewicz | 2014-11-04 | 1 | -1/+3 |
| | | * | | | | | | | | | | | | | | | | little cleanup after upgrading jsonrpc | Marek Kotewicz | 2014-11-04 | 2 | -3/+1 |
| | | * | | | | | | | | | | | | | | | | jsonrpc 0.3.0 working, needs cleanup | Marek Kotewicz | 2014-11-03 | 3 | -424/+301 |
| | * | | | | | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build... | sveneh | 2014-11-17 | 8 | -311/+533 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build... | sveneh | 2014-11-11 | 30 | -1929/+5384 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | compiles fine now (on Linux) with both cryptopp and json-rpc-cpp dependencies | sveneh | 2014-11-11 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | full project compile with crypto++ dependency | sveneh | 2014-11-06 | 1 | -1/+7 |
| | * | | | | | | | | | | | | | | | | | | | ... addition to last commit, these were lost. | sveneh | 2014-11-06 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | | | | | Windows fix | Paweł Bylica | 2014-12-18 | 1 | -1/+3 |
| * | | | | | | | | | | | | | | | | | | | | Merge commit '1b8f9fdc3b44503890ed1bcb5da8bd5cb8dd83a5' into develop-evmcc | Paweł Bylica | 2014-12-15 | 12 | -31/+124 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / /
| | |/| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | Merge pull request #600 from CJentzsch/bugfix | Gav Wood | 2014-12-13 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into bugfix | CJentzsch | 2014-12-13 | 23 | -254/+3199 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| | | | |/| | | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | | fix stackoverflow in calldataload, codecopy, extcodecopy + some tests | CJentzsch | 2014-12-06 | 3 | -0/+195 |
| | | | |_|_|_|_|_|_|_|/ / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | Fix import state for state tests | CJentzsch | 2014-12-13 | 1 | -4/+4 |
| | | |/ / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | Style fix. | Gav Wood | 2014-12-13 | 1 | -2/+0 |
| | * | | | | | | | | | | | | | | | | | | Merge pull request #594 from imapp-pl/tests | Gav Wood | 2014-12-13 | 1 | -0/+6 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | Replace spaces with tabs | Paweł Bylica | 2014-12-12 | 1 | -5/+5 |
| | | * | | | | | | | | | | | | | | | | | | Report wrong account address in case of unexpected storege key | Paweł Bylica | 2014-12-12 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | | | | | | Test unexpected storage entries | Paweł Bylica | 2014-12-12 | 1 | -0/+6 |
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / /
| | | |/| | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-12-13 | 4 | -9/+102 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| | | |/| | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants | Christian | 2014-12-13 | 10 | -26/+108 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #584 from chriseth/sol_strings | chriseth | 2014-12-13 | 2 | -0/+78 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | | | | | | | | | | | | Support empty strings. | Christian | 2014-12-11 | 2 | -8/+14 |
| | | | | * | | | | | | | | | | | | | | | | | Tests for empty and too long strings. | Christian | 2014-12-11 | 1 | -0/+16 |
| | | | | * | | | | | | | | | | | | | | | | | String types. | Christian | 2014-12-10 | 1 | -0/+56 |
| | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / /
| | | | | |/| | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | | | Do not add at the end of the function selector "loop". | Christian | 2014-12-12 | 1 | -7/+7 |
| | | * | | | | | | | | | | | | | | | | | | Swap literals to the end if optimizing. | Christian | 2014-12-12 | 1 | -2/+17 |
| | * | | | | | | | | | | | | | | | | | | | Cleanups. | Gav Wood | 2014-12-13 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | Beginnings of cleaning up the Executive/State code. | Gav Wood | 2014-12-12 | 6 | -12/+14 |
| | | |/ / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | 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 |
| |\| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | Minor warning fix. | Gav Wood | 2014-12-12 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2014-12-12 | 2 | -7/+9 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #583 from imapp-pl/vm | Gav Wood | 2014-12-12 | 2 | -7/+9 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
| | | |/| | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | Fix tests. | Gav Wood | 2014-12-12 | 3 | -7/+6 |
| | * | | | | | | | | | | | | | | | | | | | Reduce verbosity. | Gav Wood | 2014-12-12 | 1 | -1/+2 |
| | |/ / / / / / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | | | | | 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 |
| |\| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | Whisper test fix. | Gav Wood | 2014-12-12 | 1 | -6/+10 |
| | * | | | | | | | | | | | | | | | | | | Fix genesis test. | Gav Wood | 2014-12-12 | 1 | -1/+1 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/vm' into develop-evmcc | Paweł Bylica | 2014-12-12 | 6 | -126/+385 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into vm | Paweł Bylica | 2014-12-12 | 6 | -126/+385 |
| | |\| | | | | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | Remove extraneous old stuff for PoC-7. | Gav Wood | 2014-12-12 | 2 | -6/+4 |
| | | |/ / / / / / / / / / / / / / / |
|
| | | * | | | | | | | | | | | | | | | Whitespace change. | chriseth | 2014-12-12 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | | | Some (few) tests for the optimizer. | Christian | 2014-12-11 | 3 | -120/+293 |
| | | | |/ / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | Merge pull request #586 from LefterisJP/natspec_contract_tags | chriseth | 2014-12-11 | 1 | -0/+88 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | Natspec title and author tag. | Lefteris Karapetsas | 2014-12-10 | 1 | -0/+88 |
| | | | | |_|_|_|_|_|_|_|_|_|/ /
| | | | |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/vm' into develop-evmcc | Paweł Bylica | 2014-12-11 | 19 | -112/+2473 |
| |\| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into vm | Paweł Bylica | 2014-12-11 | 8 | -43/+280 |
| | |\| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | Merge pull request #582 from chriseth/sol_varSizeVariables | chriseth | 2014-12-10 | 2 | -2/+37 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / /
| | | |/| | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | Variable-size stack elements for expression compiler. | Christian | 2014-12-09 | 1 | -0/+35 |
| | | | * | | | | | | | | | | | | Register variably-sized variables on stack. | Christian | 2014-12-08 | 1 | -2/+2 |
| | | * | | | | | | | | | | | | | Merge branch 'develop' into network | subtly | 2014-12-08 | 7 | -41/+235 |
| | | |\| | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | Calling functions of other contracts. | Christian | 2014-12-08 | 1 | -4/+131 |
| | | | | |_|_|_|_|_|_|_|_|/ /
| | | | |/| | | | | | | | | | |
|
| | | | * | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-08 | 13 | -52/+2176 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | Comments and braces. | Christian | 2014-12-07 | 1 | -2/+0 |
| | | | * | | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-05 | 3 | -20/+435 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | | Improved external interface for multi-source and multi-contract compilation. | Christian | 2014-12-04 | 1 | -0/+1 |
| | | | * | | | | | | | | | | | | | Multi-source and multi-contract compiler. | Christian | 2014-12-04 | 3 | -3/+6 |
| | | | * | | | | | | | | | | | | | Import directive. | Christian | 2014-12-03 | 4 | -37/+102 |
| | | * | | | | | | | | | | | | | | cryptopp crash w/null plaintext passed to decrypt | subtly | 2014-12-08 | 1 | -0/+8 |
| | | | |_|/ / / / / / / / / / /
| | | |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | VMFactory - a new way of creating VMs | Paweł Bylica | 2014-12-11 | 2 | -7/+8 |
| | * | | | | | | | | | | | | | | Merge branch 'develop' into vm | Paweł Bylica | 2014-12-08 | 13 | -52/+2176 |
| | |\| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into stateLogTests | CJentzsch | 2014-12-07 | 2 | -14/+429 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|_|_|_|_|_|/ /
| | | | |/| | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | Merge pull request #568 from CJentzsch/newTests | Gav Wood | 2014-12-06 | 3 | -0/+195 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | | | | | | | fix stackoverflow in calldataload, codecopy, extcodecopy + some tests | CJentzsch | 2014-12-06 | 3 | -0/+195 |
| | | | | | |_|/ / / / / / / / /
| | | | | |/| | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | Replacing old cstyle enums with c++11 enums in natspec | Lefteris Karapetsas | 2014-12-05 | 2 | -3/+3 |
| | | | | |_|/ / / / / / / / /
| | | | |/| | | | | | | | | | |
|
| | | * | | | | | | | | | | | | state log tests | CJentzsch | 2014-12-06 | 9 | -49/+1978 |
| | | * | | | | | | | | | | | | fix stackoverflow in calldataload, codecopy, extcodecopy + some tests | CJentzsch | 2014-12-05 | 3 | -0/+195 |
| | | | |/ / / / / / / / / /
| | | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | | Use safe pointers in Executive | Paweł Bylica | 2014-12-06 | 1 | -0/+1 |
| | | |/ / / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge branch 'develop-evmcc' of https://github.com/imapp-pl/cpp-ethereum into... | Artur Zawłocki | 2014-12-05 | 2 | -14/+429 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmcc | Paweł Bylica | 2014-12-05 | 2 | -14/+429 |
| | |\| | | | | | | | | | | |
|
| | | * | | | | | | | | | | | Stack compiler now correctly returns a string and not a pointer | Lefteris Karapetsas | 2014-12-05 | 2 | -3/+3 |
| | | * | | | | | | | | | | | Newline right after doctag is now a valid natspec entry | Lefteris Karapetsas | 2014-12-05 | 1 | -0/+51 |
| | | * | | | | | | | | | | | Using iterators in Natspec comment parsing | Lefteris Karapetsas | 2014-12-05 | 1 | -3/+3 |
| | | * | | | | | | | | | | | Natspec @return tag parsing | Lefteris Karapetsas | 2014-12-05 | 1 | -2/+72 |
| | | * | | | | | | | | | | | Merge branch 'develop' into natspec_export_json | Lefteris Karapetsas | 2014-12-05 | 9 | -20/+141 |
| | | |\| | | | | | | | | | |
|
| | | * | | | | | | | | | | | Natspec parsing @param doctags | Lefteris Karapetsas | 2014-12-05 | 1 | -16/+101 |
| | | * | | | | | | | | | | | Parsing notice and dev doxytags. | Lefteris Karapetsas | 2014-12-04 | 1 | -11/+47 |
| | | * | | | | | | | | | | | 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 |
| * | | | | | | | | | | | | | 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 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge branch 'develop' into develop-evmcc | Paweł Bylica | 2014-12-05 | 9 | -23/+141 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / /
| | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | Merge pull request #555 from CJentzsch/newTests | Gav Wood | 2014-12-03 | 1 | -6/+6 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| | | * | | | | | | | | | | test update due to CALLCODA <-> RETURN | CJentzsch | 2014-12-03 | 1 | -6/+6 |
| | * | | | | | | | | | | | Merge pull request #549 from chriseth/sol_saveScope | Gav Wood | 2014-12-03 | 1 | -0/+30 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / /
| | |/| | | | | | | | | | |
|
| | | * | | | | | | | | | | Disallow assignments to structs and mappings. | Christian | 2014-12-02 | 1 | -0/+30 |
| | | |/ / / / / / / / / |
|