Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1080 from debris/transactionCount | Gav Wood | 2015-02-18 | 1 | -0/+40 |
|\ | | | | | JSON-RPC transactionCount && uncleCount, fixed #1027 | ||||
| * | JSON-RPC transactionCount && uncleCount, fixed #1027 | Marek Kotewicz | 2015-02-18 | 1 | -0/+40 |
| | | |||||
* | | Merge pull request #1072 from chriseth/sol_external | Gav Wood | 2015-02-18 | 4 | -8/+149 |
|\ \ | | | | | | | bytes ABI type and external visibility specifier | ||||
| * | | Calldata byte arrays stored on the stack. | Christian | 2015-02-17 | 1 | -4/+32 |
| | | | |||||
| * | | loadFromMemoryDynamic | Christian | 2015-02-17 | 1 | -5/+5 |
| | | | |||||
| * | | No write access to parameters of external functions. | Christian | 2015-02-17 | 2 | -0/+45 |
| | | | |||||
| * | | "external" visibility specifier. | Christian | 2015-02-17 | 2 | -0/+68 |
| |/ | |||||
* | | Merge pull request #1070 from debris/shh_getMessages | Gav Wood | 2015-02-18 | 1 | -0/+10 |
|\ \ | | | | | | | added shh_getMessages, fixed #899 | ||||
| * | | added shh_getMessages, fixed #899 | Marek Kotewicz | 2015-02-17 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #1068 from imapp-pl/pr/performance_tests | Gav Wood | 2015-02-18 | 3 | -0/+1566 |
|\ \ \ | | | | | | | | | ManyFunctions performance test | ||||
| * | | | ManyFunctions performance test: replace xor with correct exp operator | Paweł Bylica | 2015-02-17 | 3 | -201/+229 |
| | | | | |||||
| * | | | ManyFunctions performance test: ~200 functions in a contract, half of them ↵ | Paweł Bylica | 2015-02-16 | 3 | -0/+1538 |
| |/ / | | | | | | | | | | are called randomly | ||||
* | | | Merge pull request #1066 from debris/include_order | Gav Wood | 2015-02-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | improved headers include_directories order, fixed #1022 | ||||
| * | | | fixed #1022 | Marek Kotewicz | 2015-02-16 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #1065 from CJentzsch/blockTests | Gav Wood | 2015-02-18 | 7 | -48/+1626 |
|\ \ \ | |_|/ |/| | | Block tests | ||||
| * | | OS independency by using file system | CJentzsch | 2015-02-16 | 2 | -337/+373 |
| | | | |||||
| * | | remove unnecessary function | CJentzsch | 2015-02-16 | 1 | -1/+0 |
| | | | |||||
| * | | fix typo | CJentzsch | 2015-02-16 | 2 | -51/+2 |
| | | | |||||
| * | | add invalid block header tests | CJentzsch | 2015-02-16 | 3 | -52/+1083 |
| | | | |||||
| * | | extra data fix | CJentzsch | 2015-02-16 | 3 | -132/+120 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-16 | 2 | -1/+16 |
| |\| | |||||
| * | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-14 | 7 | -28/+297 |
| |\ \ | |||||
| * | | | add possibility to create bad blocks in fillers | CJentzsch | 2015-02-14 | 3 | -277/+186 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-13 | 10 | -29/+529 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: test/transaction.cpp | ||||
| * | | | | switch to secretKey in fillers | CJentzsch | 2015-02-13 | 3 | -43/+64 |
| | | | | | |||||
| * | | | | fix tx output | CJentzsch | 2015-02-13 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | fix import transaction | CJentzsch | 2015-02-13 | 1 | -2/+29 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-13 | 2 | -1/+61 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-13 | 7 | -91/+349 |
| |\ \ \ \ \ | |||||
| * | | | | | | add valid tx output | CJentzsch | 2015-02-13 | 3 | -75/+266 |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-12 | 1 | -6/+6 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | style | CJentzsch | 2015-02-12 | 1 | -26/+22 |
| | | | | | | | | |||||
| * | | | | | | | avoid code doubling | CJentzsch | 2015-02-12 | 1 | -291/+223 |
| | | | | | | | | |||||
| * | | | | | | | check transactions | CJentzsch | 2015-02-11 | 5 | -85/+113 |
| | | | | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-11 | 26 | -1682/+2096 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/transaction.cpp | ||||
| * | | | | | | | | validate block (the not fill tests path) | CJentzsch | 2015-02-11 | 2 | -163/+179 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-10 | 10 | -75/+311 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | start with test defined genesis block | CJentzsch | 2015-02-10 | 4 | -182/+274 |
| | | | | | | | | | | |||||
| * | | | | | | | | | write block header and uncle list | CJentzsch | 2015-02-09 | 1 | -5/+27 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-07 | 11 | -3/+515 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | create block from transaction with genesis block as parent | CJentzsch | 2015-02-07 | 5 | -101/+169 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | include transaction list | CJentzsch | 2015-02-06 | 1 | -0/+22 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-06 | 10 | -12/+77 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | first definition of block tests - header only | CJentzsch | 2015-02-05 | 2 | -2/+203 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockTests | CJentzsch | 2015-02-04 | 21 | -109/+2302 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | new file block.cpp | CJentzsch | 2015-01-21 | 1 | -0/+21 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Removing events from Solidity Interface | Lefteris Karapetsas | 2015-02-17 | 1 | -26/+2 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Forced cleanup for conversion to enum. | Christian | 2015-02-14 | 1 | -0/+15 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Some changes to enums. | Christian | 2015-02-14 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #1011 from LefterisJP/jsonrpc_cpp_v0.4.2 | Gav Wood | 2015-02-14 | 1 | -15/+15 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Changes required for upgrade to jsonrpccpp 0.4.2 | ||||
| * | | | | | | | | | | | Changes required for upgrade to jsonrpccpp 0.4.2 | Lefteris Karapetsas | 2015-02-13 | 1 | -15/+15 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Removing ';' from the end of EnumDefinition | Lefteris Karapetsas | 2015-02-14 | 3 | -10/+10 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Explicit conversion from int to Enum | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+17 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Addressing issues with Enums in Solidity | Lefteris Karapetsas | 2015-02-14 | 2 | -20/+3 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Indentation fixes | Lefteris Karapetsas | 2015-02-14 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Enum Value member access should now work properly | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also detection of duplicate enum values and tests for them have been added | ||||
* | | | | | | | | | | | Enum type conversion and member value access. | Lefteris Karapetsas | 2015-02-14 | 2 | -1/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added tests for the type conversion part. - Enum member value access still needs some work | ||||
* | | | | | | | | | | | Correcting and testing enum member access | Lefteris Karapetsas | 2015-02-14 | 1 | -1/+16 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Enums NameAndTypeResolution - WIP | Lefteris Karapetsas | 2015-02-14 | 2 | -0/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also adding an EndToEnd enum test | ||||
* | | | | | | | | | | | Disallow trailing comma in Enum Declaration | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+14 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Introducing EnumType and some Parser tests | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+14 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Adding test for Enum Parsing | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+14 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #1040 from CJentzsch/performanceTests | Gav Wood | 2015-02-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | style - auto | ||||
| * | | | | | | | | | | | style - auto | CJentzsch | 2015-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Performance tests: more ackermann calls, fibonacci. | Paweł Bylica | 2015-02-13 | 2 | -11/+137 |
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ackermann(3, 1) - ackermann(3, 2) - fibonacci(10) - fibonacci(16) Contract code included: PerformanceTester.sol | ||||
* | | | | | | | | | | | Merge pull request #1039 from CJentzsch/performanceTests | Gav Wood | 2015-02-13 | 2 | -0/+64 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Performance test | ||||
| * | | | | | | | | | | use auto for steady clock and chrono::milliseconds | CJentzsch | 2015-02-13 | 1 | -8/+6 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | style fix | CJentzsch | 2015-02-13 | 1 | -32/+32 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | performance test | CJentzsch | 2015-02-13 | 2 | -0/+66 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #1037 from chriseth/sol_bytesCalldataToMemory | Gav Wood | 2015-02-13 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Copying calldata directly to memory. | ||||
| * | | | | | | | | | | Copying calldata directly to memory. | Christian | 2015-02-13 | 1 | -0/+15 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #1035 from winsvega/develop | Gav Wood | 2015-02-13 | 6 | -28/+449 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | New Tests | ||||
| * | | | | | | | | | | New Tests | winsvega | 2015-02-13 | 3 | -8/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction with RLP object and catching exceptions from importByteArray | ||||
| * | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | winsvega | 2015-02-13 | 7 | -94/+352 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | New Tests | winsvega | 2015-02-13 | 3 | -20/+292 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity test Transaction test update | ||||
| * | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | winsvega | 2015-02-11 | 5 | -3/+85 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | winsvega | 2015-02-10 | 23 | -136/+1249 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #1038 from debris/before_jsoncpp | Gav Wood | 2015-02-13 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | fixed issue with including wrong json/json.h file | ||||
| * | | | | | | | | | | fixed issue with including wrong json/json.h file | Marek Kotewicz | 2015-02-13 | 1 | -2/+3 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Copying structs. | Christian | 2015-02-13 | 2 | -1/+61 |
| |_|_|_|/ / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-13 | 1 | -0/+39 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #1029 from chriseth/sol_bytesContinuation | Gav Wood | 2015-02-13 | 1 | -0/+39 |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | length member for bytes | ||||
| | * | | | | | | | | | length member for byte arrays. | Christian | 2015-02-12 | 1 | -0/+15 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Test for bytes in mapping. | Christian | 2015-02-12 | 1 | -0/+24 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-13 | 4 | -7/+138 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: eth/main.cpp libwebthree/WebThree.cpp libwebthree/WebThree.h neth/main.cpp | ||||
| * | | | | | | | | | | Merge pull request #1019 from chriseth/sol_bytes | Gav Wood | 2015-02-12 | 2 | -2/+133 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic implementation of byte arrays. | ||||
| | * | | | | | | | | | Moved copy code to CompilerUtils. | Christian | 2015-02-12 | 2 | -11/+60 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Dynamic copy to memory. | Christian | 2015-02-12 | 1 | -44/+42 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Simple copy of bytes to storage. | Christian | 2015-02-12 | 1 | -3/+62 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Tests and some code for msg.data. | Christian | 2015-02-12 | 1 | -0/+25 |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #999 from debris/jsoncpp_path | Gav Wood | 2015-02-12 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | fixed jsoncpp find_path | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'jsoncpp_path' of https://github.com/debris/cpp-ethereum into ↵ | Marek Kotewicz | 2015-02-12 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jsoncpp_path | ||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'develop' into jsoncpp_path | debris | 2015-02-11 | 31 | -1772/+2158 |
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / | | | | |/| | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'develop' into jsoncpp_path | Marek Kotewicz | 2015-02-12 | 1 | -6/+6 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'develop' into jsoncpp_path | Marek Kotewicz | 2015-02-11 | 31 | -1772/+2158 |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | / / / / / / / | | | | |/ / / / / / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | fixed jsoncpp find_path | Marek Kotewicz | 2015-02-10 | 2 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Another try in fixing windows build. | Christian | 2015-02-12 | 1 | -3/+3 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-12 | 1 | -6/+6 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Some windows fixes. | Christian | 2015-02-12 | 1 | -6/+6 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-12 | 0 | -0/+0 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #979 from debris/win_fixes | Marek Kotewicz | 2015-02-12 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | windows fixes | ||||
| | * | | | | | | | | fixed transitive dependencies for msvc | debris | 2015-02-11 | 1 | -6/+0 |
| | | | | | | | | | | |||||
| | * | | | | | | | | cmake mess | debris | 2015-02-09 | 1 | -0/+6 |
| | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
* | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-11 | 31 | -1772/+2158 |
|\| | | | | | | | | |||||
| * | | | | | | | | Test stuff into cpp from header. | Gav Wood | 2015-02-11 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional debug stuff in cmake. | ||||
| * | | | | | | | | Merge pull request #916 from winsvega/develop | Gav Wood | 2015-02-11 | 24 | -1705/+2009 |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | transaction address length test fix | ||||
| | * | | | | | | | Test related | winsvega | 2015-02-10 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constant in TestHelper.h Exception in TestHelper.h | ||||
| | * | | | | | | | Bigint | winsvega | 2015-02-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bigint(1) << 256 | ||||
| | * | | | | | | | Style Changes | winsvega | 2015-02-07 | 5 | -261/+260 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New exception for values larger than 2**256 Auto format .json files | ||||
| | * | | | | | | | TransactionTest | winsvega | 2015-02-07 | 2 | -68/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorrect receiver address ength | ||||
| | * | | | | | | | nonce value from 0 to "0" in fillers | winsvega | 2015-02-06 | 21 | -1410/+1707 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | winsvega | 2015-02-01 | 12 | -97/+1257 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | state test conditions to filler files | winsvega | 2015-02-01 | 1 | -0/+16 |
| | | | | | | | | | | |||||
| | * | | | | | | | | transaction address length test fix | winsvega | 2015-02-01 | 2 | -33/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | small fixes per chris's comments | Lu Guanqun | 2015-02-10 | 2 | -5/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | add two more exp tests | Lu Guanqun | 2015-02-10 | 1 | -0/+18 |
| | | | | | | | | | | |||||
| * | | | | | | | | | add exponent operator | Lu Guanqun | 2015-02-10 | 2 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.pivotaltracker.com/n/projects/1189488/stories/83746404 | ||||
| * | | | | | | | | | Arbitrary parameters for call() and all hash functions. | Christian | 2015-02-10 | 1 | -0/+23 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #986 from LefterisJP/sol_StyleFix | chriseth | 2015-02-10 | 5 | -67/+67 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | Solidity enum style fix | ||||
| | * | | | | | | | Addressing issues in Enum style fix | Lefteris Karapetsas | 2015-02-10 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Styling in Natspec Enums | Lefteris Karapetsas | 2015-02-09 | 3 | -4/+4 |
| | | | | | | | | | |||||
| | * | | | | | | | Camelcasing enums in Types.h | Lefteris Karapetsas | 2015-02-09 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Changing Solidity Code to use CamelCase enum values | Lefteris Karapetsas | 2015-02-09 | 1 | -62/+62 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-10 | 3 | -6/+41 |
|\| | | | | | | | | |||||
| * | | | | | | | | Fixed #988. | Gav Wood | 2015-02-10 | 2 | -3/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #975 from debris/jsonrpcstub | Gav Wood | 2015-02-10 | 1 | -3/+33 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | jsonrpcstub integreted into cmake build process | ||||
| | * | | | | | | | missing commands in client | Marek Kotewicz | 2015-02-07 | 1 | -0/+20 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'develop' into jsonrpcstub | Marek Kotewicz | 2015-02-07 | 9 | -2/+412 |
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | |||||
| | * | | | | | | | jsonrpcstub integreted into cmake build process | Marek Kotewicz | 2015-02-07 | 1 | -3/+13 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-10 | 3 | -0/+140 |
|\| | | | | | | | | |||||
| * | | | | | | | | - implemented Empty parameter name story. Now the name of input/return ↵ | Liana Husikyan | 2015-02-09 | 3 | -0/+140 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameters of function can be not specified. - added appropriate tests Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp | ||||
* | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-09 | 1 | -2/+63 |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge pull request #937 from LefterisJP/sol_MultiArgSHA3 | chriseth | 2015-02-09 | 1 | -2/+63 |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Solidity multiple arg sha3 | ||||
| | * | | | | | | | Small fixes for proper multitype/multiarg SHA3 | Lefteris Karapetsas | 2015-02-07 | 1 | -9/+8 |
| | | | | | | | | | |||||
| | * | | | | | | | SHA3 of string literals now should work | Lefteris Karapetsas | 2015-02-06 | 1 | -1/+44 |
| | | | | | | | | | |||||
| | * | | | | | | | appendArgumentsCopyToMemory() has more complicated logic now | Lefteris Karapetsas | 2015-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Plus other fixes. | ||||
| | * | | | | | | | Solidity SHA3 can now take multiple arguments | Lefteris Karapetsas | 2015-02-06 | 1 | -0/+19 |
| | | | | | | | | | |||||
* | | | | | | | | | update for cr. update whisper test. | subtly | 2015-02-09 | 1 | -8/+11 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-07 | 1 | -0/+18 |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge pull request #972 from chriseth/sol_structAccessors | Gav Wood | 2015-02-07 | 1 | -0/+18 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Accessors for structs. | ||||
| | * | | | | | | | | Accessors for structs. | Christian | 2015-02-07 | 1 | -0/+18 |
| | | | | | | | | | | |||||
* | | | | | | | | | | update packet test | subtly | 2015-02-07 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | update remaining whisper tests | subtly | 2015-02-07 | 1 | -24/+24 |
| | | | | | | | | | | |||||
* | | | | | | | | | | update whisper topic and forwarding tests for node-discovery | subtly | 2015-02-07 | 1 | -40/+47 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-07 | 10 | -3/+497 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #971 from CJentzsch/addTests | Gav Wood | 2015-02-07 | 4 | -2/+246 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | some new tests | ||||
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-02-07 | 2 | -0/+35 |
| | |\| | | | | | | | | |||||
| | * | | | | | | | | | sha3 performance test | CJentzsch | 2015-02-07 | 1 | -25/+25 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-02-06 | 4 | -1/+103 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | | | |||||
| | * | | | | | | | | | failing tests from random simulation as state tests and transaction tests | CJentzsch | 2015-02-06 | 1 | -0/+70 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'RefundOverflow' into addTests | CJentzsch | 2015-02-06 | 1 | -1/+29 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into RefundOverflow | CJentzsch | 2015-02-06 | 10 | -33/+237 |
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | | | |||||
| | | * | | | | | | | | | add refundoverflow test | CJentzsch | 2015-02-03 | 1 | -1/+29 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | test block gas limit | CJentzsch | 2015-02-06 | 1 | -1/+63 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-02-06 | 24 | -136/+2825 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | test with sha3 and gas = 2**32 | CJentzsch | 2015-01-19 | 1 | -1/+85 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #965 from debris/libnatspec | Gav Wood | 2015-02-07 | 2 | -0/+113 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | natspec separated to it's own module. tests | ||||
| | * | | | | | | | | | | removed output messages in tests && spaces | Marek Kotewicz | 2015-02-06 | 1 | -25/+0 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'develop' into libnatspec | Marek Kotewicz | 2015-02-06 | 1 | -0/+6 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'develop' into libnatspec | Marek Kotewicz | 2015-02-06 | 3 | -1/+97 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | fixed natspec evaluator result on error | Marek Kotewicz | 2015-02-06 | 1 | -19/+32 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | separated libnatspec | Marek Kotewicz | 2015-02-05 | 2 | -0/+125 |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Some fixes for the ether units parser. | Christian | 2015-02-06 | 2 | -0/+35 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #963 from guanqun/disallow-void-var | chriseth | 2015-02-06 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | Disallow implicit declaration of void type. | ||||
| | * | | | | | | | | disallow declaration of void type | Lu Guanqun | 2015-02-06 | 1 | -0/+6 |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.pivotaltracker.com/n/projects/1189488/stories/86318578 | ||||
| * | | | | | | | | Merge pull request #953 from LefterisJP/sol_ethSubDenominations | Gav Wood | 2015-02-06 | 3 | -1/+97 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Solidity ether subdenominations | ||||
| | * | | | | | | | Minor Style fixes | Lefteris Karapetsas | 2015-02-06 | 1 | -4/+4 |
| | | | | | | | | | |||||
| | * | | | | | | | Tests and fixes for ether subdenominations | Lefteris Karapetsas | 2015-02-05 | 1 | -13/+50 |
| | | | | | | | | | |||||
| | * | | | | | | | Tests for ether subdenominations. Work in progress | Lefteris Karapetsas | 2015-02-05 | 3 | -1/+60 |
| | | | | | | | | | |||||
* | | | | | | | | | updates for code-review | subtly | 2015-02-07 | 2 | -15/+15 |
| | | | | | | | | | |||||
* | | | | | | | | | fix whispertopic test | subtly | 2015-02-05 | 1 | -10/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-05 | 8 | -12/+49 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/Host.cpp | ||||
| * | | | | | | | | Move CommonJS to libethcore. Split it up ready for refactoring into | Gav Wood | 2015-02-05 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libdevcore/libdevcrypto. | ||||
| * | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-02-05 | 1 | -0/+36 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mix/MixClient.cpp | ||||
| | * \ \ \ \ \ \ \ | Merge pull request #949 from guanqun/add-some-tests-for-named-args | Gav Wood | 2015-02-05 | 1 | -0/+36 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | fix bug of duplicate name args due to refactoring of m_names | ||||
| | | * | | | | | | | add several type error test cases | Lu Guanqun | 2015-02-05 | 1 | -0/+36 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Split canon blockchain and basic blockchain. | Gav Wood | 2015-02-05 | 5 | -9/+9 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-05 | 5 | -19/+190 |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge pull request #948 from guanqun/add-some-tests-for-named-args | Gav Wood | 2015-02-05 | 2 | -0/+28 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Add some tests for named args | ||||
| | * | | | | | | | add two test cases parser error for named args | Lu Guanqun | 2015-02-05 | 1 | -0/+18 |
| | | | | | | | | | |||||
| | * | | | | | | | add a test case for disorder named args | Lu Guanqun | 2015-02-05 | 1 | -0/+10 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Merge commit '2d09638fdec853d0d303141ad5ce97b1289153e0' into ethereumjs | Marek Kotewicz | 2015-02-04 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from a0cfa3c..f3e1797 | Marek Kotewicz | 2015-02-04 | 1 | -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/accesorsFix | Gav Wood | 2015-02-04 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixing accesors test after visibility merge | ||||
| | * | | | | | | | Fixing accesors test after visibility merge | Lefteris Karapetsas | 2015-02-04 | 1 | -4/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Test for named args. | Gav Wood | 2015-02-04 | 1 | -0/+10 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'develop' into ethereumjs | Marek Kotewicz | 2015-02-04 | 3 | -18/+146 |
| |\| | | | | | | | |||||
| | * | | | | | | | Merge branch 'sol_visibility' of https://github.com/chriseth/cpp-ethereum ↵ | Gav Wood | 2015-02-04 | 3 | -19/+107 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into chriseth-sol_visibility Conflicts: test/SolidityNameAndTypeResolution.cpp | ||||
| | | * | | | | | | | Visibility specifiers. | Christian | 2015-02-03 | 3 | -17/+105 |
| | | | |_|/ / / / | | | |/| | | | | | |||||
| | * | | | | | | | Merge pull request #922 from LefterisJP/sol_AccessorsMapping | Gav Wood | 2015-02-04 | 2 | -1/+41 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Sol state variable accessors for mapping | ||||
| | | * | | | | | | | Accessors for multiple mappings implemented | Lefteris Karapetsas | 2015-02-03 | 2 | -2/+16 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Code generation for mapping state variable accessor | Lefteris Karapetsas | 2015-02-01 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Work in progress | ||||
| | | * | | | | | | | Adding mapping treatment to FunctionType | Lefteris Karapetsas | 2015-02-01 | 1 | -1/+9 |
| | | | |_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | Plus a TypeResolution test for it | ||||
| * | | | | | | | | Merge commit 'f1cf1b28d797f0761c7cf6ea5236396326f0f682' into ethereumjs | Marek Kotewicz | 2015-02-04 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||||
| | * | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from f1a5cf9..a0cfa3c | Marek Kotewicz | 2015-02-04 | 12 | -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 ethereumjs | Marek Kotewicz | 2015-02-03 | 0 | -0/+0 |
| |\| | | | | | | | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/dist/ethereum.min.js | ||||
| | * | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from d516691..f1a5cf9 | Marek Kotewicz | 2015-02-03 | 3 | -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 Wood | 2015-02-03 | 1 | -3/+4 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Don't count same messages twice. | Gav Wood | 2015-02-02 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #923 from arkpar/mix_tx | Gav Wood | 2015-02-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | mix: Mining fixed | ||||
| | * | | | | | | fixed block generation on mine | arkpar | 2015-02-01 | 1 | -2/+2 |
| | | |/ / / / | | |/| | | | | |||||
* | | | | | | | update whisper test for node-network | subtly | 2015-02-03 | 1 | -6/+11 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-02 | 19 | -105/+2104 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/whisperTopic.cpp | ||||
| * | | | | | | Make tests resistant to changes in order of declaration. | Christian | 2015-02-01 | 2 | -29/+186 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #913 from arkpar/sol_abi_fix | Gav Wood | 2015-02-01 | 1 | -10/+147 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fixed json ABI generation for events | ||||
| | * | | | | | json and solidity ABI generted for events | arkpar | 2015-01-31 | 1 | -10/+147 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #912 from debris/ethereumjs | Gav Wood | 2015-02-01 | 0 | -0/+0 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | ethereumjs events | ||||
| | * \ \ \ \ \ | Merge commit 'b0eff3fea412c5e33a5b8b98dc08f2d066d06513' into ethereumjs | Marek Kotewicz | 2015-01-31 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Squashed 'libjsqrc/ethereumjs/' changes from a8a2e32..589c4fb | Marek Kotewicz | 2015-01-31 | 1 | -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 ethereumjs | Marek Kotewicz | 2015-01-31 | 0 | -0/+0 |
| | |\| | | | | | | | |/ / / / | | |/| | | | | |||||
| | | * | | | | Squashed 'libjsqrc/ethereumjs/' changes from 600c9dd..0b82a05 | Marek Kotewicz | 2015-01-31 | 1 | -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. | Christian | 2015-01-31 | 1 | -0/+9 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #908 from chriseth/sol_fix_eventsWithoutParameters | Gav Wood | 2015-01-31 | 1 | -0/+19 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix: No parameters for event. | ||||
| | * | | | | | Fix: No parameters for event. | Christian | 2015-01-31 | 1 | -0/+19 |
| | | | | | | | |||||
| * | | | | | | updated json abi tests | arkpar | 2015-01-31 | 1 | -0/+8 |
| |/ / / / / | |||||
| * | | | | | Whisper now 100% encrypted. | Gav Wood | 2015-01-30 | 1 | -6/+6 |
| | | | | | | |||||
| * | | | | | Various fixes. | Gav Wood | 2015-01-30 | 1 | -9/+9 |
| | | | | | | |||||
| * | | | | | Dev. | Gav Wood | 2015-01-30 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-01-30 | 4 | -1/+121 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp test/SolidityParser.cpp | ||||
| | * \ \ \ \ | Merge pull request #893 from chriseth/sol_events | Gav Wood | 2015-01-30 | 4 | -1/+121 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Events in Solidity | ||||
| | | * | | | | | Padding fixes. | Christian | 2015-01-30 | 1 | -3/+3 |
| | | | | | | | | |||||
| | | * | | | | | Code generation for events. | Christian | 2015-01-30 | 2 | -1/+51 |
| | | | | | | | | |||||
| | | * | | | | | Parsing of events. | Christian | 2015-01-30 | 2 | -0/+70 |
| | | | | | | | | |||||
| | * | | | | | | Merge pull request #892 from debris/ethereumjs | Gav Wood | 2015-01-30 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ethereumjs events && more | ||||
| | | * | | | | | Merge commit '86b70485a615c65919513426d407d7ab3c498a6f' into ethereumjs | Marek Kotewicz | 2015-01-29 | 0 | -0/+0 |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/dist/ethereum.min.js | ||||
| | | | * | | | | Squashed 'libjsqrc/ethereumjs/' changes from 6d59047..94e0e5a | Marek Kotewicz | 2015-01-29 | 6 | -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. | Christian | 2015-01-30 | 5 | -5/+101 |
| |/ / / / / / | |||||
| * | | | | | | FunctionType now returns const ref for Declaration | Lefteris Karapetsas | 2015-01-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Removing Function and Param Description | Lefteris Karapetsas | 2015-01-30 | 1 | -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 FunctionType | Lefteris Karapetsas | 2015-01-30 | 1 | -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_ExprCompilerEncapsulation | chriseth | 2015-01-29 | 2 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | No longer exposing retrieveValueFromStorage() as a public function | ||||
| | * | | | | | No longer exposing retrieveValueFromStorage() as a public function | Lefteris Karapetsas | 2015-01-29 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - plus small fix in EndToEndTests | ||||
| * | | | | | | Merge pull request #887 from chriseth/sol_excludeStd | chriseth | 2015-01-29 | 2 | -2/+3 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Exclude standard contracts by default. | ||||
| | * | | | | | Exclude standard contracts by default. | Christian | 2015-01-29 | 2 | -2/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #877 from chriseth/sol_super | Gav Wood | 2015-01-29 | 3 | -54/+29 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Super keyword. | ||||
| | * | | | | | | Remove test different_argument_numbers. | Christian | 2015-01-29 | 1 | -51/+0 |
| | | | | | | | | |||||
| | * | | | | | | Super keyword. | Christian | 2015-01-29 | 3 | -4/+30 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #883 from debris/cors | Gav Wood | 2015-01-29 | 1 | -2/+0 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | removed CorsHTTPServer | ||||
| | * | | | | | | removed CorsHTTPServer | Marek Kotewicz | 2015-01-28 | 1 | -2/+0 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #719 from winsvega/develop | Gav Wood | 2015-01-29 | 7 | -13/+724 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | | | Transaction rlp and vrs support in .json files | ||||
| | * | | | | | namespace line | winsvega | 2015-01-28 | 1 | -1/+0 |
| | | | | | | | |||||
| | * | | | | | some state tests | winsvega | 2015-01-28 | 2 | -2/+46 |
| | | | | | | | |||||
| | * | | | | | style changes | winsvega | 2015-01-24 | 2 | -10/+4 |
| | | | | | | | |||||
| | * | | | | | minor changes | winsvega | 2015-01-24 | 1 | -12/+3 |
| | | | | | | | |||||
| | * | | | | | Chris suggestions | winsvega | 2015-01-23 | 1 | -16/+15 |
| | | | | | | | |||||
| | * | | | | | transaction.cpp update due to the code changes | winsvega | 2015-01-23 | 2 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | Merge remote-tracking branch 'ethereum/develop' into develop | winsvega | 2015-01-23 | 31 | -598/+7530 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | transaction tests, bound tests | winsvega | 2015-01-23 | 4 | -27/+268 |
| | | | | | | | | |||||
| | * | | | | | | some test | winsvega | 2015-01-22 | 1 | -0/+28 |
| | | | | | | | | |||||
| | * | | | | | | Transaction Tests | winsvega | 2015-01-22 | 5 | -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 |