aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmccPaweł Bylica2014-10-311-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' into pr-jitPaweł Bylica2014-10-311-3/+6
| |\| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | CMakeLists updated, should now build without LLVM when EVMJIT is not enabled ...artur-zawlocki2014-10-311-3/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmccPaweł Bylica2014-10-303-33/+37
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into pr-jitPaweł Bylica2014-10-303-33/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| / / / / / / / / / / / / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmccartur-zawlocki2014-10-2920-193/+1215
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Expose VM kind setting of State in FakeExtVMPaweł Bylica2014-10-292-9/+12
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmccPaweł Bylica2014-10-291-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into develop-evmccPaweł Bylica2014-10-2820-170/+1190
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | MULMOD/ADDMOD implemented in separate functions [FIXES #80566276]artur-zawlocki2014-10-291-2/+24
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Expose VM kind setting of State in FakeExtVM"Paweł Bylica2014-10-232-12/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose VM kind setting of State in FakeExtVMPaweł Bylica2014-10-232-9/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Update createRandomTest.cpp to use new VM construction methodPaweł Bylica2014-10-231-1/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the way VMs are created (mostly for tracking where are created)Paweł Bylica2014-10-231-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Update VM test engine to use VMFace interfacePaweł Bylica2014-10-221-7/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement VMFace with jit::VMPaweł Bylica2014-10-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix remaining gas testing [#81118624]Paweł Bylica2014-10-221-16/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | cmake: added dependency on libevmjit to target createRandomTestartur-zawlocki2014-10-211-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop-evmccPaweł Bylica2014-10-2112-43/+542
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance VM tests reportsPaweł Bylica2014-10-211-2/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dead codePaweł Bylica2014-10-211-11/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into dev...Paweł Bylica2014-10-201-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated cmake files after moving the jit compiler to a lib.artur-zawlocki2014-10-201-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another round of fixing ExtVM interfacePaweł Bylica2014-10-202-13/+24
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable test fillingPaweł Bylica2014-10-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn on JIT testing with "--jit" command line parameterPaweł Bylica2014-10-171-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running vm_tests with JITPaweł Bylica2014-10-171-3/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare VM test engine for running JIT-ed testsPaweł Bylica2014-10-171-5/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/rlp bugfix: expectedText can be emptyPaweł Bylica2014-10-171-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity Tests names are now more consistentLefteris Karapetsas2014-12-189-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into p2psubtly2014-12-188-7/+266
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial interface for udp. test sending/receiving udp.subtly2014-12-182-38/+60
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | udp != tcp. history-commit.subtly2014-12-172-0/+33
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into vmPaweł Bylica2014-12-126-126/+385
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into vmPaweł Bylica2014-12-118-43/+280
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | VMFactory - a new way of creating VMsPaweł Bylica2014-12-112-7/+8
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into vmPaweł Bylica2014-12-0813-52/+2176
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Use safe pointers in ExecutivePaweł Bylica2014-12-061-0/+1
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tests.Gav Wood2014-12-123-7/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce verbosity.Gav Wood2014-12-121-1/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Whisper test fix.Gav Wood2014-12-121-6/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix genesis test.Gav Wood2014-12-121-1/+1
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-125-126/+297
|\| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | fixed styling issuesMarek Kotewicz2014-12-111-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'macox_fixes' into build_enhancementMarek Kotewicz2014-12-111-1/+89
|\| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'develop' into build_enhancementMarek Kotewicz2014-12-102-2/+37
|\| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | 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 networksubtly2014-12-087-41/+235
| |\| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Calling functions of other contracts.Christian2014-12-081-4/+131
| * | | | | | | | | | | | | | | | | | | | | | | | cryptopp crash w/null plaintext passed to decryptsubtly2014-12-081-0/+8
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-0815-86/+2082
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-0813-52/+2176
| |\| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into stateLogTestsCJentzsch2014-12-072-14/+429
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | state log testsCJentzsch2014-12-069-49/+1978
| | * | | | | | | | | | | | | | | | | | | | | | | fix stackoverflow in calldataload, codecopy, extcodecopy + some testsCJentzsch2014-12-053-0/+195
| | | |_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-075-14/+624
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | 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
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-0418-37/+1996
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-12-038-14/+264
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | styleCJentzsch2014-12-023-38/+37
| | * | | | | | | | | | | | | | | | | | | | updated createRandomTest to correct exception behaviorCJentzsch2014-12-021-9/+16
| | * | | | | | | | | | | | | | | | | | | | added logs to state testsCJentzsch2014-12-026-39/+87
| | |/ / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | Adding natspec comment test being between keyword and signatureLefteris Karapetsas2014-12-011-2/+24
| | * | | | | | | | | | | | | | | | | | | Solidity natspec docstring test improvementsLefteris Karapetsas2014-11-281-23/+47
| | * | | | | | | | | | | | | | | | | | | Solidity FunctionDefinition used ASTString shared ptr for docstringsLefteris Karapetsas2014-11-281-9/+11
| | * | | | | | | | | | | | | | | | | | | Adding solidity natspec comment inside function bodyLefteris Karapetsas2014-11-281-0/+30
| | * | | | | | | | | | | | | | | | | | | Fixing multiline comment parsing in solidityLefteris Karapetsas2014-11-281-2/+0
| | * | | | | | | | | | | | | | | | | | | Solidity work for documentation stringsLefteris Karapetsas2014-11-281-0/+52
| | * | | | | | | | | | | | | | | | | | | Solidity function AST nodes get documentation attributeLefteris Karapetsas2014-11-271-1/+32
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | |
| * / | | | | | | | | | | | | | | | | | PV46. Minor protocol alterations.Gav Wood2014-12-031-1/+1
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Global functions.Christian2014-11-261-1/+90
| * | | | | | | | | | | | | | | | | | Sending ether.Christian2014-11-261-0/+15
| * | | | | | | | | | | | | | | | | | More general function types and references.Christian2014-11-261-0/+20
| * | | | | | | | | | | | | | | | | | Merge pull request #540 from chriseth/sol_actualBlockchainAccessGav Wood2014-11-251-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Access to blockchain data.Christian2014-11-241-0/+13
| * | | | | | | | | | | | | | | | | | | Merge pull request #533 from CJentzsch/stateTestsGav Wood2014-11-251-3/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | styleChristoph Jentzsch2014-11-211-1/+1
| | * | | | | | | | | | | | | | | | | | | Specify user defined testChristoph Jentzsch2014-11-211-3/+16
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #529 from CJentzsch/newTestsGav Wood2014-11-2510-4/+1474
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | styleChristoph Jentzsch2014-11-212-4/+2
| | * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into newTestsChristoph Jentzsch2014-11-204-37/+106
| | |\| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | add make money testChristoph Jentzsch2014-11-202-0/+46
| | * | | | | | | | | | | | | | | | | | more log testsChristoph Jentzsch2014-11-191-7/+1160
| | * | | | | | | | | | | | | | | | | | Add Log testsChristoph Jentzsch2014-11-195-1/+177
| | * | | | | | | | | | | | | | | | | | new push32 test and renamingChristoph Jentzsch2014-11-191-1/+30
| | * | | | | | | | | | | | | | | | | | Changed name of some testsChristoph Jentzsch2014-11-191-2/+2
| | * | | | | | | | | | | | | | | | | | more precompiled contract testsChristoph Jentzsch2014-11-191-0/+68
| * | | | | | | | | | | | | | | | | | | Another test for struct references.Christian2014-11-241-0/+28
| * | | | | | | | | | | | | | | | | | | Magic variables.Christian2014-11-244-22/+22
| * | | | | | | | | | | | | | | | | | | Contracts as types and framework for special global variables.Christian2014-11-245-12/+43
* | | | | | | | | | | | | | | | | | | | Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-045-33/+142
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #524 from LefterisJP/sol_parse_commentschriseth2014-11-211-0/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | extra comments scanning testLefteris Karapetsas2014-11-211-0/+11
| | * | | | | | | | | | | | | | | | | | documentation comments are now always skipped but saved as special tokens at ...Lefteris Karapetsas2014-11-191-20/+5
| | * | | | | | | | | | | | | | | | | | solidity scanner takes triple slash doc comments into accountLefteris Karapetsas2014-11-191-0/+44
| * | | | | | | | | | | | | | | | | | | Merge pull request #528 from chriseth/sol_constructorGav Wood2014-11-201-0/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Special handling for constructor.Christian2014-11-191-0/+22
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #527 from imapp-pl/pr-changesGav Wood2014-11-202-33/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | In VM tests, check only if an exception occurred if an exception expected (no...Paweł Bylica2014-11-192-33/+45
| | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Merge pull request #520 from wanderer/developGav Wood2014-11-201-0/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | added filler.jsonwanderer2014-11-181-0/+35
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | 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
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'filter_logs' into developGav Wood2014-11-182-17/+134
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | common changesMarek Kotewicz2014-11-181-11/+24
| | | * | | | | | | | | | | | | | | | | Merge branch 'filter_logs' of https://github.com/ethereum/cpp-ethereum into logsMarek Kotewicz2014-11-181-24/+11
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | Renaming and fixes.Gav Wood2014-11-181-2/+2
| | | * | | | | | | | | | | | | | | | | | logs in specMarek Kotewicz2014-11-181-11/+24
| | | |/ / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | ethereum.js not minified, serpent compiler, jsonrpc handles compilers exceptionsMarek Kotewicz2014-11-171-0/+13
| | | * | | | | | | | | | | | | | | | | Merge branch 'develop' into js_abiMarek Kotewicz2014-11-172-199/+129
| | | |\| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Merge branch 'develop' into js_abiMarek Kotewicz2014-11-146-112/+404
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | storage dump testMarek Kotewicz2014-11-141-0/+38
| | | * | | | | | | | | | | | | | | | | added storageAt which dumps contract storageMarek Kotewicz2014-11-141-0/+13
| | | * | | | | | | | | | | | | | | | | removed unnecessary methods from jsonrpc and added contract call testsMarek Kotewicz2014-11-132-27/+28
| | | * | | | | | | | | | | | | | | | | contract calls working from jsMarek Kotewicz2014-11-131-2/+1
| | | * | | | | | | | | | | | | | | | | Merge branch 'develop' into js_abiMarek Kotewicz2014-11-123-5/+104
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | contract create and contract call workingMarek Kotewicz2014-11-111-3/+2
| | | * | | | | | | | | | | | | | | | | Merge branch 'develop' into js_abiMarek Kotewicz2014-11-110-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | mergeMarek Kotewicz2014-11-119-222/+2335
| | | * | | | | | | | | | | | | | | | | | js abi connectionMarek Kotewicz2014-11-111-14/+56
| | * | | | | | | | | | | | | | | | | | | Build fix.Gav Wood2014-11-181-1/+1
| | * | | | | | | | | | | | | | | | | | | Remove overly verbose log.Gav Wood2014-11-181-1/+1
| * | | | | | | | | | | | | | | | | | | | 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
| |\| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge pull request #515 from chriseth/sol_structschriseth2014-11-183-2/+242
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Struct types.Christian2014-11-142-0/+75
| | | * | | | | | | | | | | | | | | | | | Mapping types.Christian2014-11-142-2/+167
| | | | |_|_|/ / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Windows build fix.Gav Wood2014-11-171-1/+1
| * | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | pr fixsubtly2014-11-141-2/+1
| * | | | | | | | | | | | | | | | | | Merge branch 'develop' into cryptosubtly2014-11-146-112/+404
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Compile fixes.Gav Wood2014-11-141-6/+6