Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo "fix" fixed. | Gav Wood | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | Move hash to a hidden function, and provide a datapath to it so avoid | Gav Wood | 2015-04-06 | 6 | -14/+25 |
| | | | | unneeded SHA3s. | ||||
* | Allow Solidity build to be disabled. | Gav Wood | 2015-04-05 | 14 | -5/+44 |
| | |||||
* | Decent transaction import result provision. | Gav Wood | 2015-04-05 | 1 | -1/+1 |
| | | | | | Give network a hint about what's going on for peer backoffs. Avoid sleeping in main loop when there's still work on. | ||||
* | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-04-05 | 5 | -12/+31 |
|\ | |||||
| * | Merge branch 'develop' into p2p | subtly | 2015-04-05 | 5 | -12/+31 |
| |\ | |||||
| | * | Merge pull request #1466 from imapp-pl/pr/jit_cache | Gav Wood | 2015-04-05 | 4 | -12/+21 |
| | |\ | | | | | | | | | EVM JIT stack limit support | ||||
| | | * | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-04-03 | 6 | -23/+420 |
| | | |\ | |||||
| | | * \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-31 | 20 | -105/+908 |
| | | |\ \ | |||||
| | | * | | | Test execution stats improvements | Paweł Bylica | 2015-03-25 | 4 | -12/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --stats can have optional values: --stats=out prints all test timings to standard output, --stats=<filename> prints all test timings to a file in tab-separated format. Stats are now kept in vector to allow duplicated values. | ||||
| | * | | | | Merge pull request #1482 from debris/eth_version | Gav Wood | 2015-04-05 | 1 | -0/+10 |
| | |\ \ \ \ | | | | | | | | | | | | | | | jsonrpc eth_version method | ||||
| | | * | | | | eth_protocolVersion | Marek Kotewicz | 2015-04-01 | 1 | -0/+10 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'develop' into p2p | subtly | 2015-04-05 | 1 | -1/+1 |
| |\| | | | | | |||||
| * | | | | | | Merge branch 'develop' into p2p | subtly | 2015-04-03 | 1 | -6/+108 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Merge branch 'develop' into p2p | subtly | 2015-04-01 | 2 | -4/+14 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'develop' into p2p | subtly | 2015-03-31 | 2 | -13/+289 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | New DAG file scheme. | Gav Wood | 2015-04-05 | 1 | -1/+1 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Fixes #1509 | Gav Wood | 2015-04-04 | 1 | -1/+1 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | fix max stack size 1024 | CJentzsch | 2015-04-02 | 1 | -6/+108 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | changed checking for external type in ↵ | Liana Husikyan | 2015-04-01 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VariableDeclaration::checkTypeRequirements() changed error msg | ||||
* | | | | | | Upgrade to latest ethhash API. | Gav Wood | 2015-04-01 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #1476 from ethereum/p2p | Gav Wood | 2015-03-31 | 1 | -0/+9 |
|\| | | | | | |/ / / / |/| | | | | Fix #1475: network config not being saved by CLI && AZ | ||||
| * | | | | Fix #1475 | subtly | 2015-03-31 | 1 | -0/+9 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1432 from chriseth/sol_cseForMemoryAndStorage | chriseth | 2015-03-31 | 1 | -0/+265 |
|\ \ \ \ | |_|/ / |/| | | | Optimizer for memory and storage. | ||||
| * | | | Optimize breaking item. | chriseth | 2015-03-30 | 1 | -0/+32 |
| | | | | |||||
| * | | | Optimizer for memory. | chriseth | 2015-03-30 | 1 | -0/+53 |
| | | | | |||||
| * | | | Storage access optimisation. | chriseth | 2015-03-30 | 1 | -0/+180 |
| | | | | |||||
* | | | | Merge pull request #1461 from debris/prestate_tests | Gav Wood | 2015-03-31 | 1 | -13/+24 |
|\ \ \ \ | |_|/ / |/| | | | failing tests, incomplete genesis state object | ||||
| * | | | failing tests for getting genesis block | Marek Kotewicz | 2015-03-30 | 1 | -13/+24 |
| |/ / | |||||
* | | | Merge pull request #1464 from LefterisJP/natspec_nonexistant_param | chriseth | 2015-03-31 | 1 | -12/+13 |
|\ \ \ | | | | | | | | | Detect if non-existant parameter is documented with natspec | ||||
| * | | | no need to have target json for failing tests | Lefteris Karapetsas | 2015-03-30 | 1 | -12/+2 |
| | | | | |||||
| * | | | Detect if non-existant parameter is documented with natspec | Lefteris Karapetsas | 2015-03-30 | 1 | -1/+12 |
| |/ / | |||||
* | | | Merge pull request #1414 from LefterisJP/sol_notImplementedFuncs | chriseth | 2015-03-31 | 2 | -0/+65 |
|\ \ \ | |/ / |/| | | Interface contracts | ||||
| * | | Fix some styling issues and remove comments | Lefteris Karapetsas | 2015-03-30 | 1 | -3/+3 |
| | | | |||||
| * | | Abstract contract and inheritance | Lefteris Karapetsas | 2015-03-27 | 1 | -3/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Checking the linearized base contracts for abstract functions and handle their existence appropriately - If a contract is abstract it can't be created with new - An abstract contract is not compiled (no backend code is generated) - Of course tests | ||||
| * | | Parsing of not fully implemented functions | Lefteris Karapetsas | 2015-03-25 | 2 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Adding the possibility of omitting a function body by simply ending a function definition with a semicolon - Such a function is marked as not fully implemented and any contract that contains such a function is considered a not fully implemented contract | ||||
* | | | Merge branch 'develop' into reqpeer | subtly | 2015-03-30 | 1 | -17/+19 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: libp2p/Network.h | ||||
| * | | | Use TransientDirectory. | Gav Wood | 2015-03-30 | 1 | -1/+3 |
| | | | | |||||
| * | | | Fix a load of horrible style that got through. | Gav Wood | 2015-03-30 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | Fix blockchain tests so they don't clobber the AZ blockchain DB! Make TransientDirectory use a temp path unless otherwise instructed. | ||||
* | | | | Merge branch 'develop' into reqpeer | subtly | 2015-03-30 | 6 | -25/+18 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/Network.cpp | ||||
| * | | | Refactored much of transaction queue for tidiness and optimisation. | Gav Wood | 2015-03-30 | 6 | -25/+18 |
| | | | | |||||
* | | | | makePeer and support setting listen IP. | subtly | 2015-03-28 | 1 | -4/+4 |
| | | | | |||||
* | | | | Merge branch 'p2p' into reqpeer | subtly | 2015-03-28 | 6 | -17/+441 |
|\| | | | |||||
| * | | | Merge pull request #1441 from chriseth/ctest | Gav Wood | 2015-03-28 | 1 | -0/+15 |
| |\ \ \ | | | | | | | | | | | Parse test files to automatically create ctest tests | ||||
| | * | | | Parse test files and create ctest tests. | chriseth | 2015-03-27 | 1 | -0/+15 |
| | | | | | |||||
| * | | | | Merge pull request #1410 from debris/1351_tests | Gav Wood | 2015-03-28 | 6 | -17/+426 |
| |\ \ \ \ | | | | | | | | | | | | | split #1351, tests | ||||
| | * | | | | fixes for test/TestUtils.h | Marek Kotewicz | 2015-03-26 | 2 | -26/+13 |
| | | | | | | |||||
| | * | | | | Merge branch 'develop' into 1351_tests | Marek Kotewicz | 2015-03-26 | 2 | -0/+22 |
| | |\ \ \ \ | |||||
| | * | | | | | ClientBase tests | Marek Kotewicz | 2015-03-25 | 6 | -17/+439 |
| | | |_|/ / | | |/| | | | |||||
* | / | | | | update CLI and AZ UI for replacing local-networking with explicit --listen-ip | subtly | 2015-03-28 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #1338 from LianaHus/sol_ConvertContractTypesToAddress | chriseth | 2015-03-27 | 1 | -2/+100 |
|\ \ \ \ \ | | | | | | | | | | | | | Solidity: Convert contract types to addresses | ||||
| * | | | | | added externalTypes function to functionType | Liana Husikyan | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | removed flag for externalSigniture | ||||
| * | | | | | two more tests | Liana Husikyan | 2015-03-26 | 1 | -4/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | style fixes | ||||
| * | | | | | tests for external types | Liana Husikyan | 2015-03-25 | 1 | -32/+51 |
| | | | | | | |||||
| * | | | | | renamed externalTypes to externalSignature | Liana Husikyan | 2015-03-25 | 2 | -5/+23 |
| | | | | | | |||||
| * | | | | | renamed getCanonicalSignature | Liana Husikyan | 2015-03-25 | 2 | -3/+34 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added externalTypes instead of types for interface functions added simple test todo testing | ||||
* | | | | | Merge pull request #1396 from chriseth/sol_cseOpt2 | chriseth | 2015-03-27 | 1 | -34/+81 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Common subexpression elimination, including simplifications. | ||||
| * | | | | Pattern matching for expression simplification. | chriseth | 2015-03-27 | 1 | -0/+41 |
| | | | | | |||||
| * | | | | Optimizing various single operations. | chriseth | 2015-03-27 | 1 | -36/+42 |
| | |/ / | |/| | | |||||
* | | | | adopt node IP address from udp header when ping.ipAddress isn't public | subtly | 2015-03-26 | 1 | -0/+34 |
| | | | | |||||
* | | | | correct net/test for ping packet | subtly | 2015-03-26 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-03-26 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1387 from winsvega/develop | Gav Wood | 2015-03-26 | 2 | -0/+22 |
| |\ \ \ | | |/ / | |/| | | Transaction Data Must Be Array | ||||
| | * | | Exceptions | winsvega | 2015-03-24 | 1 | -0/+7 |
| | | | | |||||
| | * | | Transaction Data Must Be Array | winsvega | 2015-03-23 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | +libsecp256k1test | ||||
* | | | | Clean up some code redundancy. | Gav Wood | 2015-03-26 | 2 | -0/+22 |
|/ / / | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | ||||
* | / | Code generation part 2. | chriseth | 2015-03-24 | 1 | -23/+140 |
| |/ |/| | |||||
* | | Merge pull request #1382 from CJentzsch/addTests | Gav Wood | 2015-03-24 | 7 | -36/+917 |
|\ \ | | | | | | | Add tests | ||||
| * | | style | CJentzsch | 2015-03-24 | 2 | -13/+12 |
| | | | |||||
| * | | refine bcJS_API_TestFiller.json | CJentzsch | 2015-03-23 | 1 | -36/+9 |
| | | | |||||
| * | | test for in-chain-uncles and uncles with gen 0 | CJentzsch | 2015-03-23 | 2 | -11/+200 |
| | | | |||||
| * | | check overflow for v value in transacition test | CJentzsch | 2015-03-23 | 1 | -0/+60 |
| | | | |||||
| * | | add possibility to have in-chain uncles as tests | CJentzsch | 2015-03-23 | 1 | -0/+10 |
| | | | |||||
| * | | gas overflow | CJentzsch | 2015-03-23 | 1 | -0/+28 |
| | | | |||||
| * | | bug fix | CJentzsch | 2015-03-23 | 1 | -5/+5 |
| | | | |||||
| * | | memory stress test for memory opdcodes - dejavu issue 28 | CJentzsch | 2015-03-23 | 1 | -0/+374 |
| | | | |||||
| * | | stack limit tests | CJentzsch | 2015-03-23 | 1 | -0/+204 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-03-23 | 6 | -9/+180 |
| |\| | |||||
| * | | max stack limit test | CJentzsch | 2015-03-21 | 1 | -0/+44 |
| | | | |||||
* | | | fix test typo | subtly | 2015-03-23 | 1 | -1/+1 |
| | | | |||||
* | | | gracefully handle old pingnode packet | subtly | 2015-03-23 | 1 | -0/+11 |
| |/ |/| | |||||
* | | Fix signed/unsigned mismatch. | Gav Wood | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | Merge host and nodetable network protocol version. | subtly | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | fix net/ unit tests for nodetable updates | subtly | 2015-03-23 | 1 | -0/+9 |
| | | |||||
* | | NodeTable constructor requires and listens to explicit IP address instead of ↵ | subtly | 2015-03-23 | 2 | -6/+6 |
| | | | | | | | | defaulting to 0.0.0.0 (all addresses). | ||||
* | | codingstandards | subtly | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | constant for discovery protocol version | subtly | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | Minor rename. | Gav Wood | 2015-03-20 | 1 | -1/+1 |
| | | | | | | | | Report errors properly. | ||||
* | | Merge pull request #1359 from winsvega/develop | Gav Wood | 2015-03-20 | 2 | -3/+143 |
|\| | | | | | SDIV | ||||
| * | Arithmetic Tests | winsvega | 2015-03-20 | 1 | -0/+84 |
| | | | | | | | | More Tests | ||||
| * | SDIV | winsvega | 2015-03-20 | 2 | -3/+59 |
| | | | | | | | | YP p.22 Test Case | ||||
* | | Merge pull request #1341 from chriseth/sol_packedStorage | chriseth | 2015-03-20 | 3 | -1/+163 |
|\ \ | |/ |/| | Packed storage for arrays. | ||||
| * | Disallowed special case of bytes0 arrays. | chriseth | 2015-03-18 | 2 | -0/+34 |
| | | |||||
| * | Packing for arrays. | chriseth | 2015-03-18 | 2 | -1/+129 |
| | | |||||
* | | Merge pull request #1344 from LefterisJP/sol_BytesToIntConv | chriseth | 2015-03-19 | 1 | -26/+74 |
|\ \ | | | | | | | Explicit conversion between bytes and int of any size | ||||
| * | | Reorganizing conversion EndToEndTests | Lefteris Karapetsas | 2015-03-19 | 1 | -27/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding/Renaming tests so that we have one for each of the following: * FixedBytes to Uint all sizes * FixedBytes to FixedBytes all sizes * Uint to FixedBytes all sizes - Grouped them together location-wise to make more sense | ||||
| * | | Explicit conversion between bytes and int of any size | Lefteris Karapetsas | 2015-03-18 | 1 | -0/+25 |
| |/ | | | | | | | - Allowing aforementioned conversion and adding tests for it | ||||
* | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-03-19 | 6 | -8/+42 |
|\ \ | | | | | | | | | | | | | Conflicts: mix/MixClient.cpp | ||||
| * \ | Merge pull request #1350 from winsvega/develop | Gav Wood | 2015-03-19 | 1 | -0/+5 |
| |\ \ | | | | | | | | | BlokTests | ||||
| | * | | BlokTests | winsvega | 2015-03-18 | 1 | -0/+5 |
| | |/ | | | | | | | | | | InvalidBlockRLP | ||||
| * | | Merge pull request #1346 from CJentzsch/FuzzTesting | Gav Wood | 2015-03-19 | 2 | -8/+34 |
| |\ \ | | | | | | | | | improve Fuzz testing | ||||
| | * | | less magic | CJentzsch | 2015-03-18 | 1 | -1/+2 |
| | | | | |||||
| | * | | update gasLimits | CJentzsch | 2015-03-18 | 1 | -4/+4 |
| | | | | |||||
| | * | | improve sampling in fuzz testing | CJentzsch | 2015-03-18 | 1 | -4/+29 |
| | |/ | |||||
| * | | Merge pull request #1178 from imapp-pl/pr/evmjit-v0.3 | Gav Wood | 2015-03-19 | 0 | -0/+0 |
| |\ \ | | | | | | | | | EVM JIT 0.3 (PoC-9) | ||||
| | * \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-16 | 26 | -517/+1432 |
| | |\ \ | |||||
| | * \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-13 | 14 | -313/+1234 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-12 | 21 | -216/+1713 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-09 | 13 | -303/+557 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-06 | 46 | -2788/+3890 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-05 | 17 | -192/+249 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-04 | 2 | -9/+361 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-02 | 9 | -96/+895 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-02-27 | 17 | -561/+3358 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into pr/evmjit-v0.2 | Paweł Bylica | 2015-02-25 | 5 | -31/+803 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-02-24 | 1 | -1/+102 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjit | Paweł Bylica | 2015-02-24 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | Add EVMJIT. | Gav Wood | 2015-02-21 | 75 | -40518/+0 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Exception-throwing assert. | chriseth | 2015-03-18 | 3 | -0/+3 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Diagnostics to try to track down the mining issues. | Gav Wood | 2015-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Extensive pathway for reporting transaction execution results. | Gav Wood | 2015-03-18 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Rename transact -> submitTransaction (reflecting aynch nature). | Gav Wood | 2015-03-18 | 1 | -3/+3 |
|/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | added test to check anonymous events with user specified topics | Liana Husikyan | 2015-03-17 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added initial value for m_anonymous of EventDefinition | ||||
* | | | | | | | | | | | | | | added anonymous to ABI | Liana Husikyan | 2015-03-17 | 1 | -0/+21 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | changed the position of 'anonymous' keyword: event <name>() anonymous. | Liana Husikyan | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - style changes | ||||
* | | | | | | | | | | | | | | Added anonymous flag to event. | Liana Husikyan | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added test | ||||
* | | | | | | | | | | | | | | added test for anonymous event | Liana Husikyan | 2015-03-17 | 1 | -0/+15 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #1333 from arkpar/eth_buildc | Gav Wood | 2015-03-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for building with clang and GNU gold linker on linux | ||||
| * | | | | | | | | | | | | | | supported building with clang and GNU gold linker on linux | arkpar | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #1326 from chriseth/sol_packedStorage | chriseth | 2015-03-17 | 3 | -14/+243 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Let Solidity pack its storage | ||||
| * | | | | | | | | | | | | | | Fetch and store packed values. | chriseth | 2015-03-17 | 2 | -13/+139 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Compute packing offsets. | chriseth | 2015-03-17 | 1 | -0/+82 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Enlarge storage references to two stack slots. | chriseth | 2015-03-17 | 2 | -2/+23 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #1329 from winsvega/develop | Gav Wood | 2015-03-17 | 1 | -0/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ExpXY Test | ||||
| * | | | | | | | | | | | | | | | ExpXY Test | winsvega | 2015-03-17 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge pull request #1318 from CJentzsch/addTests | Gav Wood | 2015-03-17 | 6 | -125/+1199 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | add test for uncle generation | ||||
| * | | | | | | | | | | | | | | | update blockchain tests | CJentzsch | 2015-03-17 | 6 | -180/+378 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-03-16 | 1 | -13/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | add test for uncle generation | CJentzsch | 2015-03-14 | 2 | -2/+878 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge pull request #1328 from debris/remove_orig | chriseth | 2015-03-17 | 1 | -3229/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed redundant diff file | ||||
| * | | | | | | | | | | | | | | | | | removed diff file | Marek Kotewicz | 2015-03-17 | 1 | -3229/+0 |
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge pull request #1325 from LefterisJP/sol_MsgSig | chriseth | 2015-03-17 | 1 | -0/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Adding msg.sig Solidity Magic type | ||||
| * | | | | | | | | | | | | | | | | Additional test for msg.sig | Lefteris Karapetsas | 2015-03-16 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Adding msg.sig Solidity Magic type | Lefteris Karapetsas | 2015-03-16 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | msg.sig will return a bytes4 with the function signature located in CALLDATALOAD | ||||
* | | | | | | | | | | | | | | | | | - added more tests to check constant specifier implementation | Liana Husikyan | 2015-03-16 | 4 | -1430/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - deny use of const for local variables - deny unitialized const variables - only int, fixed strings, and enums can be declaired as const | ||||
* | | | | | | | | | | | | | | | | | - added isPartOfExternalInterface to Declaration | Liana Husikyan | 2015-03-16 | 3 | -28/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - changed position for the constant specifier. now it goes after type: <type> <constant> <name> = <value> - removed tests for constant functions, checkings for constant function doesn't belong to this story | ||||
* | | | | | | | | | | | | | | | | | added parsing for constant variables | Liana Husikyan | 2015-03-16 | 4 | -0/+4703 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge pull request #1299 from winsvega/develop | Gav Wood | 2015-03-16 | 4 | -236/+501 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | State Tests | ||||
| * | | | | | | | | | | | | | | | | State Tests | winsvega | 2015-03-14 | 1 | -40/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stSystemOperations poc9 | ||||
| * | | | | | | | | | | | | | | | | State Tests | winsvega | 2015-03-14 | 3 | -196/+461 |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | poc9 | ||||
* | | | | | | | | | | | | | | | | Merge pull request #1312 from imapp-pl/feature/testeth_stats | Gav Wood | 2015-03-16 | 5 | -59/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stats for testeth + bonus | ||||
| * | | | | | | | | | | | | | | | | Prettify VM and State test outputs | Paweł Bylica | 2015-03-14 | 3 | -7/+7 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Stats for testeth | Paweł Bylica | 2015-03-14 | 5 | -52/+74 |
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple listener support added to testeth. Stats class implements the Listener interface and collects tests execution times. Try options: --stats or --stats=full. Closes ethereum/cpp-ethereum#1285 | ||||
* | | | | | | | | | | | | | | | | Merge pull request #1319 from CJentzsch/fixCallCode | Gav Wood | 2015-03-16 | 1 | -0/+34 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Fix CALLCODE | ||||
| * | | | | | | | | | | | | | | | test for callcode to 0 | CJentzsch | 2015-03-14 | 1 | -0/+34 |
| |/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-03-15 | 15 | -73/+547 |
|\| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #1316 from debris/develop | Gav Wood | 2015-03-14 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethereumjs changes related with #1284 | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit '5bbd7b5c15de77c194ce72f72901da672faf64a0' into develop | Marek Kotewicz | 2015-03-13 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from d509360..eceeda7 | Marek Kotewicz | 2015-03-13 | 3 | -125/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eceeda7 gulp cc3e373 Merge pull request #109 from LefterisJP/string_hash_rename 3a22498 string type basically becomes bytes type 760634a Changing abi tests to use fixed bytes type 6554479 Merge pull request #108 from frozeman/apiOverhaul b322378 removed unecessary utils 9a3d320 changed my author url 8516a2f removed uncommented line 1730f21 add version replacement use version.json now 27e5706 bumped version 3614cea bumped version 9c3d1b2 merged develop 2e320ed add versions 08a38b3 removed unecessary open in httpprovidor 5636510 add inputformatter for sha3 50ca903 add build f351e95 removed unecessary log 67ab5ef removed unecessary log git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: eceeda7d0878579cdc6324f3026ae88079c30720 | ||||
| * | | | | | | | | | | | | | | | Merge pull request #1309 from CJentzsch/fixCalldataload | Gav Wood | 2015-03-14 | 1 | -0/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix calldataload | ||||
| | * | | | | | | | | | | | | | | | fix calldataload | CJentzsch | 2015-03-13 | 1 | -0/+28 |
| | |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | Merge pull request #1310 from CJentzsch/addmodMulmodFix | Gav Wood | 2015-03-14 | 1 | -0/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add addmod test in order to check that nothing get downcasted inbetween | ||||
| | * | | | | | | | | | | | | | | | add addmod test in order toc check that nothing get downcasted inbetween | CJentzsch | 2015-03-13 | 1 | -0/+28 |
| | |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | Merge pull request #1314 from CJentzsch/blockTests | Gav Wood | 2015-03-14 | 5 | -39/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove seedhash from block header tests | ||||
| | * | | | | | | | | | | | | | | | clean up | CJentzsch | 2015-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | remove seedhash from block header tests | CJentzsch | 2015-03-13 | 5 | -37/+1 |
| | |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | Merge pull request #1295 from CJentzsch/randomStateTests | Gav Wood | 2015-03-14 | 8 | -34/+488 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Random state tests | ||||
| | * | | | | | | | | | | | | | | | style | CJentzsch | 2015-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | style | CJentzsch | 2015-03-13 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | bugfix | CJentzsch | 2015-03-13 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into randomStateTests | CJentzsch | 2015-03-12 | 6 | -290/+246 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | style | CJentzsch | 2015-03-12 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | random state test optmization | CJentzsch | 2015-03-12 | 3 | -6/+14 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | style fix | CJentzsch | 2015-03-12 | 3 | -11/+13 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | remove unneccessary dependencies | CJentzsch | 2015-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | remove boost test lib macros from check random state test | CJentzsch | 2015-03-12 | 1 | -18/+24 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | add check random state test for jit | CJentzsch | 2015-03-12 | 6 | -93/+342 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | create random state tests | CJentzsch | 2015-03-12 | 3 | -16/+207 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Renaming getData -> getCode, remove getStorage, fix a bunch of JSONRPC | Gav Wood | 2015-03-15 | 1 | -11/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods with more expansive error handling. | ||||
* | | | | | | | | | | | | | | | | | getData -> getCode. | Gav Wood | 2015-03-15 | 1 | -2/+2 |
|/ / / / / / / / / / / / / / / / | |||||
* | | | | / / / / / / / / / / / | Fix gas for builtin. | chriseth | 2015-03-14 | 1 | -0/+15 |
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1300 | ||||
* | | | | | | | | | | | | | | | Merge pull request #1284 from LefterisJP/sol_SBHCleanup | Lefteris Karapetsas | 2015-03-13 | 5 | -140/+256 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | Solidity StringXX and HashXX types change to BytesXX | ||||
| * | | | | | | | | | | | | | | Small FixedBytes type fixes | Lefteris Karapetsas | 2015-03-13 | 2 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Integer Constant is explicitly convertible to FixedBytes, so using that in the tests | ||||
| * | | | | | | | | | | | | | | Some fixes on Types.cpp for FixedBytesType | Lefteris Karapetsas | 2015-03-12 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Style fixes and some additional hash to bytes32 renaming | Lefteris Karapetsas | 2015-03-12 | 2 | -17/+17 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Removing uncecessary intermediate int conversion in log tests | Lefteris Karapetsas | 2015-03-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | byte is now an alias for byte1 | Lefteris Karapetsas | 2015-03-12 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fixing byte array index access code generation | Lefteris Karapetsas | 2015-03-12 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Changes in Solidity Tests to use the new bytesXX type | Lefteris Karapetsas | 2015-03-12 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Conversion changes after renaming Hash/String to Bytes. | Lefteris Karapetsas | 2015-03-12 | 1 | -33/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Almost all end to end tests pass. Still needs a little bit of work | ||||
| * | | | | | | | | | | | | | | Most EndToEndTests are now compliant with the Bytes renaming | Lefteris Karapetsas | 2015-03-12 | 3 | -71/+178 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Bytes Tokens properly named and NameAndTypeResolution tests work | Lefteris Karapetsas | 2015-03-12 | 1 | -15/+16 |
| |/ / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Merge pull request #1283 from CJentzsch/addTests | Gav Wood | 2015-03-13 | 9 | -23/+976 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests | ||||
| * | | | | | | | | | | | | | | dejavu issue 19 - stack underflows | CJentzsch | 2015-03-13 | 3 | -2/+120 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | readd --filltest option and add dejavu issue 42 test | CJentzsch | 2015-03-12 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-03-12 | 14 | -373/+483 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | OOG or 1024 depth level fail for CALLCODE | CJentzsch | 2015-03-11 | 1 | -32/+176 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | OOG or 1024 depth level fail | CJentzsch | 2015-03-11 | 1 | -4/+233 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add callCreateCallCode test file | CJentzsch | 2015-03-11 | 3 | -42/+166 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | check value when doing callcode | CJentzsch | 2015-03-11 | 1 | -3/+45 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | suicide refund with and without storage | CJentzsch | 2015-03-11 | 1 | -1/+43 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | suicide and storage refund tests | CJentzsch | 2015-03-11 | 1 | -19/+140 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-03-11 | 6 | -53/+1031 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into addTests | CJentzsch | 2015-03-11 | 10 | -80/+434 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | add 32 bit overflow tests | CJentzsch | 2015-03-11 | 1 | -0/+102 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Remove seedHash from header. | Gav Wood | 2015-03-13 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | net_version | Gav Wood | 2015-03-12 | 1 | -0/+20 |
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | web3_clientVersion | ||||
* | | | | | | | | | | | | | | | | Merge pull request #1294 from imapp-pl/pr/testeth_options | Gav Wood | 2015-03-12 | 5 | -121/+132 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testeth: optional VM tracing (--vmtrace) | ||||
| * | | | | | | | | | | | | | | | | testeth: optional VM tracing (--vmtrace), command line options refactoring. | Paweł Bylica | 2015-03-12 | 5 | -121/+132 |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes ethereum/cpp-ethereum#1280 | ||||
* | | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpc | Marek Kotewicz | 2015-03-12 | 8 | -83/+237 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libweb3jsonrpc/WebThreeStubServerBase.cpp | ||||
| * | | | | | | | | | | | | | | | Merge pull request #1282 from winsvega/develop | Gav Wood | 2015-03-12 | 6 | -52/+213 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | State Tests | ||||
| | * | | | | | | | | | | | | | | | State Tests | winsvega | 2015-03-11 | 6 | -52/+213 |
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POC9 updates | ||||
| * | | | | | | | | | | | | | | | Merge pull request #1276 from ethereum/p2p | Gav Wood | 2015-03-12 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: fixes | ||||
| | * | | | | | | | | | | | | | | | fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for ↵ | subtly | 2015-03-11 | 1 | -0/+1 |
| | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connect. only try to connect to as many peers as is necessary. update unit test. | ||||
| * | | | | | | | | | | | | | | | Fixed indentation. | chriseth | 2015-03-11 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Fixed assembly tests. | chriseth | 2015-03-11 | 1 | -31/+23 |
| |/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpc | Marek Kotewicz | 2015-03-11 | 6 | -53/+1031 |
|\| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #1264 from winsvega/poc9trie | Gav Wood | 2015-03-11 | 3 | -37/+257 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | State Init And State Transaction Tests | ||||
| | * | | | | | | | | | | | | | | State Transaction Tests | winsvega | 2015-03-11 | 1 | -1/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bonus gas at call with value transfer | ||||
| | * | | | | | | | | | | | | | | State Init And Transaction Tests | winsvega | 2015-03-11 | 3 | -37/+162 |
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed to poc9 | ||||
| * | | | | | | | | | | | | | | Merge pull request #1086 from ethereum/p2p | Gav Wood | 2015-03-11 | 3 | -16/+774 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | p2p: rlpx transport | ||||
| | * | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-03-10 | 1 | -0/+11 |
| | |\| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | replace go counter logic. remove dead test code. | subtly | 2015-03-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-03-10 | 1 | -12/+28 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | bugfix and doc clarification. fix test. | subtly | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-03-09 | 2 | -104/+268 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | coding standards | subtly | 2015-03-08 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | fix kdf test | subtly | 2015-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-03-08 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into p2p | subtly | 2015-03-08 | 52 | -2980/+4156 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | separate packet type. add coding. | subtly | 2015-03-06 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | test header macs | subtly | 2015-03-06 | 1 | -3/+42 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-03-05 | 35 | -766/+5543 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/Host.cpp libp2p/Host.h | ||||
| | * | | | | | | | | | | | | | | | | authenticated capability (hello) and handshake authentication | subtly | 2015-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | test initial secrets and ciphers, interop with go | subtly | 2015-03-05 | 2 | -91/+419 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | update host for ecies interop. test sha3 output of interim digest. | subtly | 2015-03-04 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | ECIES interop with go is a go. | subtly | 2015-03-03 | 1 | -0/+47 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | ecies interop fix and tests. 128-bit keys. | subtly | 2015-03-03 | 1 | -10/+38 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | start of ecies interop with go | subtly | 2015-03-02 | 1 | -14/+64 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-24 | 13 | -74/+986 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-18 | 16 | -57/+3392 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into p2p | subtly | 2015-02-17 | 5 | -41/+175 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | initial handshake on the wire | subtly | 2015-02-17 | 1 | -10/+56 |
| | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | finished test of new-node handshake | subtly | 2015-02-14 | 1 | -12/+54 |
| | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Merge branch 'develop' into p2p | subtly | 2015-02-14 | 11 | -30/+657 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | end-to-end handshake for uknown node | subtly | 2015-02-14 | 1 | -19/+66 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | key agreement | subtly | 2015-02-14 | 1 | -4/+41 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | ack handshake for new node and encrypt both sides | subtly | 2015-02-13 | 1 | -4/+19 |
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | initiator handshake crypto-test | subtly | 2015-02-13 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | | | | eth_queuedTransactions renamed to eth_fetchQueuedTransactions | Marek Kotewicz | 2015-03-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | |