Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors instead of exceptions | LianaHus | 2015-10-15 | 18 | -406/+651 |
| | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
* | some fixes | LianaHus | 2015-10-15 | 3 | -4/+8 |
| | |||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 16 | -76/+107 |
| | | | | | Conflicts: libsolidity/Exceptions.h | ||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 1 | -3/+3 |
| | | | | | | | | Conflicts: libsolidity/Exceptions.h Conflicts: libsolidity/ReferencesResolver.cpp | ||||
* | Merge pull request #126 from chriseth/destructuringAssignment | chriseth | 2015-10-14 | 15 | -128/+480 |
|\ | | | | | Multi-variable declarations. | ||||
| * | Some further test fixes. | chriseth | 2015-10-13 | 3 | -26/+37 |
| | | |||||
| * | Some more tests and typos fixed. | chriseth | 2015-10-13 | 4 | -3/+31 |
| | | |||||
| * | Multi-variable declarations. | chriseth | 2015-10-13 | 9 | -77/+166 |
| | | |||||
| * | Introduced tuple type and added multi variable declarations to type | chriseth | 2015-10-10 | 7 | -89/+198 |
| | | | | | | | | checker. | ||||
| * | Tests for multi variable declaration. | chriseth | 2015-10-09 | 3 | -0/+50 |
| | | |||||
| * | Refactoring to allow multi-variable declarations. | chriseth | 2015-10-09 | 7 | -55/+120 |
|/ | |||||
* | Merge pull request #124 from chriseth/version | chriseth | 2015-10-08 | 1 | -1/+1 |
|\ | | | | | Set version to 0.1.5. | ||||
| * | Set version to 0.1.5. | chriseth | 2015-10-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #123 from chriseth/largeHexConstants | chriseth | 2015-10-08 | 2 | -6/+23 |
|\ | | | | | Check invalid integer constants for functions accepting arbitrary arguments. | ||||
| * | Check invalid integer constants for functions accepting arbitrary arguments. | chriseth | 2015-10-08 | 2 | -6/+23 |
|/ | |||||
* | Merge pull request #121 from chriseth/dependencies | chriseth | 2015-10-08 | 8 | -28/+106 |
|\ | | | | | Resolve binary dependencies properly. | ||||
| * | Resolve binary dependencies properly. | chriseth | 2015-10-07 | 8 | -28/+106 |
|/ | |||||
* | Merge pull request #122 from chriseth/anonymousEventsWithFourIndexedParams | chriseth | 2015-10-07 | 3 | -5/+27 |
|\ | | | | | Allow four indexed arguments for anynomous events. | ||||
| * | Allow four indexed arguments for anynomous events. | chriseth | 2015-10-07 | 3 | -5/+27 |
| | | |||||
* | | Merge pull request #118 from chriseth/rejectEtherSentToLibrary | chriseth | 2015-10-07 | 2 | -0/+26 |
|\ \ | |/ |/| | Reject ether sent to library. | ||||
| * | Reject ether sent to library. | chriseth | 2015-10-07 | 2 | -0/+26 |
| | | |||||
* | | Merge pull request #119 from chriseth/winfail | Lefteris Karapetsas | 2015-10-07 | 1 | -11/+12 |
|\ \ | |/ |/| | Fix boost error. | ||||
| * | Fix boost error. | chriseth | 2015-10-07 | 1 | -11/+12 |
|/ | |||||
* | Merge pull request #117 from chriseth/internalTypesForLibrary | chriseth | 2015-10-07 | 29 | -131/+547 |
|\ | | | | | Internal types for library | ||||
| * | Add const. | chriseth | 2015-10-06 | 2 | -4/+4 |
| | | |||||
| * | Compiler version stamp. | chriseth | 2015-10-06 | 7 | -2/+70 |
| | | |||||
| * | Add structs to library interface. | chriseth | 2015-10-06 | 2 | -7/+31 |
| | | |||||
| * | Provide access to scoped structs. | chriseth | 2015-10-06 | 8 | -21/+72 |
| | | |||||
| * | Compute canonical names of types for function signatures. | chriseth | 2015-10-06 | 16 | -70/+195 |
| | | |||||
| * | Encode storage items correctly for library calls. | chriseth | 2015-10-06 | 3 | -2/+36 |
| | | |||||
| * | Tests apart from new one work fine. | chriseth | 2015-10-06 | 7 | -38/+50 |
| | | |||||
| * | Split external type into ecoding and interface type. | chriseth | 2015-10-06 | 7 | -55/+128 |
| | | |||||
| * | Test for internal types. | chriseth | 2015-10-06 | 1 | -0/+29 |
| | | |||||
* | | Merge pull request #115 from chriseth/testLongConstructorArguments | chriseth | 2015-10-06 | 1 | -0/+28 |
|\ \ | |/ |/| | Test long constructor arguments. | ||||
| * | Test long constructor arguments. | chriseth | 2015-10-05 | 1 | -0/+28 |
| | | |||||
* | | Update README.md | Liana Husikyan | 2015-10-05 | 1 | -1/+1 |
| | | |||||
* | | Update README.md | Liana Husikyan | 2015-10-05 | 1 | -1/+1 |
| | | |||||
* | | Update README.md | Liana Husikyan | 2015-10-05 | 1 | -1/+1 |
| | | |||||
* | | Update README.md | Liana Husikyan | 2015-10-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #107 from chriseth/warningsForSoljson | chriseth | 2015-10-05 | 1 | -25/+29 |
|\ \ | | | | | | | Support warnings. | ||||
| * | | Support warnings. | chriseth | 2015-10-03 | 1 | -25/+29 |
| |/ | |||||
* | | Merge pull request #108 from chriseth/fixWarnings | chriseth | 2015-10-05 | 1 | -13/+11 |
|\ \ | |/ |/| | Report warning in tests if requested. | ||||
| * | Report warning in tests if requested. | chriseth | 2015-10-03 | 1 | -13/+11 |
|/ | |||||
* | Merge pull request #102 from chriseth/tightlyEncodedStrings | chriseth | 2015-10-02 | 5 | -50/+339 |
|\ | | | | | Store small byte arrays and strings in storage in one slot with their length. | ||||
| * | Store small byte arrays and strings in storage in one slot with their | chriseth | 2015-10-02 | 5 | -50/+339 |
|/ | | | | length. | ||||
* | Merge pull request #101 from LianaHus/sol_Disallow_access_if_not_initialized | chriseth | 2015-10-02 | 8 | -43/+124 |
|\ | | | | | Disallow access to non-initialized references in storage | ||||
| * | -fixed the warning printing | LianaHus | 2015-10-02 | 4 | -17/+17 |
| | | | | | | | | -style fixes | ||||
| * | -added warning case to cl compiler | LianaHus | 2015-10-02 | 2 | -2/+6 |
| | | | | | | | | -modified warning msg | ||||
| * | removed unnecessary function declaration | LianaHus | 2015-10-02 | 1 | -2/+0 |
| | | |||||
| * | added warning for noninitialized references in storage. | LianaHus | 2015-10-02 | 4 | -15/+49 |
| | | |||||
| * | style fixes | LianaHus | 2015-10-02 | 1 | -8/+16 |
| | | |||||
| * | style fixes | LianaHus | 2015-10-02 | 1 | -12/+31 |
| | | |||||
| * | added test | LianaHus | 2015-10-02 | 1 | -0/+18 |
|/ | |||||
* | Merge pull request #105 from chriseth/fix_calldataUnpacker | chriseth | 2015-10-02 | 4 | -34/+47 |
|\ | | | | | Bugfix in calldata unpacker. | ||||
| * | Bugfix in calldata unpacker. | chriseth | 2015-10-01 | 4 | -34/+47 |
|/ | | | | | The offset was not specified correctly if memory activity preceded the unpacker. | ||||
* | Merge pull request #103 from chriseth/version | chriseth | 2015-09-30 | 1 | -1/+1 |
|\ | | | | | Version change. | ||||
| * | Version change. | chriseth | 2015-09-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #100 from LianaHus/use_throw_in_action_registrar | chriseth | 2015-09-30 | 1 | -9/+4 |
|\ | | | | | used throw statement instead of __throw() | ||||
| * | used throw statement instead of __throw() | LianaHus | 2015-09-30 | 1 | -9/+4 |
|/ | |||||
* | Merge pull request #96 from chriseth/moreASTOutput | chriseth | 2015-09-25 | 3 | -1/+15 |
|\ | | | | | Provide types for VariableDeclaration. | ||||
| * | Provide types for VariableDeclaration. | chriseth | 2015-09-24 | 3 | -1/+15 |
|/ | |||||
* | Merge pull request #95 from chriseth/styleCleanup | chriseth | 2015-09-24 | 1 | -39/+95 |
|\ | | | | | Style cleanup. | ||||
| * | Style cleanup. | chriseth | 2015-09-24 | 1 | -39/+95 |
| | | |||||
* | | Merge pull request #94 from LianaHus/sol_improve_PR_83 | chriseth | 2015-09-24 | 1 | -3/+3 |
|\ \ | |/ |/| | improved overflow checkings | ||||
| * | improved overflow check in memorySize for ArrayType | LianaHus | 2015-09-24 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #91 from chriseth/literalStringsToStoragePointer | chriseth | 2015-09-24 | 2 | -1/+13 |
|\ | | | | | Literal strings to storage pointer | ||||
| * | Do not allow assignment from literal strings to storage pointers. | chriseth | 2015-09-23 | 1 | -1/+3 |
| | | | | | | | | Fixes #90 | ||||
| * | Test that literal strings cannot be assigned to storage pointers. | chriseth | 2015-09-23 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #83 from LianaHus/sol_split_the_source_tree | chriseth | 2015-09-24 | 5 | -10/+64 |
|\ \ | |/ |/| | fixed-sized arrays as return type for functions | ||||
| * | improved the test | LianaHus | 2015-09-23 | 2 | -5/+16 |
| | | |||||
| * | style fix | LianaHus | 2015-09-23 | 1 | -1/+0 |
| | | |||||
| * | fixed-sized arrays as return type | LianaHus | 2015-09-23 | 5 | -10/+54 |
|/ | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | Merge pull request #89 from chriseth/fixCombinedJson | chriseth | 2015-09-23 | 1 | -2/+6 |
|\ | | | | | Fix "combined json" output. | ||||
| * | Fix "combined json" output. | chriseth | 2015-09-23 | 1 | -2/+6 |
| | | |||||
* | | Merge pull request #85 from chriseth/warnings | chriseth | 2015-09-23 | 36 | -1814/+2460 |
|\ \ | |/ |/| | Support mulitple errors and warnings. | ||||
| * | Style fix. | chriseth | 2015-09-22 | 1 | -1/+2 |
| | | |||||
| * | Build fix for MacOS. | chriseth | 2015-09-22 | 1 | -4/+4 |
| | | |||||
| * | Error formatting. | chriseth | 2015-09-22 | 6 | -51/+64 |
| | | |||||
| * | Refactored annotations. | chriseth | 2015-09-22 | 8 | -45/+186 |
| | | |||||
| * | Refactoring: Check types outside of AST and recover from some errors. | chriseth | 2015-09-22 | 33 | -1800/+2293 |
| | | |||||
* | | Merge pull request #88 from chriseth/versionBump | chriseth | 2015-09-23 | 1 | -1/+1 |
|\ \ | | | | | | | Version 0.1.3. | ||||
| * | | Version 0.1.3. | chriseth | 2015-09-23 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #87 from chriseth/fixVersion | chriseth | 2015-09-23 | 2 | -3/+5 |
|\ \ | | | | | | | Add libevmasm version string. | ||||
| * | | Add libevmasm version string. | chriseth | 2015-09-22 | 2 | -3/+5 |
| |/ | |||||
* | | Merge pull request #81 from LianaHus/sol_strings_in_struct | chriseth | 2015-09-22 | 3 | -4/+49 |
|\ \ | |/ |/| | Sol strings in struct | ||||
| * | fixed the test | LianaHus | 2015-09-22 | 1 | -4/+1 |
| | | |||||
| * | fixed using string as a type for struct member | LianaHus | 2015-09-17 | 3 | -10/+13 |
| | | |||||
| * | test | LianaHus | 2015-09-17 | 1 | -0/+45 |
|/ | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | Merge pull request #79 from arkpar/cmake | Marek Kotewicz | 2015-09-17 | 3 | -4/+3 |
|\ | | | | | Per project versioning | ||||
| * | per project versioning | arkpar | 2015-09-16 | 3 | -4/+3 |
| | | |||||
* | | Merge pull request #77 from LianaHus/sol_throw | chriseth | 2015-09-16 | 14 | -1/+90 |
|\ \ | | | | | | | throw statement implementation | ||||
| * | | style | LianaHus | 2015-09-16 | 1 | -6/+2 |
| | | | |||||
| * | | style fixes | LianaHus | 2015-09-16 | 3 | -5/+5 |
| | | | |||||
| * | | throw statement implementation | LianaHus | 2015-09-16 | 14 | -1/+94 |
|/ / | |||||
* | | Merge pull request #32 from ↵ | chriseth | 2015-09-15 | 4 | -36/+71 |
|\ \ | | | | | | | | | | | | | LianaHus/sol_compiletime_check_for_out_of_bound_access_for_arrays Sol compiletime check for out of bound index(integer constant) access for Ordinary arrays | ||||
| * | | style fix | LianaHus | 2015-09-15 | 2 | -7/+7 |
| | | | |||||
| * | | fixed rebase | LianaHus | 2015-09-15 | 1 | -17/+0 |
| | | | |||||
| * | | moved the test | LianaHus | 2015-09-15 | 2 | -1/+17 |
| | | | | | | | | | | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
| * | | returned test for exceptions in constructor | LianaHus | 2015-09-15 | 1 | -0/+17 |
| | | | |||||
| * | | removed unneccessary check from ExpresiionCompiler | LianaHus | 2015-09-15 | 1 | -14/+0 |
| | | | |||||
| * | | style fixes | LianaHus | 2015-09-15 | 1 | -2/+3 |
| | | | |||||
| * | | fixed conflict mergeing | LianaHus | 2015-09-15 | 1 | -2/+2 |
| | | | |||||
| * | | - changed implementation | LianaHus | 2015-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | - style fixes | ||||
| * | | - changed implementation | LianaHus | 2015-09-15 | 1 | -36/+53 |
| | | | | | | | | | | | | | | | | | | | | | - style fixes Conflicts: libsolidity/AST.cpp | ||||
| * | | some fixes in tests | LianaHus | 2015-09-15 | 1 | -48/+5 |
| | | | |||||
| * | | Update ExpressionCompiler.cpp | LianaHus | 2015-09-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Conflicts: libsolidity/ExpressionCompiler.cpp | ||||
| * | | added compile time check for out of bounds access for ordinary arrays | LianaHus | 2015-09-15 | 1 | -26/+52 |
| | | | | | | | | | | | | | | | | | | | | | todo: check for dynamicaly sized arrays Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
| * | | added compile time check for out of bounds access for ordinary arrays | LianaHus | 2015-09-15 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | todo: check for dynamicaly sized arrays Conflicts: libsolidity/ExpressionCompiler.cpp | ||||
| * | | test | LianaHus | 2015-09-15 | 1 | -0/+17 |
| | | | |||||
* | | | Merge pull request #75 from chriseth/exportRuntimeBytecodeForJson | chriseth | 2015-09-15 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | Export runtime bytecode and version. | ||||
| * | | Export runtime bytecode and version. | chriseth | 2015-09-15 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #73 from chriseth/emscripten | Arkadiy Paronyan | 2015-09-15 | 2 | -3/+11 |
|\| | | | | | | | | Changes required to compile on emscripten target. | ||||
| * | | Changes required to compile on emscripten target. | chriseth | 2015-09-15 | 2 | -3/+11 |
| |/ | |||||
* | | Merge pull request #70 from chriseth/sol_libraries2 | chriseth | 2015-09-14 | 5 | -6/+148 |
|\ \ | |/ |/| | Commandline interface for linker. | ||||
| * | Commandline interface for the linker. | chriseth | 2015-09-12 | 4 | -4/+143 |
| | | |||||
| * | Small fixes to the type system concerning libraries. | chriseth | 2015-09-11 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #66 from chriseth/sol_libraries | chriseth | 2015-09-12 | 27 | -113/+280 |
|\| | | | | | Calling libraries. | ||||
| * | Style. | chriseth | 2015-09-11 | 1 | -1/+2 |
| | | |||||
| * | Possibility to call library functions. | chriseth | 2015-09-11 | 7 | -23/+105 |
| | | |||||
| * | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 16 | -78/+90 |
| | | |||||
| * | Parsing and type checking of libraries without inheritance. | chriseth | 2015-09-11 | 8 | -13/+85 |
| | | |||||
* | | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_args | chriseth | 2015-09-11 | 2 | -3/+5 |
|\ \ | |/ |/| | too many indexed arguments for event | ||||
| * | add call for EventDefinition::checkTypeRequirements() | LianaHus | 2015-09-11 | 3 | -17/+5 |
| | | |||||
| * | added test | LianaHus | 2015-09-11 | 1 | -0/+14 |
| | | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | | Merge pull request #65 from LianaHus/sol_Creating_a_contract_from_within_itself | chriseth | 2015-09-11 | 3 | -3/+24 |
|\ \ | | | | | | | Added error when creating a contract from within itself | ||||
| * | | style fixes | LianaHus | 2015-09-11 | 2 | -2/+2 |
| | | | |||||
| * | | added type check if the type of the var decl is one of base contract type | LianaHus | 2015-09-10 | 4 | -14/+24 |
| | | | |||||
| * | | added test | LianaHus | 2015-09-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | | | Merge pull request #68 from LefterisJP/add_cmake_defaults | chriseth | 2015-09-11 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | Add cmake defaults for split repo builds. | ||||
| * | | Add cmake defaults for split repo builds. | Lefteris Karapetsas | 2015-09-11 | 1 | -0/+4 |
|/ / | | | | | | | | | Basically same problem as the one seen in [this](https://github.com/ethereum/webthree/pull/34) PR. | ||||
* | | Merge pull request #64 from LianaHus/sol_empty_comment | chriseth | 2015-09-10 | 5 | -4/+43 |
|\ \ | |/ |/| | empty comment | ||||
| * | - added tests to test empty comment | LianaHus | 2015-09-10 | 5 | -4/+43 |
|/ | | | | | - fixed skipSingleLineComment - some style fixes | ||||
* | Merge pull request #51 from ethereum/revert-25-sol_strings_as_mapping_keys | chriseth | 2015-09-09 | 1 | -7/+4 |
|\ | | | | | Revert "added check for string as mapping key for local var." | ||||
| * | Revert "added check for string as mapping key for local var." | chriseth | 2015-09-08 | 1 | -7/+4 |
| | | |||||
* | | Merge pull request #54 from chriseth/sol_fixConstantStrings | chriseth | 2015-09-09 | 4 | -7/+61 |
|\ \ | | | | | | | Fix for constant strings. | ||||
| * | | Stylistic corrections. | chriseth | 2015-09-09 | 2 | -2/+2 |
| | | | |||||
| * | | Fix for constant strings. | chriseth | 2015-09-08 | 4 | -6/+60 |
| | | | |||||
* | | | Merge pull request #57 from ethereum/reflect_names | Marek Kotewicz | 2015-09-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | reflect_names | ||||
| * | | reflect_names | debris | 2015-09-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #41 from LianaHus/sol_rename_getters | chriseth | 2015-09-08 | 54 | -1652/+1678 |
|\ \ | | | | | | | solidity interface changes. removing get prefix | ||||
| * | | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 10 | -24/+31 |
| | | | | | | | | | | | | - style fixes | ||||
| * | | removed get prefix | LianaHus | 2015-09-08 | 15 | -60/+72 |
| | | | | | | | | | | | | style fixes | ||||
| * | | renamed getter functions | LianaHus | 2015-09-08 | 51 | -1608/+1615 |
| |/ | |||||
* | | Merge pull request #56 from ethereum/split | Gav Wood | 2015-09-08 | 3 | -7/+2 |
|\ \ | |/ |/| | Split | ||||
| * | changed location of cmake files | debris | 2015-09-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/ethereum/solidity into HEAD | debris | 2015-09-04 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #46 from ethers/patch-1 | Liana Husikyan | 2015-09-04 | 1 | -1/+1 |
|\ \ | | | | | | | fix title typo | ||||
| * | | fix title typo | ethers | 2015-09-04 | 1 | -1/+1 |
|/ / | |||||
| * | changes required to compile solidity in a single project | debris | 2015-09-01 | 3 | -7/+2 |
|/ | |||||
* | Merge pull request #27 from LianaHus/sol_runtime_binary_by_-solc | Gav Wood | 2015-08-28 | 1 | -1/+14 |
|\ | | | | | added option to solc to output runtime part of the contract | ||||
| * | added option to solc to output runtimr part of the contract | LianaHus | 2015-08-24 | 1 | -1/+14 |
| | | |||||
* | | Merge pull request #25 from LianaHus/sol_strings_as_mapping_keys | Gav Wood | 2015-08-28 | 1 | -4/+7 |
|\ \ | | | | | | | added check for string as mapping key for local var. | ||||
| * | | added check for string as mapping key for local var. | LianaHus | 2015-08-24 | 1 | -4/+7 |
| |/ | |||||
* | | Merge pull request #24 from LianaHus/sol_fix_error_check | Gav Wood | 2015-08-27 | 1 | -1/+1 |
|\ \ | | | | | | | added check for having type in VariableDeclaration::checkTypeRequirem… | ||||
| * | | added check for having type in VariableDeclaration::checkTypeRequirements() | LianaHus | 2015-08-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #31 from debris/client_ref | Arkadiy Paronyan | 2015-08-27 | 4 | -16/+7 |
|\ \ \ | | | | | | | | | cmake refactor | ||||
| * | | | client refactor | debris | 2015-08-27 | 4 | -16/+7 |
|/ / / | |||||
* | | | Merge pull request #29 from ethereum/cmake-add_sources | Arkadiy Paronyan | 2015-08-25 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Fix "add_sources" cmake macro | ||||
| * | | | Fix "add_sources" cmake macro. | Paweł Bylica | 2015-08-25 | 1 | -1/+3 |
|/ / / | |||||
* | | | Merge pull request #26 from arkpar/cmake | Marek Kotewicz | 2015-08-24 | 4 | -55/+26 |
|\ \ \ | |_|/ |/| | | Refactored CMakeLists for new module system | ||||
| * | | Refactoreed CMakeLists for new module system | arkpar | 2015-08-24 | 4 | -55/+26 |
| | | | |||||
* | | | added test to check string as mapping key | LianaHus | 2015-08-24 | 1 | -0/+16 |
| |/ |/| | |||||
* | | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_var | chriseth | 2015-08-22 | 6 | -4/+45 |
|\ \ | | | | | | | fixed the issue with accessors for constant state variables | ||||
| * | | add tests for state variables accessors. normal and constant | LianaHus | 2015-08-21 | 6 | -4/+45 |
| |/ | | | | | | | fixed the issue with accessors for constant state variables | ||||
* | | Merge pull request #20 from ethereum/readme.md-added | chriseth | 2015-08-21 | 1 | -2/+35 |
|\ \ | | | | | | | Updated README.md | ||||
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -3/+1 |
| | | | |||||
| * | | Update README.md | chriseth | 2015-08-21 | 1 | -5/+5 |
| | | | |||||
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -3/+3 |
| | | | |||||
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -0/+3 |
| | | | |||||
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -0/+32 |
| |/ | |||||
* | | Merge pull request #18 from chriseth/sol_fixCloneExceptionPropagation | chriseth | 2015-08-21 | 1 | -0/+3 |
|\ \ | |/ |/| | Propagate exceptions in clone calls. | ||||
| * | Propagate exceptions in clone calls. | chriseth | 2015-08-21 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #7 from chriseth/moreInfoForCommandlineOptions | Gav Wood | 2015-08-20 | 3 | -77/+87 |
|\ | | | | | More information for help screen, some fixes for argument parsing. | ||||
| * | More information for help screen, some fixes for argument parsing. | chriseth | 2015-08-20 | 3 | -77/+87 |
| | | |||||
* | | Merge pull request #6 from chriseth/cmakeUpdateTests | Gav Wood | 2015-08-20 | 8 | -1369/+34 |
|\ \ | |/ |/| | Modularise CMakeLists files and integrate tests. | ||||
| * | Modularise CMakeLists files and integrate tests. | chriseth | 2015-08-20 | 8 | -1369/+34 |
|/ | |||||
* | Merge pull request #5 from chriseth/addTests | chriseth | 2015-08-20 | 24 | -0/+15261 |
|\ | | | | | Add tests from cpp-ethereum. | ||||
| * | Move Solidity tests. | chriseth | 2015-08-20 | 24 | -0/+15261 |
|/| | |||||
| * | Move Solidity tests. | chriseth | 2015-08-20 | 24 | -0/+0 |
| | | |||||
| * | Merge pull request #2850 from winsvega/block2 | Gav Wood | 2015-08-19 | 1 | -1/+1 |
| |\ | | | | | | | BlockchainTests mining | ||||
| | * | BlockTests: restore corelibs and mining | Dimitry | 2015-08-17 | 1 | -1/+1 |
| | | | |||||
| | * | Merge remote-tracking branch 'winsvega/block2' into winsvegaBlock2 | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: test/libethereum/blockchain.cpp | ||||
| | | * | Fill tests | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| | | * | Mining | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| | | * | BlockChainTests mining | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| | | * | restore lost changes blockmining | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| | | * | BLock2: state test filling issue | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| | * | | fix coinbase rewards in blockChainTests | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| | * | | style | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'winsvega/block2' into winsvegaBlock2 | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: test/libethereum/blockchain.cpp | ||||
| | | * | | Fill tests | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | | | | |||||
| | | * | | Mining | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | | | | |||||
| | | * | | BlockChainTests mining | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | | | | |||||
| | | * | | restore lost changes blockmining | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | | | | |||||
| | | * | | BLock2: state test filling issue | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | |/ | |||||
| | * | | Merge remote-tracking branch 'upstream/develop' into winsvegaBlock2 | CJentzsch | 2015-08-15 | 4 | -12/+118 |
| | |\| | | | | | | | | | | | | | | | | | Conflicts: test/libethereum/blockchain.cpp | ||||
| | * | | clean up | CJentzsch | 2015-08-15 | 0 | -0/+0 |
| | | | | |||||
| | * | | Mining | Dimitry | 2015-08-14 | 0 | -0/+0 |
| | | | | |||||
| | * | | BlockChainTests mining | Dimitry | 2015-08-14 | 0 | -0/+0 |
| | | | | |||||
| | * | | restore lost changes blockmining | Dimitry | 2015-08-12 | 0 | -0/+0 |
| | | | | |||||
| | * | | BLock2: state test filling issue | Dimitry | 2015-08-12 | 0 | -0/+0 |
| | | | | |||||
| * | | | Cleaned up some of network. Added HostSpec. | Gav Wood | 2015-08-19 | 0 | -0/+0 |
| | | | | |||||
| * | | | Merge pull request #2848 from LefterisJP/eth_submitWork_str | Gav Wood | 2015-08-18 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | Eth submitWork() rate is now hex string | ||||
| | * | | | eth_submitWork's hash rate is now a hex string | Lefteris Karapetsas | 2015-08-17 | 0 | -0/+0 |
| | | |/ | | |/| | |||||
| * | | | use bytesCondtRef version of import secret | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | | | | |||||
| * | | | add test SEC 013 | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| |/ / | |||||
| * | | Merge pull request #2604 from winsvega/verbosity | Gav Wood | 2015-08-13 | 4 | -12/+118 |
| |\ \ | | | | | | | | | Nice Error Report | ||||
| | * | | error report: style | Dimitry | 2015-08-13 | 1 | -6/+13 |
| | | | | |||||
| | * | | Error report: style issues | Dimitry | 2015-08-13 | 2 | -7/+6 |
| | | | | |||||
| | * | | boost issue | Dimitry | 2015-08-12 | 1 | -1/+1 |
| | | | | |||||
| | * | | nice error report merge | Dimitry | 2015-08-12 | 0 | -0/+0 |
| | | | | |||||
| | * | | error report: merge with latesd develop | Dimitry | 2015-08-12 | 2 | -2/+2 |
| | | | | |||||
| | * | | Error logs | Dimitry | 2015-08-12 | 4 | -21/+89 |
| | | | | |||||
| | * | | Nice Error Report | Dimitry | 2015-08-12 | 2 | -1/+33 |
| | |/ | |||||
| * | | Merge pull request #2812 from ethereum/nameregnamer | Gav Wood | 2015-08-13 | 0 | -0/+0 |
| |\ \ | | | | | | | | | NameReg namer. | ||||
| | * | | NameReg integration. | Gav Wood | 2015-08-13 | 0 | -0/+0 |
| | |/ | | | | | | | | | | Minor other alterations. | ||||
| * | | Merge pull request #2602 from chfast/evmjit_stack | Gav Wood | 2015-08-13 | 0 | -0/+0 |
| |\ \ | | |/ | |/| | EVM JIT: stack refactor | ||||
| | * | Merge remote-tracking branch 'upstream/develop' into evmjit_stack | Paweł Bylica | 2015-08-11 | 12 | -174/+1032 |
| | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: evmjit/libevmjit/BasicBlock.cpp evmjit/libevmjit/BasicBlock.h | ||||
| | * \ | Merge remote-tracking branch 'upstream/develop' into evmjit_stack | Paweł Bylica | 2015-07-28 | 3 | -4/+64 |
| | |\ \ | |||||
| | * | | | Add test for global stack underflow. | Paweł Bylica | 2015-07-28 | 0 | -0/+0 |
| | | | | | |||||
| | * | | | Test dynamic jumps. | Paweł Bylica | 2015-07-27 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | Merge pull request #2740 from ethereum/hashrate | Gav Wood | 2015-08-12 | 0 | -0/+0 |
| |\ \ \ \ | | | | | | | | | | | | | Submit and utilise external hashrate | ||||
| | * \ \ \ | Merge branch 'hashrate' of github.com:ethereum/cpp-ethereum into hashrate | Gav Wood | 2015-08-07 | 0 | -0/+0 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libweb3jsonrpc/WebThreeStubServerBase.cpp libweb3jsonrpc/abstractwebthreestubserver.h test/libweb3jsonrpc/webthreestubclient.h | ||||
| | | * | | | | Introduce basic API for hashrate. | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | More on hashrate API. | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | Introduce basic API for hashrate. | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2777 from CJentzsch/fixStateTestsFilling | Gav Wood | 2015-08-12 | 1 | -3/+14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | compile code in accounts when importing state | ||||
| | * | | | | | clean up | CJentzsch | 2015-08-11 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into fixStateTestsFilling | CJentzsch | 2015-08-11 | 1 | -0/+28 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | compile code in accounts when importing state | CJentzsch | 2015-08-10 | 1 | -3/+14 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #2714 from winsvega/coverage_whezz2 | Gav Wood | 2015-08-11 | 2 | -31/+36 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Coverage whezz2 | ||||
| | * | | | | | | Cover: remove unit.cpp | Dimitry | 2015-08-11 | 0 | -0/+0 |
| | | | | | | | | |||||
| | * | | | | | | Coverage: tests | Dimitry | 2015-08-11 | 2 | -31/+36 |
| | | | | | | | | |||||
| | * | | | | | | CodeCoverage: libethereum | Dimitry Khokhlov | 2015-08-11 | 0 | -0/+0 |
| | | | | | | | | |||||
| | * | | | | | | Coverage: libethereum::AccountDiff | Dimitry Khokhlov | 2015-08-11 | 0 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Reduce usage of "new". | chriseth | 2015-08-11 | 0 | -0/+0 |
| |/ / / / / / | |||||
| * | / / / / | Add a JS console command for exiting the client | Lefteris Karapetsas | 2015-08-11 | 0 | -0/+0 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | The function is web3.admin.eth.exit() | ||||
| * | | | | | Fix an error in a type resolution SOL test | Lefteris Karapetsas | 2015-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This will also fix the build. | ||||
| * | | | | | Merge pull request #2734 from chriseth/sol_fixOperators | Gav Wood | 2015-08-11 | 1 | -0/+28 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Disallow some binary operators. | ||||
| | * | | | | Disallow comparison for reference types. | chriseth | 2015-08-07 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2690 | ||||
| | * | | | | Do not allow boolean operators for integers. | chriseth | 2015-08-07 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2496 | ||||
| * | | | | | Merge pull request #2768 from debris/icap_tests | Gav Wood | 2015-08-10 | 0 | -0/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | icap encoding and decoding tests | ||||
| | * | | | | | fixed header files | debris | 2015-08-10 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | fixed boost % bug | debris | 2015-08-10 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | icap encoding and decoding tests | debris | 2015-08-10 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | remove MoveNonceToTempDir | subtly | 2015-08-10 | 2 | -13/+0 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #2717 from gluk256/_shhrpc | Gav Wood | 2015-08-08 | 0 | -0/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | tests for whisper api | ||||
| | * | | | | | a small update | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | nonetwork check added | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | style update | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | | | | | | |