aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add tests for OOG at max call depthCJentzsch2015-01-071-0/+110
* memory test: high offset, zero size -> zero gas costCJentzsch2015-01-071-0/+69
* check address input greater then 2**160CJentzsch2015-01-072-16/+494
* Merge remote-tracking branch 'upstream/develop' into vmtestsCJentzsch2015-01-074-55/+239
|\
| * stl sleep_for, for windowssubtly2015-01-071-1/+1
| * define constructors for windowssubtly2015-01-061-1/+1
| * Merge branch 'develop' into p2p-udp-nodetablesubtly2015-01-061-0/+7
| |\
| * | code reviewsubtly2015-01-061-6/+6
| * | Merge branch 'develop' into p2p-udp-nodetablesubtly2015-01-061-1/+64
| |\ \
| * \ \ Merge branch 'develop' into p2p-udp-nodetablesubtly2015-01-058-160/+2688
| |\ \ \
| * | | | coding standards, h512 node id, mute warnings for clang builds. attempt inher...subtly2015-01-052-0/+10
| * | | | manually populate nodes for test rather than leveraging pingsubtly2014-12-281-5/+6
| * | | | inline << operator, mute loggingsubtly2014-12-261-7/+7
| * | | | test encoding/decoding neighbors. add MAC.subtly2014-12-261-39/+62
| * | | | memorysubtly2014-12-241-7/+36
| * | | | message signing and verification. shutdown io/thread before dealloc in nodeta...subtly2014-12-241-9/+25
| * | | | basic implementation of packetssubtly2014-12-231-6/+0
| * | | | send/receive messages (not yet interepreted)subtly2014-12-231-20/+32
| * | | | refactor constants to be determined during compile. added RLPXDatagram. const...subtly2014-12-231-17/+54
| * | | | Merge branch 'develop' into p2psubtly2014-12-223-3/+6
| |\ \ \ \
| * | | | | repot.subtly2014-12-221-488/+1
| * | | | | Merge branch 'develop' into p2psubtly2014-12-2213-26/+404
| |\ \ \ \ \
| * | | | | | move some things for udp. added a class for kademlia.subtly2014-12-221-37/+530
| * | | | | | fix the fixsubtly2014-12-201-15/+1
| * | | | | | initialize atomics so udp messages are delivered on linux #656subtly2014-12-201-1/+1
| * | | | | | stashsubtly2014-12-191-0/+15
| * | | | | | spacingsubtly2014-12-191-2/+2
| * | | | | | Merge branch 'develop' into p2psubtly2014-12-1911-2/+157
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into p2psubtly2014-12-188-7/+266
| |\ \ \ \ \ \ \
| * | | | | | | | initial interface for udp. test sending/receiving udp.subtly2014-12-182-38/+60
| * | | | | | | | udp != tcp. history-commit.subtly2014-12-172-0/+33
* | | | | | | | | add zero memory expansion tests for vmCJentzsch2015-01-061-2/+92
* | | | | | | | | add zero memory expansion testsCJentzsch2015-01-061-0/+117
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #721 from LefterisJP/sol_fixMultiLCommentScanGav Wood2015-01-061-0/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix for sol scanner where empty multiline comment became Natspec commentLefteris Karapetsas2015-01-051-0/+7
* | | | | | | | Merge pull request #711 from CJentzsch/fixTestGav Wood2015-01-051-1/+64
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | use boost_fail instead of warningCJentzsch2015-01-021-2/+2
| * | | | | | | add trie_tests_orderedCJentzsch2015-01-021-2/+21
| * | | | | | | clean upCJentzsch2015-01-021-374/+0
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into fixTestCJentzsch2015-01-0227-554/+1725
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into fixTestCJentzsch2014-12-138-13/+19
| |\ \ \ \ \ \ \ \
| * | | | | | | | | include original trie testCJentzsch2014-12-131-1/+45
| * | | | | | | | | include original trie testCJentzsch2014-12-131-0/+374
| * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into fixTestCJentzsch2014-12-139-31/+120
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | efficiency, use reference instead of copyCJentzsch2014-12-121-2/+2
| * | | | | | | | | | remove permuatations in trietest (order is critical for test)CJentzsch2014-12-121-1/+0
| * | | | | | | | | | fix trie test#CJentzsch2014-12-121-3/+10
* | | | | | | | | | | added complete exp testsCJentzsch2015-01-021-0/+2100
* | | | | | | | | | | retuning gas prices of recursive bombs to test limitsCJentzsch2015-01-021-2/+2
* | | | | | | | | | | undo origin address change (in test)CJentzsch2015-01-021-146/+146
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #703 from wanderer/testsGav Wood2015-01-022-0/+132
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | added balance testswanderer2014-12-291-0/+102
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into testswanderer2014-12-294-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | added stackUnder Flow testwanderer2014-12-231-0/+30
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #666 from winsvega/developGav Wood2015-01-022-8/+304
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Transaction Testswinsvega2014-12-281-1/+136
| * | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developwinsvega2014-12-288-26/+67
| |\| | | | | | | |
| * | | | | | | | | comments in jsonwinsvega2014-12-241-9/+9
| * | | | | | | | | Contract Creation Init Codeswinsvega2014-12-211-13/+175
| * | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developwinsvega2014-12-203-0/+251
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cteate Contract From Contract Init Code Testwinsvega2014-12-191-10/+9
* | | | | | | | | | | Implemented 256-long history for PREVHASH, though still optional.Gav Wood2014-12-244-4/+4
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Fixes/workarounds for tests.Gav Wood2014-12-222-2/+5
* | | | | | | | | | const-> constantGav Wood2014-12-221-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Allow interaction with PV49.Gav Wood2014-12-221-1/+1
* | | | | | | | | Fixed #683Gav Wood2014-12-211-8/+8
* | | | | | | | | Merge branch 'poc-7+' into developGav Wood2014-12-211-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SHA-3 hashing to web3.Gav Wood2014-12-211-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Remove unnecessary changesPaweł Bylica2014-12-191-20/+20
* | | | | | | | | Merge branch 'develop-evmcc' into pr-jitPaweł Bylica2014-12-1926-567/+1783
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmccPaweł Bylica2014-12-191-0/+163
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #663 from CJentzsch/NewStateTestsGav Wood2014-12-191-0/+163
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | more refunds testsCJentzsch2014-12-191-0/+163
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmccPaweł Bylica2014-12-199-11/+188
| |\| | | | | | | | |
| | * | | | | | | | | Merge pull request #664 from chriseth/sol_fix_compoundAssignchriseth2014-12-191-0/+35
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Bugfix: Additional swap for compound assignment.Christian2014-12-191-0/+35
| | | |/ / / / / / / /
| | * | / / / / / / / Adding const attribute to ABI outputLefteris Karapetsas2014-12-191-0/+53
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #655 from chriseth/sol_precedencechriseth2014-12-191-0/+10
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Also test non-equality comparison operator.Christian2014-12-191-1/+1
| | | * | | | | | | Bit operators should bind more strongly than comparison operators.Christian2014-12-191-0/+10
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | updating solidity parser natspec tests to comply with recent changesLefteris Karapetsas2014-12-191-7/+7
| | * | | | | | | Merge branch 'develop' into sol_natspecMultilineLefteris Karapetsas2014-12-189-2/+2
| | |\| | | | | |
| | | * | | | | | Solidity Tests names are now more consistentLefteris Karapetsas2014-12-189-2/+2
| | * | | | | | | More multiline natspec tests and small issue fixLefteris Karapetsas2014-12-181-0/+24
| | * | | | | | | Changes in InterfaceHandler to deal with multiline natspecLefteris Karapetsas2014-12-181-0/+29
| | * | | | | | | Scanner properly scans multiline natspec commentsLefteris Karapetsas2014-12-181-3/+22
| | * | | | | | | Work in progress for /** ... */ natspec commentsLefteris Karapetsas2014-12-181-0/+7
| | |/ / / / / /
| * | | | | | | Clean up and remove some explicit dependencies in cmake filesPaweł Bylica2014-12-191-3/+0
| * | | | | | | Merge branch 'develop' into develop-evmccPaweł Bylica2014-12-1920-523/+1307
| |\| | | | | |
| | * | | | | | styleCJentzsch2014-12-181-1/+0
| | * | | | | | more refund testsCJentzsch2014-12-181-2/+110
| | * | | | | | refund test inclusionCJentzsch2014-12-181-0/+11
| | * | | | | | refund testsCJentzsch2014-12-181-0/+37
| | | |_|_|_|/ | | |/| | | |
| | * | | | | fixed msvc not expanding macros correctlyethdev2014-12-173-3/+9
| | * | | | | Merge pull request #623 from chriseth/sol_constructorCheckschriseth2014-12-171-0/+17
| | |\ \ \ \ \
| | | * | | | | Add functions needed by constructor.Christian2014-12-171-0/+17
| | * | | | | | Merge pull request #639 from debris/msvc_fixGav Wood2014-12-171-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | initializer-list fixethdev2014-12-171-1/+1
| | | * | | | | | windows fix for initializer-list cannot convert to dev::bytesethdev2014-12-171-1/+1
| | * | | | | | | Merge pull request #636 from chriseth/sol_fix_foreignFunctionsGav Wood2014-12-173-3/+30
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix: Resolve function types of all contracts before checking types inside fun...Christian2014-12-173-3/+30
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | clang requires explicit initialization of mapMarek Kotewicz2014-12-171-1/+5
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge pull request #599 from wanderer/developGav Wood2014-12-172-5/+37
| | |\ \ \ \ \ \
| | | * | | | | | append JSON objects to logwanderer2014-12-171-20/+4
| | | * | | | | | using json_spiritwanderer2014-12-172-32/+47
| | | * | | | | | changed output stacktrace format to jsonwanderer2014-12-171-3/+36
| | | |/ / / / /
| | * | | | | | Solidity: More tests for the ForStatementLefteris Karapetsas2014-12-171-1/+53
| | * | | | | | Solidity ForStatement Compiler partLefteris Karapetsas2014-12-171-0/+22
| | * | | | | | Minor issues, grammar update, new ForStatement testLefteris Karapetsas2014-12-171-0/+12
| | * | | | | | Solidity ForStatements expressions are now optionalLefteris Karapetsas2014-12-171-0/+12
| | * | | | | | new ForStatement parsing test and small grammar fixLefteris Karapetsas2014-12-171-2/+14
| | * | | | | | Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+28
| | |/ / / / /
| | * | | | | Merge pull request #621 from chriseth/sol_createContractschriseth2014-12-173-1/+36
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Check that constructor does not have "returns" directive.Christian2014-12-151-0/+9
| | | * | | | Packing and unpacking of constructor arguments.Christian2014-12-151-0/+26
| | | * | | | Create contracts.Christian2014-12-151-1/+1
| | * | | | | Merge branch 'develop' into windows_debugMarek Kotewicz2014-12-163-0/+498
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #3 from winsvega/NewStateTestsChristoph Jentzsch2014-12-161-0/+191
| | | |\ \ \ \ \
| | | | * | | | | Transaction Test Fillerwinsvega2014-12-161-0/+191
| | | * | | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTestsCJentzsch2014-12-162-2/+2
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | * | | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTestsCJentzsch2014-12-141-1/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'NewStateTests' of https://github.com/CJentzsch/cpp-ethereum int...CJentzsch2014-12-141-0/+302
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | | * | | | | | Init code test fillerwinsvega2014-12-131-0/+302
| | | * | | | | | | Merge remote-tracking branch 'upstream/develop' into NewStateTestsCJentzsch2014-12-142-3/+3
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into NewStateTestsCJentzsch2014-12-1433-907/+6517
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | mergeCJentzsch2014-12-141-1/+24
| | | | |_|/ / / / / / | | | |/| | | | | | |
| | * | | | | | | | | boost library -> librariesethdev2014-12-161-2/+2
| | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | update to the correct file nameLu Guanqun2014-12-142-2/+2
| | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Silly windows fix.Gav Wood2014-12-141-1/+1
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Fixes for windows?Gav Wood2014-12-142-3/+3
| | | |/ / / / | | |/| | | |
| | * | | | | Another Windows fix?Gav Wood2014-12-141-0/+2
| | * | | | | Windows fix?Gav Wood2014-12-141-1/+1
| | * | | | | Merge pull request #601 from CJentzsch/newTestsGav Wood2014-12-143-1/+6
| | |\ \ \ \ \
| | | * | | | | Added recursive create test + lesser output for safe VM exceptionsCJentzsch2014-12-133-1/+6
| | * | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...sveneh2014-12-1313-37/+138
| | |\| | | | |
| | * | | | | | jsonrpc _library -> _librariesMarek Kotewicz2014-12-121-4/+4
| | * | | | | | renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelinesMarek Kotewicz2014-12-121-1/+1
| | * | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-122-7/+11
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-125-126/+297
| | |\ \ \ \ \ \
| | * | | | | | | fixed styling issuesMarek Kotewicz2014-12-111-1/+1
| | * | | | | | | Merge branch 'macox_fixes' into build_enhancementMarek Kotewicz2014-12-111-1/+89
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-102-2/+37
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | fix for windows compliation (circular dependency between statics initialized ...subtly2014-12-101-0/+9
| | * | | | | | | | | empty sha test && common fix on macMarek Kotewicz2014-12-091-0/+9
| | * | | | | | | | | added curl libaries, which are required for testeth projectdebris2014-12-091-0/+1
| | * | | | | | | | | msvc changes in tests, but tests not yet working theredebris2014-12-096-51/+32
| | * | | | | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-082-4/+139
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-0815-86/+2082
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-075-14/+624
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-0418-37/+1996
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-045-33/+142
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | common changesMarek Kotewicz2014-12-021-0/+1
| | * | | | | | | | | | | | | | use CMAKE_PREFIX_PATH instead of CMAKE_FILE_ROOT_PATH; removed thesveneh2014-11-281-1/+0
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'debris/mk_jsonrpc_upgrade' into build_enhancementsveneh2014-11-207-423/+645
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into mk_jsonrpc_upgradeMarek Kotewicz2014-11-182-4/+110
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | fixed testMarek Kotewicz2014-11-181-3/+4
| | | * | | | | | | | | | | | | | | common changesMarek Kotewicz2014-11-181-4/+4
| | | * | | | | | | | | | | | | | | Merge branch 'develop' into mk_jsonrpc_upgradeMarek Kotewicz2014-11-1832-2021/+5930
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | fixed WebThreeStubServer constructorMarek Kotewicz2014-11-041-1/+3
| | | * | | | | | | | | | | | | | | | little cleanup after upgrading jsonrpcMarek Kotewicz2014-11-042-3/+1
| | | * | | | | | | | | | | | | | | | jsonrpc 0.3.0 working, needs cleanupMarek Kotewicz2014-11-033-424/+301
| | * | | | | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...sveneh2014-11-178-311/+533
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...sveneh2014-11-1130-1929/+5384
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | compiles fine now (on Linux) with both cryptopp and json-rpc-cpp dependenciessveneh2014-11-111-1/+1
| | * | | | | | | | | | | | | | | | | | | full project compile with crypto++ dependencysveneh2014-11-061-1/+7
| | * | | | | | | | | | | | | | | | | | | ... addition to last commit, these were lost.sveneh2014-11-061-2/+2
| * | | | | | | | | | | | | | | | | | | | Windows fixPaweł Bylica2014-12-181-1/+3
| * | | | | | | | | | | | | | | | | | | | Merge commit '1b8f9fdc3b44503890ed1bcb5da8bd5cb8dd83a5' into develop-evmccPaweł Bylica2014-12-1512-31/+124
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge pull request #600 from CJentzsch/bugfixGav Wood2014-12-130-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into bugfixCJentzsch2014-12-1323-254/+3199
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | fix stackoverflow in calldataload, codecopy, extcodecopy + some testsCJentzsch2014-12-063-0/+195
| | | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Fix import state for state testsCJentzsch2014-12-131-4/+4
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Style fix.Gav Wood2014-12-131-2/+0
| | * | | | | | | | | | | | | | | | | | Merge pull request #594 from imapp-pl/testsGav Wood2014-12-131-0/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | Replace spaces with tabsPaweł Bylica2014-12-121-5/+5
| | | * | | | | | | | | | | | | | | | | | Report wrong account address in case of unexpected storege keyPaweł Bylica2014-12-121-1/+1
| | | * | | | | | | | | | | | | | | | | | Test unexpected storage entriesPaweł Bylica2014-12-121-0/+6
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-12-134-9/+102
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_swapConstantsChristian2014-12-1310-26/+108
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #584 from chriseth/sol_stringschriseth2014-12-132-0/+78
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | | | Support empty strings.Christian2014-12-112-8/+14
| | | | | * | | | | | | | | | | | | | | | | Tests for empty and too long strings.Christian2014-12-111-0/+16
| | | | | * | | | | | | | | | | | | | | | | String types.Christian2014-12-101-0/+56
| | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | | | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Do not add at the end of the function selector "loop".Christian2014-12-121-7/+7
| | | * | | | | | | | | | | | | | | | | | Swap literals to the end if optimizing.Christian2014-12-121-2/+17
| | * | | | | | | | | | | | | | | | | | | Cleanups.Gav Wood2014-12-131-1/+1
| | * | | | | | | | | | | | | | | | | | | Beginnings of cleaning up the Executive/State code.Gav Wood2014-12-126-12/+14
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jitPaweł Bylica2014-12-1226-267/+3318
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmccPaweł Bylica2014-12-124-8/+8
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Minor warning fix.Gav Wood2014-12-121-1/+1
| | * | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-12-122-7/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #583 from imapp-pl/vmGav Wood2014-12-122-7/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Fix tests.Gav Wood2014-12-123-7/+6
| | * | | | | | | | | | | | | | | | | | | Reduce verbosity.Gav Wood2014-12-121-1/+2
| | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Add "--jit" option to State testsPaweł Bylica2014-12-124-14/+25
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmccPaweł Bylica2014-12-122-7/+11
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Whisper test fix.Gav Wood2014-12-121-6/+10
| | * | | | | | | | | | | | | | | | | | Fix genesis test.Gav Wood2014-12-121-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/vm' into develop-evmccPaweł Bylica2014-12-126-126/+385
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into vmPaweł Bylica2014-12-126-126/+385
| | |\| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Remove extraneous old stuff for PoC-7.Gav Wood2014-12-122-6/+4
| | | |/ / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | Whitespace change.chriseth2014-12-121-1/+1
| | | * | | | | | | | | | | | | | | Some (few) tests for the optimizer.Christian2014-12-113-120/+293
| | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Merge pull request #586 from LefterisJP/natspec_contract_tagschriseth2014-12-111-0/+88
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Natspec title and author tag.Lefteris Karapetsas2014-12-101-0/+88
| | | | | |_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/vm' into develop-evmccPaweł Bylica2014-12-1119-112/+2473
| |\| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into vmPaweł Bylica2014-12-118-43/+280
| | |\| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Merge pull request #582 from chriseth/sol_varSizeVariableschriseth2014-12-102-2/+37
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | Variable-size stack elements for expression compiler.Christian2014-12-091-0/+35
| | | | * | | | | | | | | | | | Register variably-sized variables on stack.Christian2014-12-081-2/+2
| | | * | | | | | | | | | | | | Merge branch 'develop' into networksubtly2014-12-087-41/+235
| | | |\| | | | | | | | | | | |
| | | | * | | | | | | | | | | | Calling functions of other contracts.Christian2014-12-081-4/+131
| | | | | |_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-0813-52/+2176
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | Comments and braces.Christian2014-12-071-2/+0
| | | | * | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-053-20/+435
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | Improved external interface for multi-source and multi-contract compilation.Christian2014-12-041-0/+1
| | | | * | | | | | | | | | | | | Multi-source and multi-contract compiler.Christian2014-12-043-3/+6
| | | | * | | | | | | | | | | | | Import directive.Christian2014-12-034-37/+102
| | | * | | | | | | | | | | | | | cryptopp crash w/null plaintext passed to decryptsubtly2014-12-081-0/+8
| | | | |_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | VMFactory - a new way of creating VMsPaweł Bylica2014-12-112-7/+8
| | * | | | | | | | | | | | | | Merge branch 'develop' into vmPaweł Bylica2014-12-0813-52/+2176
| | |\| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into stateLogTestsCJentzsch2014-12-072-14/+429
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | |
| | | | * | | | | | | | | | | | Merge pull request #568 from CJentzsch/newTestsGav Wood2014-12-063-0/+195
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | fix stackoverflow in calldataload, codecopy, extcodecopy + some testsCJentzsch2014-12-063-0/+195
| | | | | | |_|/ / / / / / / / / | | | | | |/| | | | | | | | | |
| | | | * | | | | | | | | | | | Replacing old cstyle enums with c++11 enums in natspecLefteris Karapetsas2014-12-052-3/+3
| | | | | |_|/ / / / / / / / / | | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | | state log testsCJentzsch2014-12-069-49/+1978
| | | * | | | | | | | | | | | fix stackoverflow in calldataload, codecopy, extcodecopy + some testsCJentzsch2014-12-053-0/+195
| | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Use safe pointers in ExecutivePaweł Bylica2014-12-061-0/+1
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'develop-evmcc' of https://github.com/imapp-pl/cpp-ethereum into...Artur Zawłocki2014-12-052-14/+429
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into develop-evmccPaweł Bylica2014-12-052-14/+429
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Stack compiler now correctly returns a string and not a pointerLefteris Karapetsas2014-12-052-3/+3
| | | * | | | | | | | | | | Newline right after doctag is now a valid natspec entryLefteris Karapetsas2014-12-051-0/+51
| | | * | | | | | | | | | | Using iterators in Natspec comment parsingLefteris Karapetsas2014-12-051-3/+3
| | | * | | | | | | | | | | Natspec @return tag parsingLefteris Karapetsas2014-12-051-2/+72
| | | * | | | | | | | | | | Merge branch 'develop' into natspec_export_jsonLefteris Karapetsas2014-12-059-20/+141
| | | |\| | | | | | | | | |
| | | * | | | | | | | | | | Natspec parsing @param doctagsLefteris Karapetsas2014-12-051-16/+101
| | | * | | | | | | | | | | Parsing notice and dev doxytags.Lefteris Karapetsas2014-12-041-11/+47
| | | * | | | | | | | | | | Moving all Interface and Documentation functionality to own classLefteris Karapetsas2014-12-032-3/+3
| | | * | | | | | | | | | | Separate user and dev natspec documentationLefteris Karapetsas2014-12-031-15/+22
| | | * | | | | | | | | | | More Natspec JSON export tests and better error reportingLefteris Karapetsas2014-12-022-3/+90
| | | * | | | | | | | | | | Using jsoncpp for exporting ABI interface from solidityLefteris Karapetsas2014-12-021-12/+14
| | | * | | | | | | | | | | Exporting Natspec documentation to a JSON interfaceLefteris Karapetsas2014-12-021-0/+77
| * | | | | | | | | | | | | jit-related CMakeLists.txt fixesArtur Zawłocki2014-12-051-4/+2
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fix random test generatorPaweł Bylica2014-12-051-13/+16
* | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jitPaweł Bylica2014-12-0510-24/+301
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'develop' into develop-evmccPaweł Bylica2014-12-059-23/+141
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge pull request #555 from CJentzsch/newTestsGav Wood2014-12-031-6/+6
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | test update due to CALLCODA <-> RETURNCJentzsch2014-12-031-6/+6
| | * | | | | | | | | | | Merge pull request #549 from chriseth/sol_saveScopeGav Wood2014-12-031-0/+30
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | Disallow assignments to structs and mappings.Christian2014-12-021-0/+30
| | | |/ / / / / / / / /