aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1080 from debris/transactionCountGav Wood2015-02-181-0/+40
|\ | | | | JSON-RPC transactionCount && uncleCount, fixed #1027
| * JSON-RPC transactionCount && uncleCount, fixed #1027Marek Kotewicz2015-02-181-0/+40
| |
* | Merge pull request #1072 from chriseth/sol_externalGav Wood2015-02-184-8/+149
|\ \ | | | | | | bytes ABI type and external visibility specifier
| * | Calldata byte arrays stored on the stack.Christian2015-02-171-4/+32
| | |
| * | loadFromMemoryDynamicChristian2015-02-171-5/+5
| | |
| * | No write access to parameters of external functions.Christian2015-02-172-0/+45
| | |
| * | "external" visibility specifier.Christian2015-02-172-0/+68
| |/
* | Merge pull request #1070 from debris/shh_getMessagesGav Wood2015-02-181-0/+10
|\ \ | | | | | | added shh_getMessages, fixed #899
| * | added shh_getMessages, fixed #899Marek Kotewicz2015-02-171-0/+10
| | |
* | | Merge pull request #1068 from imapp-pl/pr/performance_testsGav Wood2015-02-183-0/+1566
|\ \ \ | | | | | | | | ManyFunctions performance test
| * | | ManyFunctions performance test: replace xor with correct exp operatorPaweł Bylica2015-02-173-201/+229
| | | |
| * | | ManyFunctions performance test: ~200 functions in a contract, half of them ↵Paweł Bylica2015-02-163-0/+1538
| |/ / | | | | | | | | | are called randomly
* | | Merge pull request #1066 from debris/include_orderGav Wood2015-02-181-1/+1
|\ \ \ | | | | | | | | improved headers include_directories order, fixed #1022
| * | | fixed #1022Marek Kotewicz2015-02-161-1/+1
| |/ /
* | | Merge pull request #1065 from CJentzsch/blockTestsGav Wood2015-02-187-48/+1626
|\ \ \ | |_|/ |/| | Block tests
| * | OS independency by using file systemCJentzsch2015-02-162-337/+373
| | |
| * | remove unnecessary functionCJentzsch2015-02-161-1/+0
| | |
| * | fix typoCJentzsch2015-02-162-51/+2
| | |
| * | add invalid block header testsCJentzsch2015-02-163-52/+1083
| | |
| * | extra data fixCJentzsch2015-02-163-132/+120
| | |
| * | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-162-1/+16
| |\|
| * | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-147-28/+297
| |\ \
| * | | add possibility to create bad blocks in fillersCJentzsch2015-02-143-277/+186
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-1310-29/+529
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: test/transaction.cpp
| * | | | switch to secretKey in fillersCJentzsch2015-02-133-43/+64
| | | | |
| * | | | fix tx outputCJentzsch2015-02-131-2/+2
| | | | |
| * | | | fix import transactionCJentzsch2015-02-131-2/+29
| | | | |
| * | | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-132-1/+61
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-137-91/+349
| |\ \ \ \ \
| * | | | | | add valid tx outputCJentzsch2015-02-133-75/+266
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-121-6/+6
| |\ \ \ \ \ \
| * | | | | | | styleCJentzsch2015-02-121-26/+22
| | | | | | | |
| * | | | | | | avoid code doublingCJentzsch2015-02-121-291/+223
| | | | | | | |
| * | | | | | | check transactionsCJentzsch2015-02-115-85/+113
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-1126-1682/+2096
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/transaction.cpp
| * | | | | | | | validate block (the not fill tests path)CJentzsch2015-02-112-163/+179
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-1010-75/+311
| |\ \ \ \ \ \ \ \
| * | | | | | | | | start with test defined genesis blockCJentzsch2015-02-104-182/+274
| | | | | | | | | |
| * | | | | | | | | write block header and uncle listCJentzsch2015-02-091-5/+27
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-0711-3/+515
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | create block from transaction with genesis block as parentCJentzsch2015-02-075-101/+169
| | | | | | | | | | |
| * | | | | | | | | | include transaction listCJentzsch2015-02-061-0/+22
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-0610-12/+77
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | first definition of block tests - header onlyCJentzsch2015-02-052-2/+203
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-0421-109/+2302
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | new file block.cppCJentzsch2015-01-211-0/+21
| | | | | | | | | | | | |
* | | | | | | | | | | | | Removing events from Solidity InterfaceLefteris Karapetsas2015-02-171-26/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Forced cleanup for conversion to enum.Christian2015-02-141-0/+15
| | | | | | | | | | | |
* | | | | | | | | | | | Some changes to enums.Christian2015-02-141-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1011 from LefterisJP/jsonrpc_cpp_v0.4.2Gav Wood2015-02-141-15/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Changes required for upgrade to jsonrpccpp 0.4.2
| * | | | | | | | | | | Changes required for upgrade to jsonrpccpp 0.4.2Lefteris Karapetsas2015-02-131-15/+15
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Removing ';' from the end of EnumDefinitionLefteris Karapetsas2015-02-143-10/+10
| | | | | | | | | | |
* | | | | | | | | | | Explicit conversion from int to EnumLefteris Karapetsas2015-02-141-0/+17
| | | | | | | | | | |
* | | | | | | | | | | Addressing issues with Enums in SolidityLefteris Karapetsas2015-02-142-20/+3
| | | | | | | | | | |
* | | | | | | | | | | Indentation fixesLefteris Karapetsas2015-02-141-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Enum Value member access should now work properlyLefteris Karapetsas2015-02-141-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also detection of duplicate enum values and tests for them have been added
* | | | | | | | | | | Enum type conversion and member value access.Lefteris Karapetsas2015-02-142-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added tests for the type conversion part. - Enum member value access still needs some work
* | | | | | | | | | | Correcting and testing enum member accessLefteris Karapetsas2015-02-141-1/+16
| | | | | | | | | | |
* | | | | | | | | | | Enums NameAndTypeResolution - WIPLefteris Karapetsas2015-02-142-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also adding an EndToEnd enum test
* | | | | | | | | | | Disallow trailing comma in Enum DeclarationLefteris Karapetsas2015-02-141-0/+14
| | | | | | | | | | |
* | | | | | | | | | | Introducing EnumType and some Parser testsLefteris Karapetsas2015-02-141-0/+14
| | | | | | | | | | |
* | | | | | | | | | | Adding test for Enum ParsingLefteris Karapetsas2015-02-141-0/+14
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1040 from CJentzsch/performanceTestsGav Wood2015-02-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | style - auto
| * | | | | | | | | | | style - autoCJentzsch2015-02-131-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Performance tests: more ackermann calls, fibonacci.Paweł Bylica2015-02-132-11/+137
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ackermann(3, 1) - ackermann(3, 2) - fibonacci(10) - fibonacci(16) Contract code included: PerformanceTester.sol
* | | | | | | | | | | Merge pull request #1039 from CJentzsch/performanceTestsGav Wood2015-02-132-0/+64
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Performance test
| * | | | | | | | | | use auto for steady clock and chrono::millisecondsCJentzsch2015-02-131-8/+6
| | | | | | | | | | |
| * | | | | | | | | | style fixCJentzsch2015-02-131-32/+32
| | | | | | | | | | |
| * | | | | | | | | | performance testCJentzsch2015-02-132-0/+66
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1037 from chriseth/sol_bytesCalldataToMemoryGav Wood2015-02-131-0/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Copying calldata directly to memory.
| * | | | | | | | | | Copying calldata directly to memory.Christian2015-02-131-0/+15
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #1035 from winsvega/developGav Wood2015-02-136-28/+449
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | New Tests
| * | | | | | | | | | New Testswinsvega2015-02-133-8/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction with RLP object and catching exceptions from importByteArray
| * | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developwinsvega2015-02-137-94/+352
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | New Testswinsvega2015-02-133-20/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity test Transaction test update
| * | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developwinsvega2015-02-115-3/+85
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developwinsvega2015-02-1023-136/+1249
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
* | | | | | | | | | | Merge pull request #1038 from debris/before_jsoncppGav Wood2015-02-131-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | fixed issue with including wrong json/json.h file
| * | | | | | | | | | fixed issue with including wrong json/json.h fileMarek Kotewicz2015-02-131-2/+3
| | | | | | | | | | |
* | | | | | | | | | | Copying structs.Christian2015-02-132-1/+61
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-131-0/+39
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #1029 from chriseth/sol_bytesContinuationGav Wood2015-02-131-0/+39
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | length member for bytes
| | * | | | | | | | | length member for byte arrays.Christian2015-02-121-0/+15
| | | | | | | | | | |
| | * | | | | | | | | Test for bytes in mapping.Christian2015-02-121-0/+24
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-134-7/+138
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: eth/main.cpp libwebthree/WebThree.cpp libwebthree/WebThree.h neth/main.cpp
| * | | | | | | | | | Merge pull request #1019 from chriseth/sol_bytesGav Wood2015-02-122-2/+133
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic implementation of byte arrays.
| | * | | | | | | | | Moved copy code to CompilerUtils.Christian2015-02-122-11/+60
| | | | | | | | | | |
| | * | | | | | | | | Dynamic copy to memory.Christian2015-02-121-44/+42
| | | | | | | | | | |
| | * | | | | | | | | Simple copy of bytes to storage.Christian2015-02-121-3/+62
| | | | | | | | | | |
| | * | | | | | | | | Tests and some code for msg.data.Christian2015-02-121-0/+25
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge pull request #999 from debris/jsoncpp_pathGav Wood2015-02-122-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fixed jsoncpp find_path
| | * \ \ \ \ \ \ \ \ Merge branch 'jsoncpp_path' of https://github.com/debris/cpp-ethereum into ↵Marek Kotewicz2015-02-120-0/+0
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jsoncpp_path
| | | * \ \ \ \ \ \ \ \ Merge branch 'develop' into jsoncpp_pathdebris2015-02-1131-1772/+2158
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / | | | | |/| | | | | | |
| | * | | | | | | | | | Merge branch 'develop' into jsoncpp_pathMarek Kotewicz2015-02-121-6/+6
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'develop' into jsoncpp_pathMarek Kotewicz2015-02-1131-1772/+2158
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | / / / / / / / | | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | fixed jsoncpp find_pathMarek Kotewicz2015-02-102-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Another try in fixing windows build.Christian2015-02-121-3/+3
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-121-6/+6
|\| | | | | | | | |
| * | | | | | | | | Some windows fixes.Christian2015-02-121-6/+6
| | | | | | | | | |
* | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-120-0/+0
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #979 from debris/win_fixesMarek Kotewicz2015-02-120-0/+0
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | windows fixes
| | * | | | | | | | fixed transitive dependencies for msvcdebris2015-02-111-6/+0
| | | | | | | | | |
| | * | | | | | | | cmake messdebris2015-02-091-0/+6
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-1131-1772/+2158
|\| | | | | | | |
| * | | | | | | | Test stuff into cpp from header.Gav Wood2015-02-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional debug stuff in cmake.
| * | | | | | | | Merge pull request #916 from winsvega/developGav Wood2015-02-1124-1705/+2009
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | transaction address length test fix
| | * | | | | | | Test relatedwinsvega2015-02-102-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constant in TestHelper.h Exception in TestHelper.h
| | * | | | | | | Bigintwinsvega2015-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bigint(1) << 256
| | * | | | | | | Style Changeswinsvega2015-02-075-261/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New exception for values larger than 2**256 Auto format .json files
| | * | | | | | | TransactionTestwinsvega2015-02-072-68/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorrect receiver address ength
| | * | | | | | | nonce value from 0 to "0" in fillerswinsvega2015-02-0621-1410/+1707
| | | | | | | | |
| | * | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developwinsvega2015-02-0112-97/+1257
| | |\ \ \ \ \ \ \
| | * | | | | | | | state test conditions to filler fileswinsvega2015-02-011-0/+16
| | | | | | | | | |
| | * | | | | | | | transaction address length test fixwinsvega2015-02-012-33/+5
| | | | | | | | | |
| * | | | | | | | | small fixes per chris's commentsLu Guanqun2015-02-102-5/+5
| | | | | | | | | |
| * | | | | | | | | add two more exp testsLu Guanqun2015-02-101-0/+18
| | | | | | | | | |
| * | | | | | | | | add exponent operatorLu Guanqun2015-02-102-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.pivotaltracker.com/n/projects/1189488/stories/83746404
| * | | | | | | | | Arbitrary parameters for call() and all hash functions.Christian2015-02-101-0/+23
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #986 from LefterisJP/sol_StyleFixchriseth2015-02-105-67/+67
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | Solidity enum style fix
| | * | | | | | | Addressing issues in Enum style fixLefteris Karapetsas2015-02-101-1/+1
| | | | | | | | |
| | * | | | | | | Styling in Natspec EnumsLefteris Karapetsas2015-02-093-4/+4
| | | | | | | | |
| | * | | | | | | Camelcasing enums in Types.hLefteris Karapetsas2015-02-091-1/+1
| | | | | | | | |
| | * | | | | | | Changing Solidity Code to use CamelCase enum valuesLefteris Karapetsas2015-02-091-62/+62
| | | | | | | | |
* | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-103-6/+41
|\| | | | | | | |
| * | | | | | | | Fixed #988.Gav Wood2015-02-102-3/+8
| | | | | | | | |
| * | | | | | | | Merge pull request #975 from debris/jsonrpcstubGav Wood2015-02-101-3/+33
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | jsonrpcstub integreted into cmake build process
| | * | | | | | | missing commands in clientMarek Kotewicz2015-02-071-0/+20
| | | | | | | | |
| | * | | | | | | Merge branch 'develop' into jsonrpcstubMarek Kotewicz2015-02-079-2/+412
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | jsonrpcstub integreted into cmake build processMarek Kotewicz2015-02-071-3/+13
| | | | | | | | |
* | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-103-0/+140
|\| | | | | | | |
| * | | | | | | | - implemented Empty parameter name story. Now the name of input/return ↵Liana Husikyan2015-02-093-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameters of function can be not specified. - added appropriate tests Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp
* | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-091-2/+63
|\| | | | | | | |
| * | | | | | | | Merge pull request #937 from LefterisJP/sol_MultiArgSHA3chriseth2015-02-091-2/+63
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Solidity multiple arg sha3
| | * | | | | | | Small fixes for proper multitype/multiarg SHA3Lefteris Karapetsas2015-02-071-9/+8
| | | | | | | | |
| | * | | | | | | SHA3 of string literals now should workLefteris Karapetsas2015-02-061-1/+44
| | | | | | | | |
| | * | | | | | | appendArgumentsCopyToMemory() has more complicated logic nowLefteris Karapetsas2015-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Plus other fixes.
| | * | | | | | | Solidity SHA3 can now take multiple argumentsLefteris Karapetsas2015-02-061-0/+19
| | | | | | | | |
* | | | | | | | | update for cr. update whisper test.subtly2015-02-091-8/+11
| | | | | | | | |
* | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-071-0/+18
|\| | | | | | | |
| * | | | | | | | Merge pull request #972 from chriseth/sol_structAccessorsGav Wood2015-02-071-0/+18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Accessors for structs.
| | * | | | | | | | Accessors for structs.Christian2015-02-071-0/+18
| | | | | | | | | |
* | | | | | | | | | update packet testsubtly2015-02-071-1/+1
| | | | | | | | | |
* | | | | | | | | | update remaining whisper testssubtly2015-02-071-24/+24
| | | | | | | | | |
* | | | | | | | | | update whisper topic and forwarding tests for node-discoverysubtly2015-02-071-40/+47
| | | | | | | | | |
* | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-0710-3/+497
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #971 from CJentzsch/addTestsGav Wood2015-02-074-2/+246
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | some new tests
| | * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-02-072-0/+35
| | |\| | | | | | | |
| | * | | | | | | | | sha3 performance testCJentzsch2015-02-071-25/+25
| | | | | | | | | | |
| | * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-02-064-1/+103
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | * | | | | | | | | failing tests from random simulation as state tests and transaction testsCJentzsch2015-02-061-0/+70
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'RefundOverflow' into addTestsCJentzsch2015-02-061-1/+29
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into RefundOverflowCJentzsch2015-02-0610-33/+237
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | |
| | | * | | | | | | | | add refundoverflow testCJentzsch2015-02-031-1/+29
| | | | | | | | | | | |
| | * | | | | | | | | | test block gas limitCJentzsch2015-02-061-1/+63
| | | | | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-02-0624-136/+2825
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | test with sha3 and gas = 2**32CJentzsch2015-01-191-1/+85
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #965 from debris/libnatspecGav Wood2015-02-072-0/+113
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | natspec separated to it's own module. tests
| | * | | | | | | | | | removed output messages in tests && spacesMarek Kotewicz2015-02-061-25/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'develop' into libnatspecMarek Kotewicz2015-02-061-0/+6
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'develop' into libnatspecMarek Kotewicz2015-02-063-1/+97
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | fixed natspec evaluator result on errorMarek Kotewicz2015-02-061-19/+32
| | | | | | | | | | | |
| | * | | | | | | | | | separated libnatspecMarek Kotewicz2015-02-052-0/+125
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Some fixes for the ether units parser.Christian2015-02-062-0/+35
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #963 from guanqun/disallow-void-varchriseth2015-02-061-0/+6
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | Disallow implicit declaration of void type.
| | * | | | | | | | disallow declaration of void typeLu Guanqun2015-02-061-0/+6
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.pivotaltracker.com/n/projects/1189488/stories/86318578
| * | | | | | | | Merge pull request #953 from LefterisJP/sol_ethSubDenominationsGav Wood2015-02-063-1/+97
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Solidity ether subdenominations
| | * | | | | | | Minor Style fixesLefteris Karapetsas2015-02-061-4/+4
| | | | | | | | |
| | * | | | | | | Tests and fixes for ether subdenominationsLefteris Karapetsas2015-02-051-13/+50
| | | | | | | | |
| | * | | | | | | Tests for ether subdenominations. Work in progressLefteris Karapetsas2015-02-053-1/+60
| | | | | | | | |
* | | | | | | | | updates for code-reviewsubtly2015-02-072-15/+15
| | | | | | | | |
* | | | | | | | | fix whispertopic testsubtly2015-02-051-10/+10
| | | | | | | | |
* | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-058-12/+49
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/Host.cpp
| * | | | | | | | Move CommonJS to libethcore. Split it up ready for refactoring intoGav Wood2015-02-052-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libdevcore/libdevcrypto.
| * | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-02-051-0/+36
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mix/MixClient.cpp
| | * \ \ \ \ \ \ \ Merge pull request #949 from guanqun/add-some-tests-for-named-argsGav Wood2015-02-051-0/+36
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | fix bug of duplicate name args due to refactoring of m_names
| | | * | | | | | | add several type error test casesLu Guanqun2015-02-051-0/+36
| | | | | | | | | |
| * | | | | | | | | Split canon blockchain and basic blockchain.Gav Wood2015-02-055-9/+9
| |/ / / / / / / /
* | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-055-19/+190
|\| | | | | | | |
| * | | | | | | | Merge pull request #948 from guanqun/add-some-tests-for-named-argsGav Wood2015-02-052-0/+28
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Add some tests for named args
| | * | | | | | | add two test cases parser error for named argsLu Guanqun2015-02-051-0/+18
| | | | | | | | |
| | * | | | | | | add a test case for disorder named argsLu Guanqun2015-02-051-0/+10
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge commit '2d09638fdec853d0d303141ad5ce97b1289153e0' into ethereumjsMarek Kotewicz2015-02-040-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Squashed 'libjsqrc/ethereumjs/' changes from a0cfa3c..f3e1797Marek Kotewicz2015-02-041-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f3e1797 fixed jsonrpc response 0 not handled properly git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: f3e1797153ebf5b19ca3e154cf1240be738e4f08
| * | | | | | | Merge pull request #942 from LefterisJP/accesorsFixGav Wood2015-02-041-4/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixing accesors test after visibility merge
| | * | | | | | | Fixing accesors test after visibility mergeLefteris Karapetsas2015-02-041-4/+4
| | | | | | | | |
| * | | | | | | | Test for named args.Gav Wood2015-02-041-0/+10
| | | | | | | | |
| * | | | | | | | Merge branch 'develop' into ethereumjsMarek Kotewicz2015-02-043-18/+146
| |\| | | | | | |
| | * | | | | | | Merge branch 'sol_visibility' of https://github.com/chriseth/cpp-ethereum ↵Gav Wood2015-02-043-19/+107
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into chriseth-sol_visibility Conflicts: test/SolidityNameAndTypeResolution.cpp
| | | * | | | | | | Visibility specifiers.Christian2015-02-033-17/+105
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge pull request #922 from LefterisJP/sol_AccessorsMappingGav Wood2015-02-042-1/+41
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Sol state variable accessors for mapping
| | | * | | | | | | Accessors for multiple mappings implementedLefteris Karapetsas2015-02-032-2/+16
| | | | | | | | | |
| | | * | | | | | | Code generation for mapping state variable accessorLefteris Karapetsas2015-02-011-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Work in progress
| | | * | | | | | | Adding mapping treatment to FunctionTypeLefteris Karapetsas2015-02-011-1/+9
| | | | |_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | Plus a TypeResolution test for it
| * | | | | | | | Merge commit 'f1cf1b28d797f0761c7cf6ea5236396326f0f682' into ethereumjsMarek Kotewicz2015-02-040-0/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from f1a5cf9..a0cfa3cMarek Kotewicz2015-02-0412-442/+777
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a0cfa3c version upgrade e58e2f5 jsonrpc.js tests && jsonrpc response validation is more strict 45134de jsonrpc.js file && batch polling f3ce1f0 simplified polling && jsonrpc payload creation ddc1719 tests && fixes for utils methods fdcc1af clearing tests 4a54b8c version upgrade 0.0.12 git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: a0cfa3ca21163f26f3f71a0e2ce0a1e617554c72
| * | | | | | | | Merge commit '699bed10c09a86983f357d3c2fd421c2dc28a2f6' into ethereumjsMarek Kotewicz2015-02-030-0/+0
| |\| | | | | | | | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/dist/ethereum.min.js
| | * | | | | | Squashed 'libjsqrc/ethereumjs/' changes from d516691..f1a5cf9Marek Kotewicz2015-02-033-124/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f1a5cf9 Merge branch 'develop' into cpp a5909d8 parsing events output 1860b3d gulp 03faec9 event outputParser && tests 4bb5ba7 reverted ethereum.js 9d9c23e common cleanup 1a6b7de removed splitter.qml 011fdd9 event_inc example 0994efa Better HTML template in Mix. Use happened in JS. Debugging QML enabled. git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: f1a5cf9128170b85428259c8b0ecfaed5b3e17d1
| * | | | | | | Revert State class changes for Mix.Gav Wood2015-02-031-3/+4
| | |_|/ / / / | |/| | | | |
| * | | | | | Don't count same messages twice.Gav Wood2015-02-021-0/+4
| | | | | | |
| * | | | | | Merge pull request #923 from arkpar/mix_txGav Wood2015-02-021-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | mix: Mining fixed
| | * | | | | | fixed block generation on minearkpar2015-02-011-2/+2
| | | |/ / / / | | |/| | | |
* | | | | | | update whisper test for node-networksubtly2015-02-031-6/+11
| | | | | | |
* | | | | | | Merge branch 'develop' into p2psubtly2015-02-0219-105/+2104
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/whisperTopic.cpp
| * | | | | | Make tests resistant to changes in order of declaration.Christian2015-02-012-29/+186
| |/ / / / /
| * | | | | Merge pull request #913 from arkpar/sol_abi_fixGav Wood2015-02-011-10/+147
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixed json ABI generation for events
| | * | | | | json and solidity ABI generted for eventsarkpar2015-01-311-10/+147
| | | | | | |
| * | | | | | Merge pull request #912 from debris/ethereumjsGav Wood2015-02-010-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | ethereumjs events
| | * \ \ \ \ \ Merge commit 'b0eff3fea412c5e33a5b8b98dc08f2d066d06513' into ethereumjsMarek Kotewicz2015-01-310-0/+0
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Squashed 'libjsqrc/ethereumjs/' changes from a8a2e32..589c4fbMarek Kotewicz2015-01-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 589c4fb formatInput && formatOutput simplified b20e972 few methods moved to utils git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: 589c4fb30f2e68972b898c5ce084cda5b0831266
| | * | | | | | Merge commit 'f8a1f53e759ac2232d5a2a2a899645a9a79c344e' into ethereumjsMarek Kotewicz2015-01-310-0/+0
| | |\| | | | | | | | |/ / / / | | |/| | | |
| | | * | | | Squashed 'libjsqrc/ethereumjs/' changes from 600c9dd..0b82a05Marek Kotewicz2015-01-311-4/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0b82a05 events 80c97ca events 2491c99 abi.js cleanup && new types.js, utils.js cf534d4 gulp 5689086 formatters separated 995861d event options git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: 0b82a05a75a0a7592e4fe391120f90d7cee495ac
| * | | | | | Fix scoping of event arguments.Christian2015-01-311-0/+9
| |/ / / / /
| * | | | | Merge pull request #908 from chriseth/sol_fix_eventsWithoutParametersGav Wood2015-01-311-0/+19
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix: No parameters for event.
| | * | | | | Fix: No parameters for event.Christian2015-01-311-0/+19
| | | | | | |
| * | | | | | updated json abi testsarkpar2015-01-311-0/+8
| |/ / / / /
| * | | | | Whisper now 100% encrypted.Gav Wood2015-01-301-6/+6
| | | | | |
| * | | | | Various fixes.Gav Wood2015-01-301-9/+9
| | | | | |
| * | | | | Dev.Gav Wood2015-01-301-1/+1
| | | | | |
| * | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-01-304-1/+121
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp test/SolidityParser.cpp
| | * \ \ \ \ Merge pull request #893 from chriseth/sol_eventsGav Wood2015-01-304-1/+121
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Events in Solidity
| | | * | | | | Padding fixes.Christian2015-01-301-3/+3
| | | | | | | |
| | | * | | | | Code generation for events.Christian2015-01-302-1/+51
| | | | | | | |
| | | * | | | | Parsing of events.Christian2015-01-302-0/+70
| | | | | | | |
| | * | | | | | Merge pull request #892 from debris/ethereumjsGav Wood2015-01-300-0/+0
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | ethereumjs events && more
| | | * | | | | Merge commit '86b70485a615c65919513426d407d7ab3c498a6f' into ethereumjsMarek Kotewicz2015-01-290-0/+0
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/dist/ethereum.min.js
| | | | * | | | Squashed 'libjsqrc/ethereumjs/' changes from 6d59047..94e0e5aMarek Kotewicz2015-01-296-4/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 94e0e5a Merge branch 'cpp' into cpp2 8613382 moved comment df17c33 event example c8ee08c contract.js simplified 842b8cf event.js e1c0862 Fix for API. 61e8ae2 events init 2544d2c tests for abi.filters ea7c2fc abi function type 63d9c07 fixed incoming messages 1345a8c log error on console, if api returns an error 83fad0f removed fromFixed, toFixed && offset from tests c2cb2be removed web3.eth.account, fixed #37 09f6335 fixed #23 42a25f2 evaluating solidity method input params git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: 94e0e5ab7d8ec9adcd03fedc3abe5cf6444a5123
| * | | | | | | Fallback functions.Christian2015-01-305-5/+101
| |/ / / / / /
| * | | | | | FunctionType now returns const ref for DeclarationLefteris Karapetsas2015-01-301-1/+1
| | | | | | |
| * | | | | | Removing Function and Param DescriptionLefteris Karapetsas2015-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removing FunctionDescription and ParamDescription. All the data should now be in the FunctionType - Plus using the FunctionTypePointer alias in a few places
| * | | | | | Contract Interface Functions now return FunctionTypeLefteris Karapetsas2015-01-301-9/+9
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enchanced Function Type by declaration so that it can provide all the required information at each place interface functions are consumed - Changed all places where interface functions was used. - Simplified Mix's FunctionDefinition code
| * | | | | Merge pull request #889 from LefterisJP/sol_ExprCompilerEncapsulationchriseth2015-01-292-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | No longer exposing retrieveValueFromStorage() as a public function
| | * | | | | No longer exposing retrieveValueFromStorage() as a public functionLefteris Karapetsas2015-01-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - plus small fix in EndToEndTests
| * | | | | | Merge pull request #887 from chriseth/sol_excludeStdchriseth2015-01-292-2/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Exclude standard contracts by default.
| | * | | | | Exclude standard contracts by default.Christian2015-01-292-2/+3
| | | | | | |
| * | | | | | Merge pull request #877 from chriseth/sol_superGav Wood2015-01-293-54/+29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Super keyword.
| | * | | | | | Remove test different_argument_numbers.Christian2015-01-291-51/+0
| | | | | | | |
| | * | | | | | Super keyword.Christian2015-01-293-4/+30
| | |/ / / / /
| * | | | | | Merge pull request #883 from debris/corsGav Wood2015-01-291-2/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | removed CorsHTTPServer
| | * | | | | | removed CorsHTTPServerMarek Kotewicz2015-01-281-2/+0
| | | | | | | |
| * | | | | | | Merge pull request #719 from winsvega/developGav Wood2015-01-297-13/+724
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | | Transaction rlp and vrs support in .json files
| | * | | | | namespace linewinsvega2015-01-281-1/+0
| | | | | | |
| | * | | | | some state testswinsvega2015-01-282-2/+46
| | | | | | |
| | * | | | | style changeswinsvega2015-01-242-10/+4
| | | | | | |
| | * | | | | minor changeswinsvega2015-01-241-12/+3
| | | | | | |
| | * | | | | Chris suggestionswinsvega2015-01-231-16/+15
| | | | | | |
| | * | | | | transaction.cpp update due to the code changeswinsvega2015-01-232-4/+4
| | | | | | |
| | * | | | | Merge remote-tracking branch 'ethereum/develop' into developwinsvega2015-01-2331-598/+7530
| | |\ \ \ \ \
| | * | | | | | transaction tests, bound testswinsvega2015-01-234-27/+268
| | | | | | | |
| | * | | | | | some testwinsvega2015-01-221-0/+28
| | | | | | | |
| | * | | | | | Transaction Testswinsvega2015-01-225-11/+426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transaction tests Transaction Test Work In Progress transaction test work in progress work in progress. check for transaction is valid Transaction Tests Work In Progress compiler error fix