Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Refactor toJson out into separate file. | Gav Wood | 2015-06-15 | 0 | -0/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Admin methods. | Gav Wood | 2015-06-13 | 0 | -0/+0 | |
| * | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-06-13 | 2 | -0/+10 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Optimize RETURN x 0 to STOP. | chriseth | 2015-06-12 | 1 | -0/+8 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | expectOut fill section to vmTests | Dimitry | 2015-06-11 | 1 | -0/+2 | |
| * | | | | | | First JSONRPC admin method. | Gav Wood | 2015-06-12 | 0 | -0/+0 | |
| * | | | | | | Allow unlocking of wallets over RPC. | Gav Wood | 2015-06-12 | 0 | -0/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge remote-tracking branch 'upstream/develop' into evmjit-develop | Paweł Bylica | 2015-06-11 | 3 | -2/+503 | |
|\| | | | | | ||||||
| * | | | | | Merge pull request #2148 from chriseth/sol_walletTests | Gav Wood | 2015-06-11 | 1 | -0/+491 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Wallet tests. | chriseth | 2015-06-11 | 1 | -0/+491 | |
| * | | | | | | Merge pull request #2107 from debris/web3_5.0 | Gav Wood | 2015-06-11 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge commit '8d6d0f84c18542369a0cdc8e9618c7e2fbf0bf6b' into web3_5.0 | Marek Kotewicz | 2015-06-07 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | Squashed 'libjsqrc/ethereumjs/' changes from 16861fc..ca46cb5 | Marek Kotewicz | 2015-06-07 | 9 | -198/+240 | |
| * | | | | | | Merge pull request #2108 from debris/filter_blockHash | Gav Wood | 2015-06-11 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into filte... | Marek Kotewicz | 2015-06-10 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into filte... | Marek Kotewicz | 2015-06-10 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'eth_newPendingTransactionFilter' into filter_blockHash | Marek Kotewicz | 2015-06-09 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | udpated eth_compileSolidity | Marek Kotewicz | 2015-06-09 | 0 | -0/+0 | |
| | * | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into filte... | Marek Kotewicz | 2015-06-09 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | new Ex methods | Marek Kotewicz | 2015-06-08 | 0 | -0/+0 | |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2120 from winsvega/issues | Gav Wood | 2015-06-10 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Precomp. Contracts from Transaction: one more test | Dimitry | 2015-06-10 | 0 | -0/+0 | |
| | * | | | | | | | | | | stPrecompiledContracts from transaction test | Dimitry | 2015-06-10 | 1 | -0/+10 | |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Added missing source locations for new memory management code. | chriseth | 2015-06-10 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Add code hash to VM tester. | Paweł Bylica | 2015-06-11 | 0 | -0/+0 | |
* | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into evmjit-develop | Paweł Bylica | 2015-06-11 | 12 | -293/+620 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2122 from chriseth/sol_memoryArrays2 | chriseth | 2015-06-10 | 2 | -12/+49 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Use dynamic memory for argument encoding. | chriseth | 2015-06-09 | 2 | -12/+49 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2114 from LianaHus/sol_byte0_in_storage | chriseth | 2015-06-10 | 2 | -44/+9 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | cleaned up the tests | Liana Husikyan | 2015-06-09 | 2 | -34/+14 | |
| | * | | | | | | | | removed byte0 keyword | Liana Husikyan | 2015-06-08 | 2 | -33/+1 | |
| | * | | | | | | | | added test | Liana Husikyan | 2015-06-08 | 1 | -17/+34 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc | arkpar | 2015-06-10 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #2112 from chfast/refactor_move_override | Gav Wood | 2015-06-09 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Remove pessimising moves. | Paweł Bylica | 2015-06-08 | 0 | -0/+0 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merge pull request #2106 from debris/eth_newPendingTransactionFilter | Gav Wood | 2015-06-09 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | | * | | | | | | eth_newPendingTransactionFilter | Marek Kotewicz | 2015-06-07 | 0 | -0/+0 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge pull request #2111 from CJentzsch/addTests | Gav Wood | 2015-06-09 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | | * | | | | | move test from stSpecialTest to transaction test | CJentzsch | 2015-06-08 | 0 | -0/+0 | |
| | | * | | | | | add sec80 test as provided by sec | CJentzsch | 2015-06-08 | 0 | -0/+0 | |
| | | * | | | | | all precompiled contracts tests as CALLCODE | CJentzsch | 2015-06-08 | 0 | -0/+0 | |
| | | * | | | | | add precompiled contracts with prefixed 0's and retune gas limit | CJentzsch | 2015-06-08 | 0 | -0/+0 | |
| | | |/ / / / | ||||||
| * | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into | arkpar | 2015-06-09 | 1 | -1/+3 | |
| |\| | | | | | ||||||
| | * | | | | | Merge pull request #2025 from imapp-pl/refactor_executive | Gav Wood | 2015-06-08 | 1 | -1/+3 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Rename Executive::collectResult -> setResultRecipient. | Paweł Bylica | 2015-06-08 | 1 | -1/+1 | |
| | | * | | | | Merge remote-tracking branch 'upstream/develop' into refactor_executive | Paweł Bylica | 2015-06-03 | 10 | -220/+279 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Rename Executive::setResultRef -> collectResult. | Paweł Bylica | 2015-05-28 | 1 | -1/+1 | |
| | | * | | | | | Change the way execution results are collected. | Paweł Bylica | 2015-05-28 | 1 | -1/+3 | |
| | | * | | | | | Change VM interface to return a copy of output. | Paweł Bylica | 2015-05-27 | 0 | -0/+0 | |
| * | | | | | | | codeHash in ExtVM | arkpar | 2015-06-08 | 0 | -0/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2103 from chriseth/sol_fix_sequenceError | Gav Wood | 2015-06-07 | 1 | -1/+27 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Quick fix to not access inaccessible sequences. | chriseth | 2015-06-06 | 1 | -1/+2 | |
| | * | | | | | | Test for the invalid sequence access bug. | chriseth | 2015-06-06 | 1 | -0/+25 | |
| * | | | | | | | Merge pull request #2102 from chriseth/sol_iszeroiszero | Gav Wood | 2015-06-07 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Optimize double ISZERO. | chriseth | 2015-06-06 | 1 | -0/+10 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2091 from gluk256/v_test_refactor | Gav Wood | 2015-06-07 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update peer.cpp | gluk256 | 2015-06-05 | 0 | -0/+0 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | fixed peer test | Vlad Gluhovsky | 2015-06-05 | 1 | -5/+1 | |
| * | | | | | | | Merge pull request #2089 from winsvega/issues | Gav Wood | 2015-06-07 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | VM Filler: Style | Dimitry | 2015-06-05 | 0 | -0/+0 | |
| | * | | | | | | | Issues: VMTest filler fix | Dimitry | 2015-06-04 | 0 | -0/+0 | |
| * | | | | | | | | sec-80 test | CJentzsch | 2015-06-07 | 0 | -0/+0 | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-06-06 | 6 | -8/+226 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #2096 from chriseth/sol_constantFallback | chriseth | 2015-06-06 | 1 | -0/+22 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Bare functions return success condition. | chriseth | 2015-06-05 | 1 | -0/+22 | |
| | * | | | | | | | | Merge pull request #2084 from chriseth/sol_computeConstants | chriseth | 2015-06-06 | 2 | -1/+47 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Compute constants | chriseth | 2015-06-05 | 2 | -1/+47 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | * / | | | | | | Ability to specify the storage location of a reference type. | chriseth | 2015-06-05 | 3 | -7/+82 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Merge pull request #2074 from LianaHus/sol_PosIntegerLiteralsConversation | chriseth | 2015-06-05 | 2 | -0/+75 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | fixed assigning negative number to unsigned | Liana Husikyan | 2015-06-04 | 1 | -0/+10 | |
| | | * | | | | | | - style fixes | Liana Husikyan | 2015-06-04 | 1 | -0/+10 | |
| | | * | | | | | | - conversion of positive literals to signed int | Liana Husikyan | 2015-06-04 | 2 | -0/+44 | |
| | | * | | | | | | test | Liana Husikyan | 2015-06-04 | 1 | -0/+11 | |
| | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Merge pull request #1581 from ethereum/whisper | Gav Wood | 2015-06-05 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | update whisper tests | subtly | 2015-06-04 | 0 | -0/+0 | |
| | | * | | | | | | Merge branch 'develop' into whisper | subtly | 2015-06-04 | 11 | -375/+824 | |
| | | |\| | | | | | ||||||
| | | * | | | | | | Merge branch 'develop' into whisper | subtly | 2015-05-11 | 5 | -20/+171 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | update whisper test to use fixture for new network code, to allow private add... | subtly | 2015-05-09 | 0 | -0/+0 | |
| | | * | | | | | | | Merge branch 'develop' into whisper | subtly | 2015-05-09 | 89 | -50634/+841 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Merge branch 'p2p' into whisper | subtly | 2015-04-11 | 29 | -227/+5915 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'p2p' into whisper | subtly | 2015-04-08 | 9 | -10/+1338 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | Merge branch 'p2p' into whisper | subtly | 2015-04-06 | 0 | -0/+0 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into whisper | subtly | 2015-04-06 | 21 | -21/+71 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | reenable whisper tests | subtly | 2015-04-05 | 1 | -3/+1 | |
| | | * | | | | | | | | | | | | fix first whisper test | subtly | 2015-04-05 | 1 | -41/+36 | |
| | * | | | | | | | | | | | | | Fix network tests: delete host pointers after use. | subtly | 2015-06-04 | 0 | -0/+0 | |
| | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fix expected section | CJentzsch | 2015-06-05 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | add call-a-suicided-contract-again-test | CJentzsch | 2015-06-05 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | style | CJentzsch | 2015-06-05 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | log on OOG call | CJentzsch | 2015-06-05 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | retune gas cost of recursive bombs | CJentzsch | 2015-06-05 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | style | CJentzsch | 2015-06-05 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-06-04 | 0 | -0/+0 | |
| |\| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge pull request #2082 from gluk256/v_refactor | Gav Wood | 2015-06-04 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | refactored the topic naming conventions | Vlad Gluhovsky | 2015-06-04 | 0 | -0/+0 | |
| | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | ||||||
| | * / | | | | | | | | | | TransactionTest: V = unit64+28 | Dimitry | 2015-06-04 | 0 | -0/+0 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | some data copy tests | CJentzsch | 2015-06-04 | 0 | -0/+0 | |
| * | | | | | | | | | | | add tests for returning from call and then hitting 1024 stack limit depth | CJentzsch | 2015-06-04 | 0 | -0/+0 | |
| * | | | | | | | | | | | add blockhash DOS attack test | CJentzsch | 2015-06-04 | 0 | -0/+0 | |
| * | | | | | | | | | | | add gasLimit is zero blockchain test | CJentzsch | 2015-06-04 | 0 | -0/+0 | |
| * | | | | | | | | | | | add ability to test unsigned transaction | CJentzsch | 2015-06-04 | 1 | -1/+15 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2058 from CJentzsch/uncleisbrother | Gav Wood | 2015-06-03 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | style | CJentzsch | 2015-06-02 | 0 | -0/+0 | |
| | * | | | | | | | | | | fix bruncle test | CJentzsch | 2015-06-02 | 0 | -0/+0 | |
| | * | | | | | | | | | | add EqualUncleInTwoDifferentBlocks test | CJentzsch | 2015-06-02 | 0 | -0/+0 | |
| | * | | | | | | | | | | fix block chain tests creation | CJentzsch | 2015-06-02 | 0 | -0/+0 | |
| | * | | | | | | | | | | add ambiguous push test | CJentzsch | 2015-06-02 | 0 | -0/+0 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_r... | Paweł Bylica | 2015-06-02 | 10 | -220/+279 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #2003 from winsvega/fuzz | Gav Wood | 2015-06-02 | 2 | -3/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Random Code: build issues | Dimitry | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | Random code: style | Dimitry | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | Random Code: cath fill exceptions | Dimitry | 2015-06-01 | 1 | -1/+1 | |
| | | * | | | | | | | | | Random Code: smart opcode fuzz | Dimitry | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | Random Code: exceptions when filling rnd StateTest | Dimitry | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | Random Code: fulloutput option + test | Dimitry | 2015-06-01 | 1 | -1/+0 | |
| | | * | | | | | | | | | Random Code: Style | Dimitry | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | Random test code | Dimitry | 2015-06-01 | 2 | -1/+4 | |
| | | * | | | | | | | | | Random Codes With Probability | winsvega | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | undo vmTest | winsvega | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | Random Code | winsvega | 2015-06-01 | 0 | -0/+0 | |
| | * | | | | | | | | | | Merge pull request #2055 from winsvega/blockweight | Gav Wood | 2015-06-02 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | BlockWeight: uncle POW issue | Dimitry | 2015-06-01 | 0 | -0/+0 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge pull request #1975 from LianaHus/sol_EVMExceptions | chriseth | 2015-06-01 | 3 | -207/+92 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | renamed the test framwork function. | Liana Husikyan | 2015-06-01 | 2 | -3/+3 | |
| | | * | | | | | | | | | fixed CALL case. added exception | Liana Husikyan | 2015-06-01 | 1 | -1/+1 | |
| | | * | | | | | | | | | corrected intends in solidityExecutionFramwork.h | Liana Husikyan | 2015-06-01 | 1 | -147/+147 | |
| | | * | | | | | | | | | style fixes | Liana Husikyan | 2015-06-01 | 2 | -144/+142 | |
| | | * | | | | | | | | | style fixes in test/libsolidity/solidityExecutionFramework.h | Liana Husikyan | 2015-06-01 | 2 | -135/+150 | |
| | | * | | | | | | | | | removed exception when function is not found | Liana Husikyan | 2015-06-01 | 1 | -30/+2 | |
| | | * | | | | | | | | | special handle of send | Liana Husikyan | 2015-06-01 | 1 | -1/+0 | |
| | | * | | | | | | | | | modified the test | Liana Husikyan | 2015-06-01 | 1 | -4/+12 | |
| | | * | | | | | | | | | remove line for debugging | Liana Husikyan | 2015-06-01 | 1 | -1/+0 | |
| | | * | | | | | | | | | test for constructor (out of band exception) | Liana Husikyan | 2015-06-01 | 1 | -2/+20 | |
| | | * | | | | | | | | | test for exception in constructor | Liana Husikyan | 2015-06-01 | 1 | -0/+17 | |
| | | * | | | | | | | | | one more test to test the call of non-existed function | Liana Husikyan | 2015-06-01 | 1 | -1/+27 | |
| | | * | | | | | | | | | added test to check evm exception | Liana Husikyan | 2015-06-01 | 1 | -0/+24 | |
| | | * | | | | | | | | | added error jump instead of STOP instraction in case of exception | Liana Husikyan | 2015-06-01 | 2 | -192/+1 | |
| | * | | | | | | | | | | Merge pull request #2027 from chriseth/sol_dupRemForLoops | chriseth | 2015-06-01 | 1 | -0/+32 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Allow duplicate code removal for loops. | chriseth | 2015-05-28 | 1 | -0/+32 | |
| | * | | | | | | | | | | | Merge pull request #2029 from chriseth/sol_strings | chriseth | 2015-06-01 | 2 | -0/+60 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Re-introduce string type. | chriseth | 2015-05-28 | 2 | -0/+60 | |
| | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge pull request #2046 from CJentzsch/uncleisbrother | Gav Wood | 2015-06-01 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | add uncle is brother test | CJentzsch | 2015-06-01 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | add ability to test uncle as brother | CJentzsch | 2015-06-01 | 0 | -0/+0 | |
| | | | |/ / / / / / / / / | | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | Move external-dependencies test out of lifdevcore | Lefteris Karapetsas | 2015-06-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Move the u256 test to external_dependencies tests | Lefteris Karapetsas | 2015-06-01 | 1 | -0/+1 | |
| | * | | | | | | | | | | | Test for issue #1977 | Lefteris Karapetsas | 2015-06-01 | 0 | -0/+0 | |
| | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge pull request #2032 from CJentzsch/jumpdestMemoryUsage | Gav Wood | 2015-06-01 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | add JUMPDEST attack test with JUMP | CJentzsch | 2015-05-29 | 0 | -0/+0 | |
| | | * | | | | | | | | | | add similiar tests for jumpi | CJentzsch | 2015-05-29 | 0 | -0/+0 | |
| | | * | | | | | | | | | | fix test | CJentzsch | 2015-05-29 | 0 | -0/+0 | |
| | | * | | | | | | | | | | add test for PC overflow in jump | CJentzsch | 2015-05-29 | 0 | -0/+0 | |
| | | * | | | | | | | | | | add creation transaction | CJentzsch | 2015-05-29 | 0 | -0/+0 | |
| | * | | | | | | | | | | | Merge pull request #2026 from gluk256/pbkdf2 | Gav Wood | 2015-06-01 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | gamma generation algorithm changed | Vlad Gluhovsky | 2015-05-29 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | topic encryption with pbkdf2 | Vlad Gluhovsky | 2015-05-29 | 0 | -0/+0 | |
| | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge pull request #2024 from arkpar/bc | Gav Wood | 2015-05-29 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | GetBlockHashesByNumber packet | arkpar | 2015-05-29 | 0 | -0/+0 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge pull request #2022 from debris/miniupnp_win | Gav Wood | 2015-05-29 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | changes required to make miniupnp working on windows | ethdev zug | 2015-05-27 | 1 | -3/+0 | |
| | | * | | | | | | | | | | Merge branch 'develop' of https://github.com/lotrf3/cpp-ethereum into develop | ethdev zug | 2015-05-27 | 1 | -0/+3 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | Fix dumbest syntax error ever | lotrf3 | 2015-05-27 | 1 | -1/+1 | |
| | | | * | | | | | | | | | Ensure dependencies are conditional on Windows | lotrf3 | 2015-05-27 | 1 | -1/+3 | |
| | | | * | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | lotrf3 | 2015-05-26 | 0 | -0/+0 | |
| | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | Added upnp support to Windows | lotrf3 | 2015-05-26 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | Merge pull request #2017 from CJentzsch/fixMemCall | Gav Wood | 2015-05-29 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | style | CJentzsch | 2015-05-26 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | more tests | CJentzsch | 2015-05-26 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | fix output memory for CALL | CJentzsch | 2015-05-26 | 0 | -0/+0 | |
| | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge pull request #2009 from CJentzsch/walletTests | Gav Wood | 2015-05-29 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | fix blockhashOutOfRange test | CJentzsch | 2015-05-26 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | update wallet contract to latest changes | CJentzsch | 2015-05-26 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into walletTests | CJentzsch | 2015-05-26 | 0 | -0/+0 | |
| | | |\| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | update wallet tests | CJentzsch | 2015-05-26 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | test clearing pending transactions | CJentzsch | 2015-05-23 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | update and expand wallet tests | CJentzsch | 2015-05-23 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | update wallet tests | CJentzsch | 2015-05-23 | 0 | -0/+0 | |
| | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge pull request #1951 from imapp-pl/no_warnings | Gav Wood | 2015-05-29 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Merge branch 'develop' into no_warnings | Paweł Bylica | 2015-05-26 | 4 | -7/+159 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | | One more unit test for base64 encoding. | Paweł Bylica | 2015-05-21 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into no_warnings | Paweł Bylica | 2015-05-21 | 2 | -8/+35 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Little improved base64 implementation. | Paweł Bylica | 2015-05-18 | 0 | -0/+0 | |
| | * | | | | | | | | | | | | | Merge pull request #2006 from chriseth/sol_functionalGasEstimator | chriseth | 2015-05-26 | 1 | -10/+89 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Removed redundant std. | chriseth | 2015-05-26 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | Functional gas estimator. | chriseth | 2015-05-22 | 1 | -10/+31 | |
| | | * | | | | | | | | | | | | Path gas meter. | chriseth | 2015-05-22 | 1 | -6/+64 | |
| | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'develop' into feature/vm_gas_counter_refactor | Paweł Bylica | 2015-05-26 | 0 | -0/+0 | |
| |\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix code duplication in Executive::call overloadings. | Paweł Bylica | 2015-05-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge branch 'develop' into feature/vm_gas_counter_refactor | Paweł Bylica | 2015-05-21 | 1 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_r... | Paweł Bylica | 2015-05-21 | 3 | -5/+152 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | testeth: let expected be expected. | Paweł Bylica | 2015-05-21 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_r... | Paweł Bylica | 2015-05-20 | 6 | -88/+263 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/vm_gas_counter_r... | Paweł Bylica | 2015-05-12 | 8 | -25/+239 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Remove gas counter from interpreter VM. OnOp callback signature changed. | Paweł Bylica | 2015-05-11 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | | | | Remove gas counter from VM interface (VMFace) | Paweł Bylica | 2015-05-11 | 0 | -0/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'develop' into evmjit-develop | Paweł Bylica | 2015-05-26 | 5 | -15/+163 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add secret store test. | Gav Wood | 2015-05-25 | 0 | -0/+0 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'up/develop' into bugFix | yann300 | 2015-05-21 | 4 | -7/+159 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge pull request #1980 from CJentzsch/shaingTestOutput | Gav Wood | 2015-05-21 | 1 | -2/+7 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | remove eth_solidity dependency for statetests | CJentzsch | 2015-05-20 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | handle output larger than 4069 bytes in test | CJentzsch | 2015-05-19 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | Merge pull request #1988 from LianaHus/sol_Check_ref_problems_for_structs | chriseth | 2015-05-21 | 1 | -0/+86 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | Update SolidityEndToEndTest.cpp | Liana Husikyan | 2015-05-21 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | Update SolidityEndToEndTest.cpp | Liana Husikyan | 2015-05-21 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | style fix | Liana Husikyan | 2015-05-21 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | Update SolidityEndToEndTest.cpp | Liana Husikyan | 2015-05-21 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | | | added tests to check references to struct type. | Liana Husikyan | 2015-05-20 | 1 | -0/+87 | |
| | | | |_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge pull request #1983 from chriseth/sol_knowledgeableGasEstimation | chriseth | 2015-05-21 | 2 | -5/+66 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Gas estimation taking known state into account. | chriseth | 2015-05-20 | 2 | -5/+66 | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'up/develop' into bugFix | yann300 | 2015-05-20 | 2 | -8/+4 | |
| |\| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Pregenerate DAG when mining on AZ/eth/ethminer. | Gav Wood | 2015-05-20 | 0 | -0/+0 | |
| | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Move OverlayDB (leveldb dependent) back into libdevcrypto. | Gav Wood | 2015-05-20 | 0 | -0/+0 | |
| | * | | | | | | | | | | | | Merge branch 'bc' of https://github.com/arkpar/cpp-ethereum into arkpar-bc | Gav Wood | 2015-05-20 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | orderedTrieRoot testing | arkpar | 2015-05-19 | 0 | -0/+0 | |
| | | * | | | | | | | | | | | | use TrieHash for transactions and receipts roots | arkpar | 2015-05-19 | 0 | -0/+0 | |
| | | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Move non-cryptopp dependent stuff into devcore. | Gav Wood | 2015-05-20 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | SHA3, RIPEMD160 and SHA256 are now not cryptopp impls. | Gav Wood | 2015-05-20 | 1 | -7/+3 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | merge with develop | yann300 | 2015-05-19 | 1 | -0/+31 | |
| |\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | add list of second errorannotation instead of single item. | yann300 | 2015-05-19 | 0 | -0/+0 | |
* | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into evmjit-develop | Paweł Bylica | 2015-05-19 | 4 | -1/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1966 from CJentzsch/addTests | Gav Wood | 2015-05-19 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | add create retrun value tests | CJentzsch | 2015-05-18 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | Merge pull request #1899 from debris/web.js4.2 | Gav Wood | 2015-05-18 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | merge commit '89dbcca30b752ecf2b8b56b5f396a6a86c29fc0a' into web.js4.2 | Marek Kotewicz | 2015-05-14 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from e908439..16861fc | Marek Kotewicz | 2015-05-14 | 15 | -146/+413 | |
| * | | | | | | | | | | | | | | Blocktests: SimpleTx3 | winsvega | 2015-05-18 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | | New Tests | winsvega | 2015-05-18 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | | Merge pull request #1931 from chriseth/sol_callcode | chriseth | 2015-05-18 | 1 | -0/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Bare callcode for addresses and contracts. | chriseth | 2015-05-16 | 1 | -0/+31 | |
| * | | | | | | | | | | | | | | Fixed error introduced in 953be7886b5681f0fa8ecde94b1fdb8c25afbfd4 | Martin Holst Swende | 2015-05-18 | 0 | -0/+0 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #1908 from arkpar/trie_perf | Gav Wood | 2015-05-18 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | style | arkpar | 2015-05-15 | 0 | -0/+0 | |
| | * | | | | | | | | | | | | | Trie optimizations | arkpar | 2015-05-15 | 0 | -0/+0 | |
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Parallelised BlockQueue. | Gav Wood | 2015-05-18 | 0 | -0/+0 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1890 from LefterisJP/ethash_aux_use_seedhash | Gav Wood | 2015-05-16 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Stricter interface for EthashAux::light() | Lefteris Karapetsas | 2015-05-15 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | Merge pull request #1912 from CJentzsch/fixGasPricerTests | Gav Wood | 2015-05-15 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | update gas Pricer tests | CJentzsch | 2015-05-15 | 0 | -0/+0 | |
| * | | | | | | | | | | | | | | Merge pull request #1911 from CJentzsch/ficInChainUncleTests | Gav Wood | 2015-05-15 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | fix in chain uncle tests | CJentzsch | 2015-05-15 | 0 | -0/+0 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Store copied assembly items in test. Fixes OSX issues. | chriseth | 2015-05-15 | 1 | -16/+13 | |
| * | | | | | | | | | | | | | Disable test. | chriseth | 2015-05-15 | 1 | -12/+15 | |
| * | | | | | | | | | | | | | Merge pull request #1889 from chriseth/sol_multipleTagsOnStack | chriseth | 2015-05-15 | 1 | -0/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Known state: store tags on stack as unions. | chriseth | 2015-05-13 | 1 | -0/+43 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #1891 from imapp-pl/pr/tests | Gav Wood | 2015-05-15 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Tests: SMOD edge case test. | Paweł Bylica | 2015-05-14 | 0 | -0/+0 | |
| | * | | | | | | | | | | | | Add support for --singletest filter in VM tests. | Paweł Bylica | 2015-05-14 | 0 | -0/+0 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | correct expext value for in chain uncle tests | CJentzsch | 2015-05-14 | 0 | -0/+0 | |
| * | | | | | | | | | | | | add in chain uncle test for every generation | CJentzsch | 2015-05-14 | 0 | -0/+0 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1870 from subtly/discovery | Gav Wood | 2015-05-13 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ |