Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #66 from chriseth/sol_libraries | chriseth | 2015-09-12 | 27 | -113/+280 |
|\ | |||||
| * | Style. | chriseth | 2015-09-11 | 1 | -1/+2 |
| * | Possibility to call library functions. | chriseth | 2015-09-11 | 7 | -23/+105 |
| * | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 16 | -78/+90 |
| * | Parsing and type checking of libraries without inheritance. | chriseth | 2015-09-11 | 8 | -13/+85 |
* | | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_args | chriseth | 2015-09-11 | 2 | -3/+5 |
|\ \ | |/ |/| | |||||
| * | add call for EventDefinition::checkTypeRequirements() | LianaHus | 2015-09-11 | 3 | -17/+5 |
| * | added test | LianaHus | 2015-09-11 | 1 | -0/+14 |
* | | Merge pull request #65 from LianaHus/sol_Creating_a_contract_from_within_itself | chriseth | 2015-09-11 | 3 | -3/+24 |
|\ \ | |||||
| * | | style fixes | LianaHus | 2015-09-11 | 2 | -2/+2 |
| * | | added type check if the type of the var decl is one of base contract type | LianaHus | 2015-09-10 | 4 | -14/+24 |
| * | | added test | LianaHus | 2015-09-10 | 1 | -0/+11 |
* | | | Merge pull request #68 from LefterisJP/add_cmake_defaults | chriseth | 2015-09-11 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add cmake defaults for split repo builds. | Lefteris Karapetsas | 2015-09-11 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #64 from LianaHus/sol_empty_comment | chriseth | 2015-09-10 | 5 | -4/+43 |
|\ \ | |/ |/| | |||||
| * | - added tests to test empty comment | LianaHus | 2015-09-10 | 5 | -4/+43 |
|/ | |||||
* | Merge pull request #51 from ethereum/revert-25-sol_strings_as_mapping_keys | chriseth | 2015-09-09 | 1 | -7/+4 |
|\ | |||||
| * | Revert "added check for string as mapping key for local var." | chriseth | 2015-09-08 | 1 | -7/+4 |
* | | Merge pull request #54 from chriseth/sol_fixConstantStrings | chriseth | 2015-09-09 | 4 | -7/+61 |
|\ \ | |||||
| * | | Stylistic corrections. | chriseth | 2015-09-09 | 2 | -2/+2 |
| * | | Fix for constant strings. | chriseth | 2015-09-08 | 4 | -6/+60 |
* | | | Merge pull request #57 from ethereum/reflect_names | Marek Kotewicz | 2015-09-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | reflect_names | debris | 2015-09-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #41 from LianaHus/sol_rename_getters | chriseth | 2015-09-08 | 54 | -1652/+1678 |
|\ \ | |||||
| * | | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 10 | -24/+31 |
| * | | removed get prefix | LianaHus | 2015-09-08 | 15 | -60/+72 |
| * | | renamed getter functions | LianaHus | 2015-09-08 | 51 | -1608/+1615 |
| |/ | |||||
* | | Merge pull request #56 from ethereum/split | Gav Wood | 2015-09-08 | 3 | -7/+2 |
|\ \ | |/ |/| | |||||
| * | changed location of cmake files | debris | 2015-09-08 | 1 | -1/+1 |
| * | Merge branch 'develop' of https://github.com/ethereum/solidity into HEAD | debris | 2015-09-04 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #46 from ethers/patch-1 | Liana Husikyan | 2015-09-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix title typo | ethers | 2015-09-04 | 1 | -1/+1 |
|/ / | |||||
| * | changes required to compile solidity in a single project | debris | 2015-09-01 | 3 | -7/+2 |
|/ | |||||
* | Merge pull request #27 from LianaHus/sol_runtime_binary_by_-solc | Gav Wood | 2015-08-28 | 1 | -1/+14 |
|\ | |||||
| * | added option to solc to output runtimr part of the contract | LianaHus | 2015-08-24 | 1 | -1/+14 |
* | | Merge pull request #25 from LianaHus/sol_strings_as_mapping_keys | Gav Wood | 2015-08-28 | 1 | -4/+7 |
|\ \ | |||||
| * | | added check for string as mapping key for local var. | LianaHus | 2015-08-24 | 1 | -4/+7 |
| |/ | |||||
* | | Merge pull request #24 from LianaHus/sol_fix_error_check | Gav Wood | 2015-08-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | added check for having type in VariableDeclaration::checkTypeRequirements() | LianaHus | 2015-08-24 | 1 | -1/+1 |
* | | | Merge pull request #31 from debris/client_ref | Arkadiy Paronyan | 2015-08-27 | 4 | -16/+7 |
|\ \ \ | |||||
| * | | | client refactor | debris | 2015-08-27 | 4 | -16/+7 |
|/ / / | |||||
* | | | Merge pull request #29 from ethereum/cmake-add_sources | Arkadiy Paronyan | 2015-08-25 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | Fix "add_sources" cmake macro. | Paweł Bylica | 2015-08-25 | 1 | -1/+3 |
|/ / / | |||||
* | | | Merge pull request #26 from arkpar/cmake | Marek Kotewicz | 2015-08-24 | 4 | -55/+26 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Refactoreed CMakeLists for new module system | arkpar | 2015-08-24 | 4 | -55/+26 |
* | | | added test to check string as mapping key | LianaHus | 2015-08-24 | 1 | -0/+16 |
| |/ |/| | |||||
* | | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_var | chriseth | 2015-08-22 | 6 | -4/+45 |
|\ \ | |||||
| * | | add tests for state variables accessors. normal and constant | LianaHus | 2015-08-21 | 6 | -4/+45 |
| |/ | |||||
* | | Merge pull request #20 from ethereum/readme.md-added | chriseth | 2015-08-21 | 1 | -2/+35 |
|\ \ | |||||
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -3/+1 |
| * | | Update README.md | chriseth | 2015-08-21 | 1 | -5/+5 |
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -3/+3 |
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -0/+3 |
| * | | Update README.md | Liana Husikyan | 2015-08-21 | 1 | -0/+32 |
| |/ | |||||
* | | Merge pull request #18 from chriseth/sol_fixCloneExceptionPropagation | chriseth | 2015-08-21 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | Propagate exceptions in clone calls. | chriseth | 2015-08-21 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #7 from chriseth/moreInfoForCommandlineOptions | Gav Wood | 2015-08-20 | 3 | -77/+87 |
|\ | |||||
| * | More information for help screen, some fixes for argument parsing. | chriseth | 2015-08-20 | 3 | -77/+87 |
* | | Merge pull request #6 from chriseth/cmakeUpdateTests | Gav Wood | 2015-08-20 | 8 | -1369/+34 |
|\ \ | |/ |/| | |||||
| * | Modularise CMakeLists files and integrate tests. | chriseth | 2015-08-20 | 8 | -1369/+34 |
|/ | |||||
* | Merge pull request #5 from chriseth/addTests | chriseth | 2015-08-20 | 24 | -0/+15261 |
|\ | |||||
| * | Move Solidity tests. | chriseth | 2015-08-20 | 24 | -0/+15261 |
|/| | |||||
| * | Move Solidity tests. | chriseth | 2015-08-20 | 24 | -0/+0 |
| * | Merge pull request #2850 from winsvega/block2 | Gav Wood | 2015-08-19 | 1 | -1/+1 |
| |\ | |||||
| | * | BlockTests: restore corelibs and mining | Dimitry | 2015-08-17 | 1 | -1/+1 |
| | * | Merge remote-tracking branch 'winsvega/block2' into winsvegaBlock2 | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | |\ | |||||
| | | * | Fill tests | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | * | Mining | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | * | BlockChainTests mining | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | * | restore lost changes blockmining | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | | * | BLock2: state test filling issue | Dimitry | 2015-08-17 | 0 | -0/+0 |
| | * | | fix coinbase rewards in blockChainTests | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | * | | style | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | * | | Merge remote-tracking branch 'winsvega/block2' into winsvegaBlock2 | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| | |\ \ | |||||
| | | * | | Fill tests | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | * | | Mining | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | * | | BlockChainTests mining | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | * | | restore lost changes blockmining | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | * | | BLock2: state test filling issue | Dimitry | 2015-08-15 | 0 | -0/+0 |
| | | |/ | |||||
| | * | | Merge remote-tracking branch 'upstream/develop' into winsvegaBlock2 | CJentzsch | 2015-08-15 | 4 | -12/+118 |
| | |\| | |||||
| | * | | clean up | CJentzsch | 2015-08-15 | 0 | -0/+0 |
| | * | | Mining | Dimitry | 2015-08-14 | 0 | -0/+0 |
| | * | | BlockChainTests mining | Dimitry | 2015-08-14 | 0 | -0/+0 |
| | * | | restore lost changes blockmining | Dimitry | 2015-08-12 | 0 | -0/+0 |
| | * | | BLock2: state test filling issue | Dimitry | 2015-08-12 | 0 | -0/+0 |
| * | | | Cleaned up some of network. Added HostSpec. | Gav Wood | 2015-08-19 | 0 | -0/+0 |
| * | | | Merge pull request #2848 from LefterisJP/eth_submitWork_str | Gav Wood | 2015-08-18 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | eth_submitWork's hash rate is now a hex string | Lefteris Karapetsas | 2015-08-17 | 0 | -0/+0 |
| | | |/ | | |/| | |||||
| * | | | use bytesCondtRef version of import secret | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| * | | | add test SEC 013 | CJentzsch | 2015-08-17 | 0 | -0/+0 |
| |/ / | |||||
| * | | Merge pull request #2604 from winsvega/verbosity | Gav Wood | 2015-08-13 | 4 | -12/+118 |
| |\ \ | |||||
| | * | | error report: style | Dimitry | 2015-08-13 | 1 | -6/+13 |
| | * | | Error report: style issues | Dimitry | 2015-08-13 | 2 | -7/+6 |
| | * | | boost issue | Dimitry | 2015-08-12 | 1 | -1/+1 |
| | * | | nice error report merge | Dimitry | 2015-08-12 | 0 | -0/+0 |
| | * | | error report: merge with latesd develop | Dimitry | 2015-08-12 | 2 | -2/+2 |
| | * | | Error logs | Dimitry | 2015-08-12 | 4 | -21/+89 |
| | * | | Nice Error Report | Dimitry | 2015-08-12 | 2 | -1/+33 |
| | |/ | |||||
| * | | Merge pull request #2812 from ethereum/nameregnamer | Gav Wood | 2015-08-13 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | NameReg integration. | Gav Wood | 2015-08-13 | 0 | -0/+0 |
| | |/ | |||||
| * | | Merge pull request #2602 from chfast/evmjit_stack | Gav Wood | 2015-08-13 | 0 | -0/+0 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge remote-tracking branch 'upstream/develop' into evmjit_stack | Paweł Bylica | 2015-08-11 | 12 | -174/+1032 |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'upstream/develop' into evmjit_stack | Paweł Bylica | 2015-07-28 | 3 | -4/+64 |
| | |\ \ | |||||
| | * | | | Add test for global stack underflow. | Paweł Bylica | 2015-07-28 | 0 | -0/+0 |
| | * | | | Test dynamic jumps. | Paweł Bylica | 2015-07-27 | 0 | -0/+0 |
| * | | | | Merge pull request #2740 from ethereum/hashrate | Gav Wood | 2015-08-12 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'hashrate' of github.com:ethereum/cpp-ethereum into hashrate | Gav Wood | 2015-08-07 | 0 | -0/+0 |
| | |\ \ \ \ | |||||
| | | * | | | | Introduce basic API for hashrate. | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | More on hashrate API. | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | Introduce basic API for hashrate. | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2777 from CJentzsch/fixStateTestsFilling | Gav Wood | 2015-08-12 | 1 | -3/+14 |
| |\ \ \ \ \ | |||||
| | * | | | | | clean up | CJentzsch | 2015-08-11 | 0 | -0/+0 |
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into fixStateTestsFilling | CJentzsch | 2015-08-11 | 1 | -0/+28 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | compile code in accounts when importing state | CJentzsch | 2015-08-10 | 1 | -3/+14 |
| * | | | | | | Merge pull request #2714 from winsvega/coverage_whezz2 | Gav Wood | 2015-08-11 | 2 | -31/+36 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Cover: remove unit.cpp | Dimitry | 2015-08-11 | 0 | -0/+0 |
| | * | | | | | | Coverage: tests | Dimitry | 2015-08-11 | 2 | -31/+36 |
| | * | | | | | | CodeCoverage: libethereum | Dimitry Khokhlov | 2015-08-11 | 0 | -0/+0 |
| | * | | | | | | Coverage: libethereum::AccountDiff | Dimitry Khokhlov | 2015-08-11 | 0 | -0/+0 |
| * | | | | | | | Reduce usage of "new". | chriseth | 2015-08-11 | 0 | -0/+0 |
| |/ / / / / / | |||||
| * | / / / / | Add a JS console command for exiting the client | Lefteris Karapetsas | 2015-08-11 | 0 | -0/+0 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Fix an error in a type resolution SOL test | Lefteris Karapetsas | 2015-08-11 | 1 | -1/+1 |
| * | | | | | Merge pull request #2734 from chriseth/sol_fixOperators | Gav Wood | 2015-08-11 | 1 | -0/+28 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Disallow comparison for reference types. | chriseth | 2015-08-07 | 1 | -0/+12 |
| | * | | | | Do not allow boolean operators for integers. | chriseth | 2015-08-07 | 1 | -0/+16 |
| * | | | | | Merge pull request #2768 from debris/icap_tests | Gav Wood | 2015-08-10 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | fixed header files | debris | 2015-08-10 | 0 | -0/+0 |
| | * | | | | | fixed boost % bug | debris | 2015-08-10 | 0 | -0/+0 |
| | * | | | | | icap encoding and decoding tests | debris | 2015-08-10 | 0 | -0/+0 |
| * | | | | | | remove MoveNonceToTempDir | subtly | 2015-08-10 | 2 | -13/+0 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #2717 from gluk256/_shhrpc | Gav Wood | 2015-08-08 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | a small update | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | * | | | | | nonetwork check added | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | * | | | | | style update | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | * | | | | | tests for whisper api | Vlad Gluhovsky | 2015-08-06 | 0 | -0/+0 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #2750 from gluk256/_nonetwork | Gav Wood | 2015-08-08 | 0 | -0/+0 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | bugfix | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | * | | | | nonetwork check added | Vlad Gluhovsky | 2015-08-07 | 0 | -0/+0 |
| | |/ / / | |||||
| * | | | | compile fix, missing include | CJentzsch | 2015-08-07 | 0 | -0/+0 |
| * | | | | disable whisper tests which need networking | CJentzsch | 2015-08-07 | 0 | -0/+0 |
| * | | | | Merge pull request #2736 from chriseth/sol_auctionRegistrarTests | Gav Wood | 2015-08-07 | 2 | -6/+89 |
| |\ \ \ \ | |||||
| | * | | | | Actual auction tests. | chriseth | 2015-08-06 | 2 | -6/+89 |
| * | | | | | Merge pull request #2731 from subtly/cryptoFix | Gav Wood | 2015-08-07 | 2 | -6/+2 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Simplify/remove unused methods. | subtly | 2015-08-05 | 2 | -6/+2 |
| * | | | | | Fix key manager test. | chriseth | 2015-08-06 | 0 | -0/+0 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #2716 from gluk256/_peer_test | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | peer test updated | Vlad Gluhovsky | 2015-08-06 | 0 | -0/+0 |
| * | | | | | Merge pull request #2620 from gluk256/_web3_test | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | small bugfix | Vlad Gluhovsky | 2015-08-03 | 0 | -0/+0 |
| | * | | | | | style fix | Vlad Gluhovsky | 2015-08-03 | 0 | -0/+0 |
| | * | | | | | web3 test complete | Vlad Gluhovsky | 2015-08-03 | 0 | -0/+0 |
| | * | | | | | tests updated | Vlad Gluhovsky | 2015-08-03 | 0 | -0/+0 |
| | * | | | | | shh rpc test, initial version | Vlad Gluhovsky | 2015-08-03 | 0 | -0/+0 |
| * | | | | | | Merge pull request #2553 from winsvega/cover1 | Gav Wood | 2015-08-06 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Style | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | | cover1: ExtraData1024 Test Filler | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | | Cover: style | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | | Tests - ExtraData32 | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | | Coverage: Transaction | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | | cover1: Transaction | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | | cover1: toTransactionExceptionConvert | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | * | | | | | | libethereum:Transaction coverage | Dimitry | 2015-08-06 | 0 | -0/+0 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #2705 from chriseth/sol_auctionRegistrarTests | Gav Wood | 2015-08-06 | 3 | -0/+487 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Basic tests for auction registrar. | chriseth | 2015-08-05 | 3 | -0/+487 |
| | |/ / / / / | |||||
| * | | | | | | readd solidity tests | CJentzsch | 2015-08-06 | 2 | -0/+42 |
| * | | | | | | update test to new Block/State refactoring - credit to winsvega and chriseth | CJentzsch | 2015-08-06 | 7 | -92/+87 |
| * | | | | | | First draft at splitting State. | Gav Wood | 2015-08-06 | 3 | -115/+36 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #2688 from chriseth/toBytesConversion | chriseth | 2015-08-05 | 2 | -0/+42 |
| |\ \ \ \ \ | |||||
| | * | | | | | Allow explicit conversions bytes <-> string. | chriseth | 2015-08-04 | 2 | -0/+42 |
| * | | | | | | Merge pull request #2710 from ethereum/subtly-patch-2 | Gav Wood | 2015-08-05 | 0 | -0/+0 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| | * | | | | | disable failing deadlinetimer test | subtly | 2015-08-05 | 0 | -0/+0 |
| * | | | | | | Merge pull request #2708 from CJentzsch/difficultyTests | Gav Wood | 2015-08-05 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | get block number for parent in difficulty test | CJentzsch | 2015-08-05 | 0 | -0/+0 |
| | * | | | | | | add difficutly tests | CJentzsch | 2015-08-05 | 0 | -0/+0 |
| * | | | | | | | Merge pull request #2704 from ethereum/CJentzsch-thawing | Gav Wood | 2015-08-05 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | Merge branch 'thawing' of https://github.com/CJentzsch/cpp-ethereum into CJen... | Gav Wood | 2015-08-04 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
| | | * | | | | | typo - trigger buildbot | CJentzsch | 2015-08-04 | 0 | -0/+0 |
| | | * | | | | | use global constant for defsultGasPrice | CJentzsch | 2015-08-03 | 0 | -0/+0 |
| | | * | | | | | adjust gasPricerTests to 50 shannon | CJentzsch | 2015-08-03 | 0 | -0/+0 |
| | | | |/ / / | | | |/| | | | |||||
| * | | | | | | Avoid doing the deadline timer test. | Gav Wood | 2015-08-05 | 0 | -0/+0 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Break off contract tests. | chriseth | 2015-08-04 | 4 | -0/+6 |
| |/ / / / | |||||
| * / / / | strings as mapping keys. | chriseth | 2015-08-04 | 1 | -0/+33 |
| |/ / / | |||||
| * | | | Merge pull request #2676 from gluk256/_bugfix_test | Gav Wood | 2015-08-01 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | bugfix | Vlad Gluhovsky | 2015-08-01 | 0 | -0/+0 |
| * | | | | Disable network test by default. | Gav Wood | 2015-07-31 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | temp. remove bruncle test | CJentzsch | 2015-07-30 | 0 | -0/+0 |
| * | | | Version bump. | Gav Wood | 2015-07-30 | 0 | -0/+0 |
| * | | | Merge pull request #2593 from gluk256/_test_refactoring | Gav Wood | 2015-07-30 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | minor update | Vlad Gluhovsky | 2015-07-27 | 0 | -0/+0 |
| | * | | | updated test topic advertising | Vlad Gluhovsky | 2015-07-27 | 0 | -0/+0 |
| | * | | | refactoring of topic test | Vlad Gluhovsky | 2015-07-27 | 0 | -0/+0 |
| * | | | | Merge pull request #2635 from CJentzsch/timeStampTests | Gav Wood | 2015-07-30 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | adjust blockGasLimit in order to get same result for gasPricer test in olympi... | CJentzsch | 2015-07-30 | 0 | -0/+0 |
| | * | | | | add timestamp tests | CJentzsch | 2015-07-29 | 0 | -0/+0 |
| * | | | | | Merge pull request #2638 from chriseth/sol_fixedFeeRegistrar | Gav Wood | 2015-07-30 | 2 | -0/+238 |
| |\ \ \ \ \ | |||||
| | * | | | | | Tests for FixedFeeRegistrar. | chriseth | 2015-07-30 | 2 | -0/+238 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2630 from ethereum/securenonce | Gav Wood | 2015-07-30 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | Make Nonce use Secret. | Gav Wood | 2015-07-29 | 0 | -0/+0 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #2633 from chfast/evmjit_stacklimit_fix | Gav Wood | 2015-07-30 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix EVM JIT stack limit checking. | Paweł Bylica | 2015-07-29 | 0 | -0/+0 |
| | |/ / / / | |||||
| * | | | | | Modify code to prepare for rebase | Lefteris Karapetsas | 2015-07-30 | 0 | -0/+0 |
| * | | | | | Add new js admin nodeInfo command | Lefteris Karapetsas | 2015-07-30 | 0 | -0/+0 |
| |/ / / / | |||||
| * | | | | style fix. | Gav Wood | 2015-07-29 | 0 | -0/+0 |
| * | | | | Merge pull request #2624 from CJentzsch/FrontierTests | Gav Wood | 2015-07-29 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | disable bcBruncleTests for Frontier (will be readded later) | CJentzsch | 2015-07-29 | 0 | -0/+0 |
| | * | | | | check nothing when creating raw blocks in blockchaintests | CJentzsch | 2015-07-29 | 1 | -3/+3 |
| * | | | | | Use boost's guaranteed non-deterministic random number generator. If it | Gav Wood | 2015-07-29 | 0 | -0/+0 |
| |/ / / / | |||||
| * | | | | Fix tests. | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| * | | | | Merge pull request #2608 from CJentzsch/moreTests | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | add documentation | CJentzsch | 2015-07-28 | 0 | -0/+0 |
| | * | | | | add extcodecopy stack test | CJentzsch | 2015-07-28 | 0 | -0/+0 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| | |\ \ \ \ | |||||
| | | * | | | | Secure datatypes now copyable only to similar datatypes. | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| | | * | | | | Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja | Gav Wood | 2015-07-26 | 0 | -0/+0 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge branch 'deja' of github.com:ethereum/cpp-ethereum into deja | Gav Wood | 2015-07-26 | 0 | -0/+0 |
| | | | |\ \ \ \ | |||||
| | | | | * | | | | Introduce vector_ref::cleanse, code adapted from openSSL. | Gav Wood | 2015-07-26 | 0 | -0/+0 |
| | | | * | | | | | Introduce vector_ref::cleanse, code adapted from openSSL. | Gav Wood | 2015-07-26 | 0 | -0/+0 |
| | | | |/ / / / | |||||
| | | * / / / / | Introduce vector_ref::cleanse, code adapted from openSSL. | Gav Wood | 2015-07-26 | 0 | -0/+0 |
| | | |/ / / / | |||||
| | * | | | | | Secure datatypes now copyable only to similar datatypes. | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| | * | | | | | Introduce vector_ref::cleanse, code adapted from openSSL. | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Secure datatypes now copyable only to similar datatypes. | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| * | | | | | Introduce vector_ref::cleanse, code adapted from openSSL. | Gav Wood | 2015-07-28 | 0 | -0/+0 |
| | |_|/ / | |/| | | | |||||
| * | | | | Merge pull request #2558 from chriseth/sol_walletRevokeTests | Gav Wood | 2015-07-27 | 1 | -0/+56 |
| |\ \ \ \ | |||||
| | * | | | | Revoke tests. | chriseth | 2015-07-24 | 1 | -0/+56 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge pull request #2556 from arkpar/bc-test-fix | Gav Wood | 2015-07-27 | 1 | -3/+5 |
| |\ \ \ \ | |||||
| | * | | | | fixed gaspricer test | arkpar | 2015-07-25 | 0 | -0/+0 |
| | * | | | | more tests fixed | arkpar | 2015-07-25 | 1 | -0/+2 |
| | * | | | | fixing tests | arkpar | 2015-07-24 | 0 | -0/+0 |
| | * | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc-te... | arkpar | 2015-07-24 | 1 | -14/+32 |
| | |\| | | | |||||
| | * | | | | fixed more tests | arkpar | 2015-07-23 | 1 | -3/+3 |
| * | | | | | Merge pull request #2571 from subtly/iwannagofast | Gav Wood | 2015-07-27 | 1 | -1/+3 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | * | | | | re-disable secp256k1 on windows | subtly | 2015-07-27 | 1 | -1/+3 |
| | * | | | | Merge branch 'develop' into iwannagofast | subtly | 2015-07-25 | 0 | -0/+0 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | Update txq test for deterministic signature output of updated secp256k1. | subtly | 2015-07-25 | 0 | -0/+0 |
| | * | | | | update secp256k1 | subtly | 2015-07-25 | 0 | -0/+0 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch 'develop' into cryptoFix | subtly | 2015-07-25 | 0 | -0/+0 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | test ports changed | Vlad Gluhovsky | 2015-07-25 | 0 | -0/+0 |
| | * | | | refactoring | Vlad Gluhovsky | 2015-07-25 | 0 | -0/+0 |
| | * | | | moved some fucntions to WhsiperDB class | Vlad Gluhovsky | 2015-07-24 | 0 | -0/+0 |
| | * | | | WhisperDB class split | Vlad Gluhovsky | 2015-07-24 | 0 | -0/+0 |
| | * | | | saving & restoring topics | Vlad Gluhovsky | 2015-07-24 | 0 | -0/+0 |
| | * | | | first version | Vlad Gluhovsky | 2015-07-24 | 0 | -0/+0 |
| | |/ / | |||||
| * / / | remove unused code | subtly | 2015-07-25 | 0 | -0/+0 |
| |/ / | |||||
| * | | Merge pull request #2540 from chriseth/walletUpdate | Gav Wood | 2015-07-24 | 1 | -14/+32 |
| |\ \ | | |/ | |/| | |||||
| | * | Remove block number from internal changes. | chriseth | 2015-07-23 | 1 | -7/+7 |
| | * | Wallet updated to include daylimit in constructor. | chriseth | 2015-07-22 | 1 | -7/+25 |
| * | | Merge pull request #2537 from gluk256/_bugfix_tests | Gav Wood | 2015-07-23 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | log output updated | Vlad Gluhovsky | 2015-07-22 | 0 | -0/+0 |
| | * | | bugfix: reap() refcatored | Vlad Gluhovsky | 2015-07-22 | 0 | -0/+0 |
| | |/ |