aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* errors instead of exceptionsLianaHus2015-10-1518-406/+651
| | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
* some fixesLianaHus2015-10-153-4/+8
|
* added Error class for all kind of errorsLianaHus2015-10-1516-76/+107
| | | | | Conflicts: libsolidity/Exceptions.h
* added Error class for all kind of errorsLianaHus2015-10-151-3/+3
| | | | | | | | Conflicts: libsolidity/Exceptions.h Conflicts: libsolidity/ReferencesResolver.cpp
* Merge pull request #126 from chriseth/destructuringAssignmentchriseth2015-10-1415-128/+480
|\ | | | | Multi-variable declarations.
| * Some further test fixes.chriseth2015-10-133-26/+37
| |
| * Some more tests and typos fixed.chriseth2015-10-134-3/+31
| |
| * Multi-variable declarations.chriseth2015-10-139-77/+166
| |
| * Introduced tuple type and added multi variable declarations to typechriseth2015-10-107-89/+198
| | | | | | | | checker.
| * Tests for multi variable declaration.chriseth2015-10-093-0/+50
| |
| * Refactoring to allow multi-variable declarations.chriseth2015-10-097-55/+120
|/
* Merge pull request #124 from chriseth/versionchriseth2015-10-081-1/+1
|\ | | | | Set version to 0.1.5.
| * Set version to 0.1.5.chriseth2015-10-081-1/+1
|/
* Merge pull request #123 from chriseth/largeHexConstantschriseth2015-10-082-6/+23
|\ | | | | Check invalid integer constants for functions accepting arbitrary arguments.
| * Check invalid integer constants for functions accepting arbitrary arguments.chriseth2015-10-082-6/+23
|/
* Merge pull request #121 from chriseth/dependencieschriseth2015-10-088-28/+106
|\ | | | | Resolve binary dependencies properly.
| * Resolve binary dependencies properly.chriseth2015-10-078-28/+106
|/
* Merge pull request #122 from chriseth/anonymousEventsWithFourIndexedParamschriseth2015-10-073-5/+27
|\ | | | | Allow four indexed arguments for anynomous events.
| * Allow four indexed arguments for anynomous events.chriseth2015-10-073-5/+27
| |
* | Merge pull request #118 from chriseth/rejectEtherSentToLibrarychriseth2015-10-072-0/+26
|\ \ | |/ |/| Reject ether sent to library.
| * Reject ether sent to library.chriseth2015-10-072-0/+26
| |
* | Merge pull request #119 from chriseth/winfailLefteris Karapetsas2015-10-071-11/+12
|\ \ | |/ |/| Fix boost error.
| * Fix boost error.chriseth2015-10-071-11/+12
|/
* Merge pull request #117 from chriseth/internalTypesForLibrarychriseth2015-10-0729-131/+547
|\ | | | | Internal types for library
| * Add const.chriseth2015-10-062-4/+4
| |
| * Compiler version stamp.chriseth2015-10-067-2/+70
| |
| * Add structs to library interface.chriseth2015-10-062-7/+31
| |
| * Provide access to scoped structs.chriseth2015-10-068-21/+72
| |
| * Compute canonical names of types for function signatures.chriseth2015-10-0616-70/+195
| |
| * Encode storage items correctly for library calls.chriseth2015-10-063-2/+36
| |
| * Tests apart from new one work fine.chriseth2015-10-067-38/+50
| |
| * Split external type into ecoding and interface type.chriseth2015-10-067-55/+128
| |
| * Test for internal types.chriseth2015-10-061-0/+29
| |
* | Merge pull request #115 from chriseth/testLongConstructorArgumentschriseth2015-10-061-0/+28
|\ \ | |/ |/| Test long constructor arguments.
| * Test long constructor arguments.chriseth2015-10-051-0/+28
| |
* | Update README.mdLiana Husikyan2015-10-051-1/+1
| |
* | Update README.mdLiana Husikyan2015-10-051-1/+1
| |
* | Update README.mdLiana Husikyan2015-10-051-1/+1
| |
* | Update README.mdLiana Husikyan2015-10-051-1/+1
| |
* | Merge pull request #107 from chriseth/warningsForSoljsonchriseth2015-10-051-25/+29
|\ \ | | | | | | Support warnings.
| * | Support warnings.chriseth2015-10-031-25/+29
| |/
* | Merge pull request #108 from chriseth/fixWarningschriseth2015-10-051-13/+11
|\ \ | |/ |/| Report warning in tests if requested.
| * Report warning in tests if requested.chriseth2015-10-031-13/+11
|/
* Merge pull request #102 from chriseth/tightlyEncodedStringschriseth2015-10-025-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 theirchriseth2015-10-025-50/+339
|/ | | | length.
* Merge pull request #101 from LianaHus/sol_Disallow_access_if_not_initializedchriseth2015-10-028-43/+124
|\ | | | | Disallow access to non-initialized references in storage
| * -fixed the warning printingLianaHus2015-10-024-17/+17
| | | | | | | | -style fixes
| * -added warning case to cl compilerLianaHus2015-10-022-2/+6
| | | | | | | | -modified warning msg
| * removed unnecessary function declarationLianaHus2015-10-021-2/+0
| |
| * added warning for noninitialized references in storage.LianaHus2015-10-024-15/+49
| |
| * style fixesLianaHus2015-10-021-8/+16
| |
| * style fixesLianaHus2015-10-021-12/+31
| |
| * added testLianaHus2015-10-021-0/+18
|/
* Merge pull request #105 from chriseth/fix_calldataUnpackerchriseth2015-10-024-34/+47
|\ | | | | Bugfix in calldata unpacker.
| * Bugfix in calldata unpacker.chriseth2015-10-014-34/+47
|/ | | | | The offset was not specified correctly if memory activity preceded the unpacker.
* Merge pull request #103 from chriseth/versionchriseth2015-09-301-1/+1
|\ | | | | Version change.
| * Version change.chriseth2015-09-301-1/+1
|/
* Merge pull request #100 from LianaHus/use_throw_in_action_registrarchriseth2015-09-301-9/+4
|\ | | | | used throw statement instead of __throw()
| * used throw statement instead of __throw()LianaHus2015-09-301-9/+4
|/
* Merge pull request #96 from chriseth/moreASTOutputchriseth2015-09-253-1/+15
|\ | | | | Provide types for VariableDeclaration.
| * Provide types for VariableDeclaration.chriseth2015-09-243-1/+15
|/
* Merge pull request #95 from chriseth/styleCleanupchriseth2015-09-241-39/+95
|\ | | | | Style cleanup.
| * Style cleanup.chriseth2015-09-241-39/+95
| |
* | Merge pull request #94 from LianaHus/sol_improve_PR_83chriseth2015-09-241-3/+3
|\ \ | |/ |/| improved overflow checkings
| * improved overflow check in memorySize for ArrayTypeLianaHus2015-09-241-3/+3
|/
* Merge pull request #91 from chriseth/literalStringsToStoragePointerchriseth2015-09-242-1/+13
|\ | | | | Literal strings to storage pointer
| * Do not allow assignment from literal strings to storage pointers.chriseth2015-09-231-1/+3
| | | | | | | | Fixes #90
| * Test that literal strings cannot be assigned to storage pointers.chriseth2015-09-231-0/+10
| |
* | Merge pull request #83 from LianaHus/sol_split_the_source_treechriseth2015-09-245-10/+64
|\ \ | |/ |/| fixed-sized arrays as return type for functions
| * improved the testLianaHus2015-09-232-5/+16
| |
| * style fixLianaHus2015-09-231-1/+0
| |
| * fixed-sized arrays as return typeLianaHus2015-09-235-10/+54
|/ | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* Merge pull request #89 from chriseth/fixCombinedJsonchriseth2015-09-231-2/+6
|\ | | | | Fix "combined json" output.
| * Fix "combined json" output.chriseth2015-09-231-2/+6
| |
* | Merge pull request #85 from chriseth/warningschriseth2015-09-2336-1814/+2460
|\ \ | |/ |/| Support mulitple errors and warnings.
| * Style fix.chriseth2015-09-221-1/+2
| |
| * Build fix for MacOS.chriseth2015-09-221-4/+4
| |
| * Error formatting.chriseth2015-09-226-51/+64
| |
| * Refactored annotations.chriseth2015-09-228-45/+186
| |
| * Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-2233-1800/+2293
| |
* | Merge pull request #88 from chriseth/versionBumpchriseth2015-09-231-1/+1
|\ \ | | | | | | Version 0.1.3.
| * | Version 0.1.3.chriseth2015-09-231-1/+1
|/ /
* | Merge pull request #87 from chriseth/fixVersionchriseth2015-09-232-3/+5
|\ \ | | | | | | Add libevmasm version string.
| * | Add libevmasm version string.chriseth2015-09-222-3/+5
| |/
* | Merge pull request #81 from LianaHus/sol_strings_in_structchriseth2015-09-223-4/+49
|\ \ | |/ |/| Sol strings in struct
| * fixed the testLianaHus2015-09-221-4/+1
| |
| * fixed using string as a type for struct memberLianaHus2015-09-173-10/+13
| |
| * testLianaHus2015-09-171-0/+45
|/ | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* Merge pull request #79 from arkpar/cmakeMarek Kotewicz2015-09-173-4/+3
|\ | | | | Per project versioning
| * per project versioningarkpar2015-09-163-4/+3
| |
* | Merge pull request #77 from LianaHus/sol_throwchriseth2015-09-1614-1/+90
|\ \ | | | | | | throw statement implementation
| * | styleLianaHus2015-09-161-6/+2
| | |
| * | style fixesLianaHus2015-09-163-5/+5
| | |
| * | throw statement implementationLianaHus2015-09-1614-1/+94
|/ /
* | Merge pull request #32 from ↵chriseth2015-09-154-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 fixLianaHus2015-09-152-7/+7
| | |
| * | fixed rebaseLianaHus2015-09-151-17/+0
| | |
| * | moved the testLianaHus2015-09-152-1/+17
| | | | | | | | | | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
| * | returned test for exceptions in constructorLianaHus2015-09-151-0/+17
| | |
| * | removed unneccessary check from ExpresiionCompilerLianaHus2015-09-151-14/+0
| | |
| * | style fixesLianaHus2015-09-151-2/+3
| | |
| * | fixed conflict mergeingLianaHus2015-09-151-2/+2
| | |
| * | - changed implementationLianaHus2015-09-151-1/+1
| | | | | | | | | | | | - style fixes
| * | - changed implementationLianaHus2015-09-151-36/+53
| | | | | | | | | | | | | | | | | | | | | - style fixes Conflicts: libsolidity/AST.cpp
| * | some fixes in testsLianaHus2015-09-151-48/+5
| | |
| * | Update ExpressionCompiler.cppLianaHus2015-09-151-1/+2
| | | | | | | | | | | | | | | Conflicts: libsolidity/ExpressionCompiler.cpp
| * | added compile time check for out of bounds access for ordinary arraysLianaHus2015-09-151-26/+52
| | | | | | | | | | | | | | | | | | | | | todo: check for dynamicaly sized arrays Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
| * | added compile time check for out of bounds access for ordinary arraysLianaHus2015-09-151-0/+14
| | | | | | | | | | | | | | | | | | | | | todo: check for dynamicaly sized arrays Conflicts: libsolidity/ExpressionCompiler.cpp
| * | testLianaHus2015-09-151-0/+17
| | |
* | | Merge pull request #75 from chriseth/exportRuntimeBytecodeForJsonchriseth2015-09-151-0/+6
|\ \ \ | |/ / |/| | Export runtime bytecode and version.
| * | Export runtime bytecode and version.chriseth2015-09-151-0/+6
| | |
* | | Merge pull request #73 from chriseth/emscriptenArkadiy Paronyan2015-09-152-3/+11
|\| | | | | | | | Changes required to compile on emscripten target.
| * | Changes required to compile on emscripten target.chriseth2015-09-152-3/+11
| |/
* | Merge pull request #70 from chriseth/sol_libraries2chriseth2015-09-145-6/+148
|\ \ | |/ |/| Commandline interface for linker.
| * Commandline interface for the linker.chriseth2015-09-124-4/+143
| |
| * Small fixes to the type system concerning libraries.chriseth2015-09-111-2/+5
| |
* | Merge pull request #66 from chriseth/sol_librarieschriseth2015-09-1227-113/+280
|\| | | | | Calling libraries.
| * Style.chriseth2015-09-111-1/+2
| |
| * Possibility to call library functions.chriseth2015-09-117-23/+105
| |
| * Transition from bytecode to more general linker objects.chriseth2015-09-1116-78/+90
| |
| * Parsing and type checking of libraries without inheritance.chriseth2015-09-118-13/+85
| |
* | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_argschriseth2015-09-112-3/+5
|\ \ | |/ |/| too many indexed arguments for event
| * add call for EventDefinition::checkTypeRequirements()LianaHus2015-09-113-17/+5
| |
| * added testLianaHus2015-09-111-0/+14
| | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* | Merge pull request #65 from LianaHus/sol_Creating_a_contract_from_within_itselfchriseth2015-09-113-3/+24
|\ \ | | | | | | Added error when creating a contract from within itself
| * | style fixesLianaHus2015-09-112-2/+2
| | |
| * | added type check if the type of the var decl is one of base contract typeLianaHus2015-09-104-14/+24
| | |
| * | added testLianaHus2015-09-101-0/+11
| | | | | | | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* | | Merge pull request #68 from LefterisJP/add_cmake_defaultschriseth2015-09-111-0/+4
|\ \ \ | |_|/ |/| | Add cmake defaults for split repo builds.
| * | Add cmake defaults for split repo builds.Lefteris Karapetsas2015-09-111-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_commentchriseth2015-09-105-4/+43
|\ \ | |/ |/| empty comment
| * - added tests to test empty commentLianaHus2015-09-105-4/+43
|/ | | | | - fixed skipSingleLineComment - some style fixes
* Merge pull request #51 from ethereum/revert-25-sol_strings_as_mapping_keyschriseth2015-09-091-7/+4
|\ | | | | Revert "added check for string as mapping key for local var."
| * Revert "added check for string as mapping key for local var."chriseth2015-09-081-7/+4
| |
* | Merge pull request #54 from chriseth/sol_fixConstantStringschriseth2015-09-094-7/+61
|\ \ | | | | | | Fix for constant strings.
| * | Stylistic corrections.chriseth2015-09-092-2/+2
| | |
| * | Fix for constant strings.chriseth2015-09-084-6/+60
| | |
* | | Merge pull request #57 from ethereum/reflect_namesMarek Kotewicz2015-09-091-1/+1
|\ \ \ | |/ / |/| | reflect_names
| * | reflect_namesdebris2015-09-091-1/+1
|/ /
* | Merge pull request #41 from LianaHus/sol_rename_getterschriseth2015-09-0854-1652/+1678
|\ \ | | | | | | solidity interface changes. removing get prefix
| * | - renamed AST to ast and ABI to abiLianaHus2015-09-0810-24/+31
| | | | | | | | | | | | - style fixes
| * | removed get prefixLianaHus2015-09-0815-60/+72
| | | | | | | | | | | | style fixes
| * | renamed getter functionsLianaHus2015-09-0851-1608/+1615
| |/
* | Merge pull request #56 from ethereum/splitGav Wood2015-09-083-7/+2
|\ \ | |/ |/| Split
| * changed location of cmake filesdebris2015-09-081-1/+1
| |
| * Merge branch 'develop' of https://github.com/ethereum/solidity into HEADdebris2015-09-041-1/+1
| |\ | |/ |/|
* | Merge pull request #46 from ethers/patch-1Liana Husikyan2015-09-041-1/+1
|\ \ | | | | | | fix title typo
| * | fix title typoethers2015-09-041-1/+1
|/ /
| * changes required to compile solidity in a single projectdebris2015-09-013-7/+2
|/
* Merge pull request #27 from LianaHus/sol_runtime_binary_by_-solcGav Wood2015-08-281-1/+14
|\ | | | | added option to solc to output runtime part of the contract
| * added option to solc to output runtimr part of the contractLianaHus2015-08-241-1/+14
| |
* | Merge pull request #25 from LianaHus/sol_strings_as_mapping_keysGav Wood2015-08-281-4/+7
|\ \ | | | | | | added check for string as mapping key for local var.
| * | added check for string as mapping key for local var.LianaHus2015-08-241-4/+7
| |/
* | Merge pull request #24 from LianaHus/sol_fix_error_checkGav Wood2015-08-271-1/+1
|\ \ | | | | | | added check for having type in VariableDeclaration::checkTypeRequirem…
| * | added check for having type in VariableDeclaration::checkTypeRequirements()LianaHus2015-08-241-1/+1
| | |
* | | Merge pull request #31 from debris/client_refArkadiy Paronyan2015-08-274-16/+7
|\ \ \ | | | | | | | | cmake refactor
| * | | client refactordebris2015-08-274-16/+7
|/ / /
* | | Merge pull request #29 from ethereum/cmake-add_sourcesArkadiy Paronyan2015-08-251-1/+3
|\ \ \ | | | | | | | | Fix "add_sources" cmake macro
| * | | Fix "add_sources" cmake macro.Paweł Bylica2015-08-251-1/+3
|/ / /
* | | Merge pull request #26 from arkpar/cmakeMarek Kotewicz2015-08-244-55/+26
|\ \ \ | |_|/ |/| | Refactored CMakeLists for new module system
| * | Refactoreed CMakeLists for new module systemarkpar2015-08-244-55/+26
| | |
* | | added test to check string as mapping keyLianaHus2015-08-241-0/+16
| |/ |/|
* | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_varchriseth2015-08-226-4/+45
|\ \ | | | | | | fixed the issue with accessors for constant state variables
| * | add tests for state variables accessors. normal and constantLianaHus2015-08-216-4/+45
| |/ | | | | | | fixed the issue with accessors for constant state variables
* | Merge pull request #20 from ethereum/readme.md-addedchriseth2015-08-211-2/+35
|\ \ | | | | | | Updated README.md
| * | Update README.mdLiana Husikyan2015-08-211-3/+1
| | |
| * | Update README.mdchriseth2015-08-211-5/+5
| | |
| * | Update README.mdLiana Husikyan2015-08-211-3/+3
| | |
| * | Update README.mdLiana Husikyan2015-08-211-0/+3
| | |
| * | Update README.mdLiana Husikyan2015-08-211-0/+32
| |/
* | Merge pull request #18 from chriseth/sol_fixCloneExceptionPropagationchriseth2015-08-211-0/+3
|\ \ | |/ |/| Propagate exceptions in clone calls.
| * Propagate exceptions in clone calls.chriseth2015-08-211-0/+3
|/
* Merge pull request #7 from chriseth/moreInfoForCommandlineOptionsGav Wood2015-08-203-77/+87
|\ | | | | More information for help screen, some fixes for argument parsing.
| * More information for help screen, some fixes for argument parsing.chriseth2015-08-203-77/+87
| |
* | Merge pull request #6 from chriseth/cmakeUpdateTestsGav Wood2015-08-208-1369/+34
|\ \ | |/ |/| Modularise CMakeLists files and integrate tests.
| * Modularise CMakeLists files and integrate tests.chriseth2015-08-208-1369/+34
|/
* Merge pull request #5 from chriseth/addTestschriseth2015-08-2024-0/+15261
|\ | | | | Add tests from cpp-ethereum.
| * Move Solidity tests.chriseth2015-08-2024-0/+15261
|/|
| * Move Solidity tests.chriseth2015-08-2024-0/+0
| |
| * Merge pull request #2850 from winsvega/block2Gav Wood2015-08-191-1/+1
| |\ | | | | | | BlockchainTests mining
| | * BlockTests: restore corelibs and miningDimitry2015-08-171-1/+1
| | |
| | * Merge remote-tracking branch 'winsvega/block2' into winsvegaBlock2CJentzsch2015-08-170-0/+0
| | |\ | | | | | | | | | | | | | | | | Conflicts: test/libethereum/blockchain.cpp
| | | * Fill testsDimitry2015-08-170-0/+0
| | | |
| | | * MiningDimitry2015-08-170-0/+0
| | | |
| | | * BlockChainTests miningDimitry2015-08-170-0/+0
| | | |
| | | * restore lost changes blockminingDimitry2015-08-170-0/+0
| | | |
| | | * BLock2: state test filling issueDimitry2015-08-170-0/+0
| | | |
| | * | fix coinbase rewards in blockChainTestsCJentzsch2015-08-170-0/+0
| | | |
| | * | styleCJentzsch2015-08-170-0/+0
| | | |
| | * | Merge remote-tracking branch 'winsvega/block2' into winsvegaBlock2CJentzsch2015-08-170-0/+0
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: test/libethereum/blockchain.cpp
| | | * | Fill testsDimitry2015-08-150-0/+0
| | | | |
| | | * | MiningDimitry2015-08-150-0/+0
| | | | |
| | | * | BlockChainTests miningDimitry2015-08-150-0/+0
| | | | |
| | | * | restore lost changes blockminingDimitry2015-08-150-0/+0
| | | | |
| | | * | BLock2: state test filling issueDimitry2015-08-150-0/+0
| | | |/
| | * | Merge remote-tracking branch 'upstream/develop' into winsvegaBlock2CJentzsch2015-08-154-12/+118
| | |\| | | | | | | | | | | | | | | | | Conflicts: test/libethereum/blockchain.cpp
| | * | clean upCJentzsch2015-08-150-0/+0
| | | |
| | * | MiningDimitry2015-08-140-0/+0
| | | |
| | * | BlockChainTests miningDimitry2015-08-140-0/+0
| | | |
| | * | restore lost changes blockminingDimitry2015-08-120-0/+0
| | | |
| | * | BLock2: state test filling issueDimitry2015-08-120-0/+0
| | | |
| * | | Cleaned up some of network. Added HostSpec.Gav Wood2015-08-190-0/+0
| | | |
| * | | Merge pull request #2848 from LefterisJP/eth_submitWork_strGav Wood2015-08-180-0/+0
| |\ \ \ | | | | | | | | | | Eth submitWork() rate is now hex string
| | * | | eth_submitWork's hash rate is now a hex stringLefteris Karapetsas2015-08-170-0/+0
| | | |/ | | |/|
| * | | use bytesCondtRef version of import secretCJentzsch2015-08-170-0/+0
| | | |
| * | | add test SEC 013CJentzsch2015-08-170-0/+0
| |/ /
| * | Merge pull request #2604 from winsvega/verbosityGav Wood2015-08-134-12/+118
| |\ \ | | | | | | | | Nice Error Report
| | * | error report: styleDimitry2015-08-131-6/+13
| | | |
| | * | Error report: style issuesDimitry2015-08-132-7/+6
| | | |
| | * | boost issueDimitry2015-08-121-1/+1
| | | |
| | * | nice error report mergeDimitry2015-08-120-0/+0
| | | |
| | * | error report: merge with latesd developDimitry2015-08-122-2/+2
| | | |
| | * | Error logsDimitry2015-08-124-21/+89
| | | |
| | * | Nice Error ReportDimitry2015-08-122-1/+33
| | |/
| * | Merge pull request #2812 from ethereum/nameregnamerGav Wood2015-08-130-0/+0
| |\ \ | | | | | | | | NameReg namer.
| | * | NameReg integration.Gav Wood2015-08-130-0/+0
| | |/ | | | | | | | | | Minor other alterations.
| * | Merge pull request #2602 from chfast/evmjit_stackGav Wood2015-08-130-0/+0
| |\ \ | | |/ | |/| EVM JIT: stack refactor
| | * Merge remote-tracking branch 'upstream/develop' into evmjit_stackPaweł Bylica2015-08-1112-174/+1032
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: evmjit/libevmjit/BasicBlock.cpp evmjit/libevmjit/BasicBlock.h
| | * \ Merge remote-tracking branch 'upstream/develop' into evmjit_stackPaweł Bylica2015-07-283-4/+64
| | |\ \
| | * | | Add test for global stack underflow.Paweł Bylica2015-07-280-0/+0
| | | | |
| | * | | Test dynamic jumps.Paweł Bylica2015-07-270-0/+0
| | | | |
| * | | | Merge pull request #2740 from ethereum/hashrateGav Wood2015-08-120-0/+0
| |\ \ \ \ | | | | | | | | | | | | Submit and utilise external hashrate
| | * \ \ \ Merge branch 'hashrate' of github.com:ethereum/cpp-ethereum into hashrateGav Wood2015-08-070-0/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libweb3jsonrpc/WebThreeStubServerBase.cpp libweb3jsonrpc/abstractwebthreestubserver.h test/libweb3jsonrpc/webthreestubclient.h
| | | * | | | Introduce basic API for hashrate.Gav Wood2015-08-060-0/+0
| | | | | | |
| | * | | | | More on hashrate API.Gav Wood2015-08-060-0/+0
| | | | | | |
| | * | | | | Introduce basic API for hashrate.Gav Wood2015-08-060-0/+0
| | |/ / / /
| * | | | | Merge pull request #2777 from CJentzsch/fixStateTestsFillingGav Wood2015-08-121-3/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | compile code in accounts when importing state
| | * | | | | clean upCJentzsch2015-08-110-0/+0
| | | | | | |
| | * | | | | Merge remote-tracking branch 'upstream/develop' into fixStateTestsFillingCJentzsch2015-08-111-0/+28
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | compile code in accounts when importing stateCJentzsch2015-08-101-3/+14
| | | | | | |
| * | | | | | Merge pull request #2714 from winsvega/coverage_whezz2Gav Wood2015-08-112-31/+36
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Coverage whezz2
| | * | | | | | Cover: remove unit.cppDimitry2015-08-110-0/+0
| | | | | | | |
| | * | | | | | Coverage: testsDimitry2015-08-112-31/+36
| | | | | | | |
| | * | | | | | CodeCoverage: libethereumDimitry Khokhlov2015-08-110-0/+0
| | | | | | | |
| | * | | | | | Coverage: libethereum::AccountDiffDimitry Khokhlov2015-08-110-0/+0
| | | | | | | |
| * | | | | | | Reduce usage of "new".chriseth2015-08-110-0/+0
| |/ / / / / /
| * | / / / / Add a JS console command for exiting the clientLefteris Karapetsas2015-08-110-0/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | The function is web3.admin.eth.exit()
| * | | | | Fix an error in a type resolution SOL testLefteris Karapetsas2015-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This will also fix the build.
| * | | | | Merge pull request #2734 from chriseth/sol_fixOperatorsGav Wood2015-08-111-0/+28
| |\ \ \ \ \ | | |/ / / / | |/| | | | Disallow some binary operators.
| | * | | | Disallow comparison for reference types.chriseth2015-08-071-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #2690
| | * | | | Do not allow boolean operators for integers.chriseth2015-08-071-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #2496
| * | | | | Merge pull request #2768 from debris/icap_testsGav Wood2015-08-100-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | icap encoding and decoding tests
| | * | | | | fixed header filesdebris2015-08-100-0/+0
| | | | | | |
| | * | | | | fixed boost % bugdebris2015-08-100-0/+0
| | | | | | |
| | * | | | | icap encoding and decoding testsdebris2015-08-100-0/+0
| | | | | | |
| * | | | | | remove MoveNonceToTempDirsubtly2015-08-102-13/+0
| |/ / / / /
| * | | | | Merge pull request #2717 from gluk256/_shhrpcGav Wood2015-08-080-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | tests for whisper api
| | * | | | | a small updateVlad Gluhovsky2015-08-070-0/+0
| | | | | | |
| | * | | | | nonetwork check addedVlad Gluhovsky2015-08-070-0/+0
| | | | | | |
| | * | | | | style updateVlad Gluhovsky2015-08-070-0/+0
| | | | | | |