Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2003 from winsvega/fuzz | Gav Wood | 2015-06-02 | 2 | -3/+5 |
|\ | | | | | Random Code | ||||
| * | 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 | ||||
| * | | 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 |
|\ \ | |/ |/| | "error jump" instead of STOP instraction in case of exception | ||||
| * | 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 |
| | | | | | | | | fixed the test | ||||
| * | 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 |
| | | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
| * | 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. | ||||
| * | | 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. | ||||
| * | | | 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 |
|\ \ \ | | | | | | | | | My uncle is my brother | ||||
| * | | | 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 |
|/ / | | | | | | | | | | | Test that reproduces issue #1977 and will fail on ArchLinux with Boost version: 1.58.0-1 gcc version: 4.9.2-4 | ||||
* | | Merge pull request #2032 from CJentzsch/jumpdestMemoryUsage | Gav Wood | 2015-06-01 | 0 | -0/+0 |
|\ \ | | | | | | | Jumpdest memory usage | ||||
| * | | 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 cleanup | ||||
* | | | Merge pull request #2026 from gluk256/pbkdf2 | Gav Wood | 2015-06-01 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | topic encryption with pbkdf2 | ||||
| * | | | 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 |
|\ \ \ | |/ / |/| | | Blockchain sync refactoring | ||||
| * | | 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 |
|\ \ | | | | | | | miniupnp windows | ||||
| * | | 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 |
|\ \ \ \ | | | | | | | | | | | add more tests for CALL memory output | ||||
| * | | | | 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 |
|\ \ \ \ | | | | | | | | | | | update and expand wallet tests | ||||
| * | | | | 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 |
|\ \ \ \ | |_|_|/ |/| | | | Little improved base64 implementation. | ||||
| * | | | 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 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: test/libdevcrypto/hexPrefix.cpp | ||||
| * | | | | Little improved base64 implementation. | Paweł Bylica | 2015-05-18 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Global variable type changed from dynamic constructed std::string to constant char array. Truncating conversion eliminated (no MSVC warning). Unit tests added. | ||||
* | | | | | Merge pull request #2006 from chriseth/sol_functionalGasEstimator | chriseth | 2015-05-26 | 1 | -10/+89 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Functional gas estimator | ||||
| * | | | | 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 |
| | |_|/ | |/| | | |||||
* / | | | Add secret store test. | Gav Wood | 2015-05-25 | 0 | -0/+0 |
|/ / / | | | | | | | | | | Remove unneccessary components of scrypt. | ||||
* | | | 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 |
| |\ \ \ | | | | | | | | | | | handle output larger than 4069 bytes in test | ||||
| | * | | | 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 |
| |\ \ \ \ | | | | | | | | | | | | | Check: Reference problems concerning structs | ||||
| | * | | | | 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. | ||||
| | * | | | 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 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mix/CodeModel.cpp | ||||
| * | | | | Pregenerate DAG when mining on AZ/eth/ethminer. | Gav Wood | 2015-05-20 | 0 | -0/+0 |
| |/ / / | | | | | | | | | | | | | Use regeneratable key for decrets by default. | ||||
| * | | | 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 |
|\| | | |||||
| * | | Merge pull request #1966 from CJentzsch/addTests | Gav Wood | 2015-05-19 | 0 | -0/+0 |
| |\ \ | | | | | | | | | Add tests | ||||
| | * | | 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 |
| |\ \ \ | | | | | | | | | | | web.js 4.2 | ||||
| | * \ \ | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16861fc version 0.4.2 e4f7dde fixed failing lint 69e7d9d fixed #133 55553d7 add async error test d02a375 Merge branch 'develop' of github.com:ethereum/web3.js into develop ff48da1 fixed callback error issue 471bce1 #133 in progress dc69085 version 0.4.1 2ae0afa critical bugfix 09f2a92 updated examples a0a36e5 Merge branch 'develop' of https://github.com/ethereum/ethereum.js into develop 2b179a8 updated node install test 8f63640 Merge pull request #203 from frozeman/develop 22ef4a1 added estimateGas method cd2e462 version 0.4.0 ae7762a Merge pull request #198 from ethereum/minerMethods d1e1206 removed byte formatter methods 6fd17d9 merged develop 373fd1b Merge pull request #201 from debris/batch 274fc29 Merge pull request #200 from debris/contract_overhaul b2ff2ff Merge branch 'contract_overhaul' into batch 99a3bda removed redundant lines 7cafac9 Merge branch 'develop' into contract_overhaul fa8db32 Merge pull request #202 from debris/async_properties 5f9272c asyncGet -> getAsync cd0df61 gulp 80c0792 async getting properties, remove property setters 744bb9e batch for requests with calls/transacts 8636077 initial support for batch requests a0b9cfb contract async call && transact 1272780 sendTransaction && call async 6afb1f9 Merge branch 'async-contract-calls' of https://github.com/niran/web3.js into contract_overhaul 611f640 asynchronous contract creation, breaking changes e3796bf merged develop edf808a add getWork and submitWork functions and toXBytes utils 9812b01 Merge branch 'blockFilterProposal' of https://github.com/ethereum/ethereum.js into develop 6f466f6 add miner functions 3af8e27 add newblockfilter Proposal e86552f Use async contract calls when a callback is passed git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: 16861fc1944cca721672bb8faa81909d69be2b99 | ||||
| * | | | | | Blocktests: SimpleTx3 | winsvega | 2015-05-18 | 0 | -0/+0 |
| | | | | | | |||||
| * | | | | | New Tests | winsvega | 2015-05-18 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | validBlockTestFix Solidity Contract Inheritance singletest for blockchain | ||||
| * | | | | | Merge pull request #1931 from chriseth/sol_callcode | chriseth | 2015-05-18 | 1 | -0/+31 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | Bare callcode for addresses and contracts. | ||||
| | * | | | | 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 |
| | | | | | | |||||
* | | | | | | add list of second errorannotation instead of single item. | yann300 | 2015-05-19 | 0 | -0/+0 |
|/ / / / / | |||||
* | | | | | Merge pull request #1908 from arkpar/trie_perf | Gav Wood | 2015-05-18 | 0 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Trie performance optimizations | ||||
| * | | | | | 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 |
| |_|_|/ |/| | | | | | | | | | | | Setup for using TrieRoot. | ||||
* | | | | Merge pull request #1890 from LefterisJP/ethash_aux_use_seedhash | Gav Wood | 2015-05-16 | 0 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Use seedhash everywhere in EthashAux | ||||
| * | | | | 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 | ||||
| * | | | | | 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 | ||||
| * | | | | | 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. | ||||
| * | | | | 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 |
|\ \ \ \ | | | | | | | | | | | More arithmetic VM tests | ||||
| * | | | | 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 |
| | |/ / | |/| | | | | | | | | | | Add & correct arithmetic VM tests. | ||||
* | | | | 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 |
|\ \ \ | | | | | | | | | Guard m_node.endpoint access and updates. | ||||
| * \ \ | Merge branch 'develop' into discovery | subtly | 2015-05-13 | 5 | -86/+190 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'develop' into discovery | subtly | 2015-05-12 | 2 | -0/+65 |
| |\ \ \ \ | |||||
| * | | | | | Guard m_node.endpoint access and updates. | subtly | 2015-05-12 | 0 | -0/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #1861 from CJentzsch/addTests | Gav Wood | 2015-05-13 | 0 | -0/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add identity contract tests | ||||
| * | | | | | | style | CJentzsch | 2015-05-13 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-05-13 | 7 | -86/+255 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | add identity contract tests | CJentzsch | 2015-05-11 | 0 | -0/+0 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #1854 from CJentzsch/optionalWalletTests | Gav Wood | 2015-05-13 | 2 | -0/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | optional wallet blockChain tests, because it takes a while | ||||
| * | | | | | optional wallet blockChain tests, beacuse it takes a while | CJentzsch | 2015-05-11 | 2 | -0/+4 |
| | | | | | | |||||
* | | | | | | Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin"" | Gav Wood | 2015-05-13 | 1 | -7/+2 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #1875 from chriseth/sol_invertIf | Gav Wood | 2015-05-13 | 1 | -30/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | Reverse if and else body. | ||||
| * | | | | | Reverse if and else body. | chriseth | 2015-05-12 | 1 | -30/+29 |
| | | | | | | |||||
* | | | | | | Merge pull request #1873 from chriseth/sol_unifyBlocks | Gav Wood | 2015-05-13 | 1 | -1/+37 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Unify blocks that share code. | ||||
| * | | | | | | Unify blocks with shared code. | chriseth | 2015-05-12 | 1 | -1/+37 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1849 from gluk256/develop | Gav Wood | 2015-05-13 | 0 | -0/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Test for Capability class | ||||
| * | | | | | | Fixed warning: unused parameter | Vlad Gluhovsky | 2015-05-12 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | Vlad Gluhovsky | 2015-05-12 | 2 | -0/+65 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Coding Standards fix | Vlad Gluhovsky | 2015-05-11 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop | Vlad Gluhovsky | 2015-05-11 | 2 | -12/+15 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Coding Standards fix | Vlad Gluhovsky | 2015-05-11 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | Test for Capability class | Vlad Gluhovsky | 2015-05-10 | 0 | -0/+0 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | Basic configuration for sending and receiving messgaes. | ||||
* | | | | | | Merge pull request #1855 from imapp-pl/pr/cmake_runtime_output_directory | Gav Wood | 2015-05-13 | 1 | -2/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin" | ||||
| * \ \ \ \ \ | Merge branch 'develop' into pr/cmake_runtime_output_directory | Marek Kotewicz | 2015-05-12 | 4 | -12/+80 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Create symlink to old testeth location to make bildbot happy | Paweł Bylica | 2015-05-11 | 1 | -2/+7 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #1829 from imapp-pl/pr/fix_singletest_option | Gav Wood | 2015-05-13 | 2 | -48/+57 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | testeth: fix --singletest option | ||||
| * | | | | | | Ping buildbot | Paweł Bylica | 2015-05-12 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | testeth: support for --singletest option with only test name param. | Paweł Bylica | 2015-05-12 | 1 | -3/+18 |
| | | | | | | | |||||
| * | | | | | | testeth: fix --singletest option | Paweł Bylica | 2015-05-08 | 2 | -49/+43 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-05-13 | 1 | -0/+57 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Merge pull request #1864 from chriseth/sol_knowledgeEngine2 | chriseth | 2015-05-12 | 1 | -0/+57 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Transfer knowledge about the state across jumps. | ||||
| | * | | | | | | Compute state intersection. | chriseth | 2015-05-11 | 1 | -0/+36 |
| | | | | | | | | |||||
| | * | | | | | | Tests. | chriseth | 2015-05-11 | 1 | -0/+21 |
| | | |_|_|/ / | | |/| | | | | |||||
* | / | | | | | Extra diagnostics, assertions and fail-safes for tracking BadRoot bug. | Gav Wood | 2015-05-13 | 0 | -0/+0 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1816 from LefterisJP/ethash_reloaded | Gav Wood | 2015-05-12 | 0 | -0/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Ethash reloaded | ||||
| * \ \ \ \ \ | Merge branch 'develop' into ethash_reloaded | Lefteris Karapetsas | 2015-05-12 | 4 | -12/+80 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge branch 'develop' into ethash_reloaded | Lefteris Karapetsas | 2015-05-11 | 4 | -8/+156 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge branch 'develop' into ethash_reloaded | Lefteris Karapetsas | 2015-05-08 | 1 | -0/+98 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Further fixes in Ethash integration and testing | Lefteris Karapetsas | 2015-05-08 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | New ethash API integration part 1 | Lefteris Karapetsas | 2015-05-07 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cpp-ethereum now compiles with the new API - Proper integration with testing will come with the next commits | ||||
* | | | | | | | Merge pull request #1808 from imapp-pl/pr/evmjit | Gav Wood | 2015-05-12 | 2 | -5/+3 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Smart VM | ||||
| * | | | | | | SmartVM: initial implementation | Paweł Bylica | 2015-05-06 | 2 | -5/+3 |
| | | | | | | | |||||
* | | | | | | | Integrate KeyManager. | Gav Wood | 2015-05-12 | 0 | -0/+0 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1848 from debris/web3js | Gav Wood | 2015-05-12 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | web3.js 0.3.6 - new ABI encoding implementation | ||||
| * \ \ \ \ \ \ | Merge commit '13a744559744831e4cb0c13592df070148077359' into web3js | Marek Kotewicz | 2015-05-10 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Squashed 'libjsqrc/ethereumjs/' changes from 3b799d1..e908439 | Marek Kotewicz | 2015-05-10 | 9 | -979/+232 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e908439 version 0.3.6 091c8e5 Merge branch 'develop' into tcoulter 272837e cleaned up param.js 38a13bc removed unused functions from coder.js 8e3158f Merge pull request #196 from debris/new_abi c6a57b3 cleanup and documentation 6e60e1f new solidity abi decoding 3f0d1c8 new abi proposal implementation of encoding 39d70e8 Merge pull request #195 from debris/fixed_abi f963855 removed unused functions from abi.js c59419e added new "dave" example 860ad2c fixed #194 22ca9b0 Merge branch 'develop' of https://github.com/ethereum/ethereum.js into develop 6739a1b "dave" example 08f3aae add optional nonce property to sendTransaction 2ca4240 Add error handling to synchronous methods (obligatory warning against using synchronous calls at all). 4690130 version 0.3.5 7949f6a Merge pull request #187 from debris/encoding 944c5cc removed unused test files 8a9c9c5 Merge branch 'develop' into encoding 330b0da more tests for encoding and decoding solidity params b064eab Handle this error properly. For instance, without this, if we cannot connect to the RPC client, JSON won't be able to parse the result (there is none), in which case would cause a RuntimeException. 7989607 version 0.3.4 afb61d5 Merge branch 'master' into develop 97f6e7d build files again 539ef7b Merge pull request #186 from ethereum/eventFilterFix ec0dc44 Merge pull request #188 from ethereum/develop bd73ccc added eth_hashrate baed4c8 fixed old encoding e9ec708 fixed event from and toBlock git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: e90843973f3ae554069347b61cb5b393091c34d1 | ||||
* | | | | | | | Merge pull request #1858 from CJentzsch/adjustInputLimitsTests | Gav Wood | 2015-05-12 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | reorganize input Limittests | ||||
| * | | | | | | | reorganize inout Limits tests | CJentzsch | 2015-05-11 | 0 | -0/+0 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Update SolidityABIJSON.cpp | Liana Husikyan | 2015-05-11 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | updated unit test | Liana Husikyan | 2015-05-11 | 2 | -30/+27 |
| | | | | | | | |||||
* | | | | | | | bug in abi. fixed external type for return parameters | Liana Husikyan | 2015-05-11 | 2 | -1/+69 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1831 from chriseth/sol_newABIEncoding | chriseth | 2015-05-11 | 2 | -12/+15 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | New ABI encoding for dynamic types. | ||||
| * | | | | | New ABI encoding for dynamic types. | chriseth | 2015-05-08 | 2 | -12/+15 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #1771 from debris/v8console | Gav Wood | 2015-05-10 | 1 | -0/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | v8 javascript console | ||||
| * \ \ \ \ | Merge branch 'develop' into v8console | Marek Kotewicz | 2015-05-07 | 4 | -9/+15 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge branch 'develop' into v8console | Marek Kotewicz | 2015-05-05 | 1 | -0/+46 |
| |\ \ \ \ \ | |||||
| * | | | | | | wrap const char* in jsstring | Marek Kotewicz | 2015-05-05 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | rpc provider in progress | Marek Kotewicz | 2015-05-04 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | printing v8 errors | Marek Kotewicz | 2015-04-30 | 0 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | jsconsole optional for tests | Marek Kotewicz | 2015-04-30 | 1 | -3/+16 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'develop' into v8console | Marek Kotewicz | 2015-04-30 | 1 | -626/+0 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | console command line option | Marek Kotewicz | 2015-04-29 | 0 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'develop' into v8console | Marek Kotewicz | 2015-04-29 | 8 | -611/+731 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | jsvalueprinter | Marek Kotewicz | 2015-04-28 | 0 | -0/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | libjsconsole init | Marek Kotewicz | 2015-04-28 | 0 | -0/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | cleanup, libjsengine | Marek Kotewicz | 2015-04-28 | 3 | -30/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | v8 integration initial commit | Marek Kotewicz | 2015-04-28 | 3 | -0/+32 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #1753 from winsvega/blockweight2 | Gav Wood | 2015-05-09 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Total Difficulty | ||||
| * | | | | | | | | | Total Difficulty: last block hash fix | winsvega | 2015-05-08 | 0 | -0/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty: bug fix | winsvega | 2015-05-08 | 0 | -0/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty: lastblockhash check | winsvega | 2015-05-08 | 0 | -0/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty: style + rebase | winsvega | 2015-05-08 | 0 | -0/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty: new tests | winsvega | 2015-05-08 | 0 | -0/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty: test filler | winsvega | 2015-05-08 | 1 | -106/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty: blockweight test filler | winsvega | 2015-05-08 | 1 | -0/+106 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty: merge revert | winsvega | 2015-05-08 | 0 | -0/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Total Difficulty | winsvega | 2015-05-08 | 0 | -0/+0 |
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | test | ||||
* | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into ↵ | arkpar | 2015-05-09 | 2 | -7/+138 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core_perf | ||||
| * \ \ \ \ \ \ \ \ | Merge pull request #1813 from chriseth/sol_knowledgeEngine | chriseth | 2015-05-09 | 1 | -7/+54 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Static Analysis Engine. | ||||
| | * | | | | | | | | | CFG returns vector of blocks instead of assembly items. | chriseth | 2015-05-06 | 1 | -2/+6 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Common subexpression elimination ready for using pre-known state. | chriseth | 2015-05-06 | 1 | -4/+45 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Split known state from common subexpression eliminator. | chriseth | 2015-05-06 | 1 | -2/+4 |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #1802 from ↵ | chriseth | 2015-05-09 | 1 | -0/+84 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LianaHus/sol_Deny_overwriting_attribute_by_function_via_inheritance Proper overwriting of attribute and functions. | ||||
| | * | | | | | | | | | added one more test | Liana Husikyan | 2015-05-08 | 1 | -0/+55 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | fixed the test | Liana Husikyan | 2015-05-08 | 2 | -19/+29 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | added test | Liana Husikyan | 2015-05-08 | 1 | -0/+19 |
| | | |/ / / / / / / | | |/| | | | | | | | |||||
| * / | | | | | | | | Basic key manager. | Gav Wood | 2015-05-08 | 0 | -0/+0 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into | arkpar | 2015-05-08 | 0 | -0/+0 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core_perf Conflicts: libp2p/NodeTable.cpp libp2p/NodeTable.h | ||||
| * | | | | | | | | Merge pull request #1706 from subtly/discovery | Gav Wood | 2015-05-07 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Discovery protocol updates | ||||
| | * \ \ \ \ \ \ \ | Merge branch 'develop' into discovery | subtly | 2015-05-07 | 2 | -3/+9 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/Host.cpp libp2p/NodeTable.cpp libp2p/NodeTable.h | ||||
| | * | | | | | | | | Merge branch 'develop' into discovery | subtly | 2015-05-07 | 3 | -6/+52 |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | |||||
| | * | | | | | | | | Merge branch 'develop' into discovery | subtly | 2015-04-30 | 1 | -626/+0 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | |||||
| | * | | | | | | | | Merge branch 'develop' into discovery | subtly | 2015-04-28 | 2 | -2/+20 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | |||||
| | * | | | | | | | | Merge branch 'develop' into discovery | subtly | 2015-04-28 | 6 | -609/+711 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | encapsulate IP endpoint address as byte string | subtly | 2015-04-27 | 0 | -0/+0 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'develop' into discovery | subtly | 2015-04-24 | 1 | -6/+6 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/NodeTable.cpp | ||||
| | * | | | | | | | | | Merge branch 'develop' into discovery | subtly | 2015-04-23 | 1 | -0/+61 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | handle new endpoint properties for ping | subtly | 2015-04-23 | 0 | -0/+0 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'develop' into discovery | subtly | 2015-04-23 | 15 | -86/+245 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | more test updates (v4 endpoints. #1557, #1558) | subtly | 2015-04-22 | 0 | -0/+0 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | update peer host test. support unspecified ip. | subtly | 2015-04-21 | 0 | -0/+0 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | update net tests (v4 endpoint) | subtly | 2015-04-21 | 0 | -0/+0 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | update tests (v4 endpoint) | subtly | 2015-04-21 | 0 | -0/+0 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | set and map to hash tables | arkpar | 2015-05-07 | 1 | -1/+1 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge pull request #1822 from CJentzsch/addTests | Gav Wood | 2015-05-07 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests | ||||
| * | | | | | | | | | | | | gasPrice 0 test | CJentzsch | 2015-05-07 | 0 | -0/+0 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | xMerge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-05-07 | 88 | -51242/+610 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-04-17 | 42 | -456/+7134 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/bcUncleHeaderValiditiyFiller.json | ||||
| * | | | | | | | | | | | | | remove wrong stateroot uncle header test | CJentzsch | 2015-04-07 | 1 | -95/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #1805 from CJentzsch/walletTests | Gav Wood | 2015-05-07 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wallet tests | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into walletTests | CJentzsch | 2015-05-07 | 5 | -9/+61 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add bc wallet test | CJentzsch | 2015-05-05 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | finish wallet state tests | CJentzsch | 2015-05-05 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add day limit tests | CJentzsch | 2015-05-05 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | tests for contract multiowned | CJentzsch | 2015-05-05 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | first wallet tests | CJentzsch | 2015-05-02 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add wallet test | CJentzsch | 2015-04-30 | 0 | -0/+0 |
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #1810 from chriseth/sol_gasEstimator | chriseth | 2015-05-07 | 1 | -0/+98 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | Structural gas estimator. | ||||
| * | | | | | | | | | | | | | Structural gas estimator. | chriseth | 2015-05-06 | 1 | -0/+98 |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #1806 from winsvega/newtests | Gav Wood | 2015-05-07 | 2 | -3/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifing concrete test when filling testsuite |