aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed exception when function is not foundLiana Husikyan2015-06-011-30/+2
|
* special handle of sendLiana Husikyan2015-06-011-1/+0
|
* modified the testLiana Husikyan2015-06-011-4/+12
|
* remove line for debuggingLiana Husikyan2015-06-011-1/+0
|
* test for constructor (out of band exception)Liana Husikyan2015-06-011-2/+20
|
* test for exception in constructorLiana Husikyan2015-06-011-0/+17
|
* one more test to test the call of non-existed functionLiana Husikyan2015-06-011-1/+27
| | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* added test to check evm exceptionLiana Husikyan2015-06-011-0/+24
|
* added error jump instead of STOP instraction in case of exceptionLiana Husikyan2015-06-012-192/+1
|
* Merge pull request #2032 from CJentzsch/jumpdestMemoryUsageGav Wood2015-06-010-0/+0
|\ | | | | Jumpdest memory usage
| * add JUMPDEST attack test with JUMPCJentzsch2015-05-290-0/+0
| |
| * add similiar tests for jumpiCJentzsch2015-05-290-0/+0
| |
| * fix testCJentzsch2015-05-290-0/+0
| |
| * add test for PC overflow in jumpCJentzsch2015-05-290-0/+0
| |
| * add creation transactionCJentzsch2015-05-290-0/+0
| | | | | | | | | | | | merge cleanup
* | Merge pull request #2026 from gluk256/pbkdf2Gav Wood2015-06-010-0/+0
|\ \ | | | | | | topic encryption with pbkdf2
| * | gamma generation algorithm changedVlad Gluhovsky2015-05-290-0/+0
| | |
| * | topic encryption with pbkdf2Vlad Gluhovsky2015-05-290-0/+0
| |/
* | Merge pull request #2024 from arkpar/bcGav Wood2015-05-290-0/+0
|\ \ | |/ |/| Blockchain sync refactoring
| * GetBlockHashesByNumber packetarkpar2015-05-290-0/+0
| |
* | Merge pull request #2022 from debris/miniupnp_winGav Wood2015-05-290-0/+0
|\ \ | | | | | | miniupnp windows
| * | changes required to make miniupnp working on windowsethdev zug2015-05-271-3/+0
| | |
| * | Merge branch 'develop' of https://github.com/lotrf3/cpp-ethereum into developethdev zug2015-05-271-0/+3
| |\ \ | | |/ | |/|
| | * Fix dumbest syntax error everlotrf32015-05-271-1/+1
| | |
| | * Ensure dependencies are conditional on Windowslotrf32015-05-271-1/+3
| | |
| | * Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developlotrf32015-05-260-0/+0
| | |\
| | * | Added upnp support to Windowslotrf32015-05-261-0/+1
| | | |
* | | | Merge pull request #2017 from CJentzsch/fixMemCallGav Wood2015-05-290-0/+0
|\ \ \ \ | | | | | | | | | | add more tests for CALL memory output
| * | | | styleCJentzsch2015-05-260-0/+0
| | | | |
| * | | | more testsCJentzsch2015-05-260-0/+0
| | | | |
| * | | | fix output memory for CALLCJentzsch2015-05-260-0/+0
| | |_|/ | |/| |
* | | | Merge pull request #2009 from CJentzsch/walletTestsGav Wood2015-05-290-0/+0
|\ \ \ \ | | | | | | | | | | update and expand wallet tests
| * | | | fix blockhashOutOfRange testCJentzsch2015-05-260-0/+0
| | | | |
| * | | | update wallet contract to latest changesCJentzsch2015-05-260-0/+0
| | | | |
| * | | | Merge remote-tracking branch 'upstream/develop' into walletTestsCJentzsch2015-05-260-0/+0
| |\| | |
| * | | | update wallet testsCJentzsch2015-05-260-0/+0
| | | | |
| * | | | test clearing pending transactionsCJentzsch2015-05-230-0/+0
| | | | |
| * | | | update and expand wallet testsCJentzsch2015-05-230-0/+0
| | | | |
| * | | | update wallet testsCJentzsch2015-05-230-0/+0
| | |_|/ | |/| |
* | | | Merge pull request #1951 from imapp-pl/no_warningsGav Wood2015-05-290-0/+0
|\ \ \ \ | |_|_|/ |/| | | Little improved base64 implementation.
| * | | Merge branch 'develop' into no_warningsPaweł Bylica2015-05-264-7/+159
| |\ \ \ | | | |/ | | |/|
| * | | One more unit test for base64 encoding.Paweł Bylica2015-05-210-0/+0
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into no_warningsPaweł Bylica2015-05-212-8/+35
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: test/libdevcrypto/hexPrefix.cpp
| * | | | Little improved base64 implementation.Paweł Bylica2015-05-180-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_functionalGasEstimatorchriseth2015-05-261-10/+89
|\ \ \ \ \ | |_|_|/ / |/| | | | Functional gas estimator
| * | | | Removed redundant std.chriseth2015-05-261-1/+1
| | | | |
| * | | | Functional gas estimator.chriseth2015-05-221-10/+31
| | | | |
| * | | | Path gas meter.chriseth2015-05-221-6/+64
| | |_|/ | |/| |
* / | | Add secret store test.Gav Wood2015-05-250-0/+0
|/ / / | | | | | | | | | Remove unneccessary components of scrypt.
* | | Merge remote-tracking branch 'up/develop' into bugFixyann3002015-05-214-7/+159
|\ \ \
| * \ \ Merge pull request #1980 from CJentzsch/shaingTestOutputGav Wood2015-05-211-2/+7
| |\ \ \ | | | | | | | | | | handle output larger than 4069 bytes in test
| | * | | remove eth_solidity dependency for statetestsCJentzsch2015-05-200-0/+0
| | | | |
| | * | | handle output larger than 4069 bytes in testCJentzsch2015-05-191-2/+7
| | | | |
| * | | | Merge pull request #1988 from LianaHus/sol_Check_ref_problems_for_structschriseth2015-05-211-0/+86
| |\ \ \ \ | | | | | | | | | | | | Check: Reference problems concerning structs
| | * | | | Update SolidityEndToEndTest.cppLiana Husikyan2015-05-211-1/+1
| | | | | |
| | * | | | Update SolidityEndToEndTest.cppLiana Husikyan2015-05-211-1/+1
| | | | | |
| | * | | | style fixLiana Husikyan2015-05-211-2/+2
| | | | | |
| | * | | | Update SolidityEndToEndTest.cppLiana Husikyan2015-05-211-1/+0
| | | | | |
| | * | | | added tests to check references to struct type.Liana Husikyan2015-05-201-0/+87
| | | |_|/ | | |/| |
| * | | | Merge pull request #1983 from chriseth/sol_knowledgeableGasEstimationchriseth2015-05-212-5/+66
| |\ \ \ \ | | |/ / / | |/| | | Gas estimation taking known state into account.
| | * | | Gas estimation taking known state into account.chriseth2015-05-202-5/+66
| | | | |
* | | | | Merge remote-tracking branch 'up/develop' into bugFixyann3002015-05-202-8/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mix/CodeModel.cpp
| * | | | Pregenerate DAG when mining on AZ/eth/ethminer.Gav Wood2015-05-200-0/+0
| |/ / / | | | | | | | | | | | | Use regeneratable key for decrets by default.
| * | | Move OverlayDB (leveldb dependent) back into libdevcrypto.Gav Wood2015-05-200-0/+0
| | | |
| * | | Merge branch 'bc' of https://github.com/arkpar/cpp-ethereum into arkpar-bcGav Wood2015-05-200-0/+0
| |\ \ \
| | * | | orderedTrieRoot testingarkpar2015-05-190-0/+0
| | | | |
| | * | | use TrieHash for transactions and receipts rootsarkpar2015-05-190-0/+0
| | |/ /
| * | | Move non-cryptopp dependent stuff into devcore.Gav Wood2015-05-202-2/+2
| | | |
| * | | SHA3, RIPEMD160 and SHA256 are now not cryptopp impls.Gav Wood2015-05-201-7/+3
| |/ /
* | | merge with developyann3002015-05-191-0/+31
|\| |
| * | Merge pull request #1966 from CJentzsch/addTestsGav Wood2015-05-190-0/+0
| |\ \ | | | | | | | | Add tests
| | * | add create retrun value testsCJentzsch2015-05-180-0/+0
| | | |
| * | | Merge pull request #1899 from debris/web.js4.2Gav Wood2015-05-180-0/+0
| |\ \ \ | | | | | | | | | | web.js 4.2
| | * \ \ merge commit '89dbcca30b752ecf2b8b56b5f396a6a86c29fc0a' into web.js4.2Marek Kotewicz2015-05-140-0/+0
| | |\ \ \
| | | * | | Squashed 'libjsqrc/ethereumjs/' changes from e908439..16861fcMarek Kotewicz2015-05-1415-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: SimpleTx3winsvega2015-05-180-0/+0
| | | | | |
| * | | | | New Testswinsvega2015-05-180-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | validBlockTestFix Solidity Contract Inheritance singletest for blockchain
| * | | | | Merge pull request #1931 from chriseth/sol_callcodechriseth2015-05-181-0/+31
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Bare callcode for addresses and contracts.
| | * | | | Bare callcode for addresses and contracts.chriseth2015-05-161-0/+31
| | | | | |
| * | | | | Fixed error introduced in 953be7886b5681f0fa8ecde94b1fdb8c25afbfd4Martin Holst Swende2015-05-180-0/+0
| | | | | |
* | | | | | add list of second errorannotation instead of single item.yann3002015-05-190-0/+0
|/ / / / /
* | | | | Merge pull request #1908 from arkpar/trie_perfGav Wood2015-05-180-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Trie performance optimizations
| * | | | | stylearkpar2015-05-150-0/+0
| | | | | |
| * | | | | Trie optimizationsarkpar2015-05-150-0/+0
| | |/ / / | |/| | |
* | | | | Parallelised BlockQueue.Gav Wood2015-05-180-0/+0
| |_|_|/ |/| | | | | | | | | | | Setup for using TrieRoot.
* | | | Merge pull request #1890 from LefterisJP/ethash_aux_use_seedhashGav Wood2015-05-160-0/+0
|\ \ \ \ | | | | | | | | | | Use seedhash everywhere in EthashAux
| * | | | Stricter interface for EthashAux::light()Lefteris Karapetsas2015-05-150-0/+0
| | | | |
* | | | | Merge pull request #1912 from CJentzsch/fixGasPricerTestsGav Wood2015-05-150-0/+0
|\ \ \ \ \ | | | | | | | | | | | | update gas Pricer tests
| * | | | | update gas Pricer testsCJentzsch2015-05-150-0/+0
| | | | | |
* | | | | | Merge pull request #1911 from CJentzsch/ficInChainUncleTestsGav Wood2015-05-150-0/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | fix in chain uncle tests
| * | | | | fix in chain uncle testsCJentzsch2015-05-150-0/+0
| |/ / / /
* | | | | Store copied assembly items in test. Fixes OSX issues.chriseth2015-05-151-16/+13
| | | | |
* | | | | Disable test.chriseth2015-05-151-12/+15
| | | | |
* | | | | Merge pull request #1889 from chriseth/sol_multipleTagsOnStackchriseth2015-05-151-0/+43
|\ \ \ \ \ | |/ / / / |/| | | | Known state: store tags on stack as unions.
| * | | | Known state: store tags on stack as unions.chriseth2015-05-131-0/+43
| |/ / /
* | | | Merge pull request #1891 from imapp-pl/pr/testsGav Wood2015-05-150-0/+0
|\ \ \ \ | | | | | | | | | | More arithmetic VM tests
| * | | | Tests: SMOD edge case test.Paweł Bylica2015-05-140-0/+0
| | | | |
| * | | | Add support for --singletest filter in VM tests.Paweł Bylica2015-05-140-0/+0
| | |/ / | |/| | | | | | | | | | Add & correct arithmetic VM tests.
* | | | correct expext value for in chain uncle testsCJentzsch2015-05-140-0/+0
| | | |
* | | | add in chain uncle test for every generationCJentzsch2015-05-140-0/+0
|/ / /
* | | Merge pull request #1870 from subtly/discoveryGav Wood2015-05-130-0/+0
|\ \ \ | | | | | | | | Guard m_node.endpoint access and updates.
| * \ \ Merge branch 'develop' into discoverysubtly2015-05-135-86/+190
| |\ \ \
| * \ \ \ Merge branch 'develop' into discoverysubtly2015-05-122-0/+65
| |\ \ \ \
| * | | | | Guard m_node.endpoint access and updates.subtly2015-05-120-0/+0
| | | | | |
* | | | | | Merge pull request #1861 from CJentzsch/addTestsGav Wood2015-05-130-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | add identity contract tests
| * | | | | | styleCJentzsch2015-05-130-0/+0
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-05-137-86/+255
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | add identity contract testsCJentzsch2015-05-110-0/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1854 from CJentzsch/optionalWalletTestsGav Wood2015-05-132-0/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | optional wallet blockChain tests, because it takes a while
| * | | | | optional wallet blockChain tests, beacuse it takes a whileCJentzsch2015-05-112-0/+4
| | | | | |
* | | | | | Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""Gav Wood2015-05-131-7/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #1875 from chriseth/sol_invertIfGav Wood2015-05-131-30/+29
|\ \ \ \ \ | | | | | | | | | | | | Reverse if and else body.
| * | | | | Reverse if and else body.chriseth2015-05-121-30/+29
| | | | | |
* | | | | | Merge pull request #1873 from chriseth/sol_unifyBlocksGav Wood2015-05-131-1/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | Unify blocks that share code.
| * | | | | | Unify blocks with shared code.chriseth2015-05-121-1/+37
| |/ / / / /
* | | | | | Merge pull request #1849 from gluk256/developGav Wood2015-05-130-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Test for Capability class
| * | | | | | Fixed warning: unused parameterVlad Gluhovsky2015-05-120-0/+0
| | | | | | |
| * | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developVlad Gluhovsky2015-05-122-0/+65
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Coding Standards fixVlad Gluhovsky2015-05-110-0/+0
| | | | | | |
| * | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into developVlad Gluhovsky2015-05-112-12/+15
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Coding Standards fixVlad Gluhovsky2015-05-110-0/+0
| | | | | | |
| * | | | | | Test for Capability classVlad Gluhovsky2015-05-100-0/+0
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Basic configuration for sending and receiving messgaes.
* | | | | | Merge pull request #1855 from imapp-pl/pr/cmake_runtime_output_directoryGav Wood2015-05-131-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin"
| * \ \ \ \ \ Merge branch 'develop' into pr/cmake_runtime_output_directoryMarek Kotewicz2015-05-124-12/+80
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Create symlink to old testeth location to make bildbot happyPaweł Bylica2015-05-111-2/+7
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1829 from imapp-pl/pr/fix_singletest_optionGav Wood2015-05-132-48/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | testeth: fix --singletest option
| * | | | | | Ping buildbotPaweł Bylica2015-05-120-0/+0
| | | | | | |
| * | | | | | testeth: support for --singletest option with only test name param.Paweł Bylica2015-05-121-3/+18
| | | | | | |
| * | | | | | testeth: fix --singletest optionPaweł Bylica2015-05-082-49/+43
| | | | | | |
* | | | | | | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-05-131-0/+57
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #1864 from chriseth/sol_knowledgeEngine2chriseth2015-05-121-0/+57
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Transfer knowledge about the state across jumps.
| | * | | | | | Compute state intersection.chriseth2015-05-111-0/+36
| | | | | | | |
| | * | | | | | Tests.chriseth2015-05-111-0/+21
| | | |_|_|/ / | | |/| | | |
* | / | | | | Extra diagnostics, assertions and fail-safes for tracking BadRoot bug.Gav Wood2015-05-130-0/+0
|/ / / / / /
* | | | | | Merge pull request #1816 from LefterisJP/ethash_reloadedGav Wood2015-05-120-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ethash reloaded
| * \ \ \ \ \ Merge branch 'develop' into ethash_reloadedLefteris Karapetsas2015-05-124-12/+80
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'develop' into ethash_reloadedLefteris Karapetsas2015-05-114-8/+156
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'develop' into ethash_reloadedLefteris Karapetsas2015-05-081-0/+98
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Further fixes in Ethash integration and testingLefteris Karapetsas2015-05-080-0/+0
| | | | | | |
| * | | | | | New ethash API integration part 1Lefteris Karapetsas2015-05-070-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/evmjitGav Wood2015-05-122-5/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Smart VM
| * | | | | | SmartVM: initial implementationPaweł Bylica2015-05-062-5/+3
| | | | | | |
* | | | | | | Integrate KeyManager.Gav Wood2015-05-120-0/+0
| | | | | | |
* | | | | | | Merge pull request #1848 from debris/web3jsGav Wood2015-05-120-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | web3.js 0.3.6 - new ABI encoding implementation
| * \ \ \ \ \ \ Merge commit '13a744559744831e4cb0c13592df070148077359' into web3jsMarek Kotewicz2015-05-100-0/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Squashed 'libjsqrc/ethereumjs/' changes from 3b799d1..e908439Marek Kotewicz2015-05-109-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/adjustInputLimitsTestsGav Wood2015-05-120-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | reorganize input Limittests
| * | | | | | | reorganize inout Limits testsCJentzsch2015-05-110-0/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Update SolidityABIJSON.cppLiana Husikyan2015-05-111-1/+1
| | | | | | |
* | | | | | | updated unit testLiana Husikyan2015-05-112-30/+27
| | | | | | |
* | | | | | | bug in abi. fixed external type for return parametersLiana Husikyan2015-05-112-1/+69
|/ / / / / /
* | | | | | Merge pull request #1831 from chriseth/sol_newABIEncodingchriseth2015-05-112-12/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | New ABI encoding for dynamic types.
| * | | | | New ABI encoding for dynamic types.chriseth2015-05-082-12/+15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1771 from debris/v8consoleGav Wood2015-05-101-0/+17
|\ \ \ \ \ | | | | | | | | | | | | v8 javascript console
| * \ \ \ \ Merge branch 'develop' into v8consoleMarek Kotewicz2015-05-074-9/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'develop' into v8consoleMarek Kotewicz2015-05-051-0/+46
| |\ \ \ \ \
| * | | | | | wrap const char* in jsstringMarek Kotewicz2015-05-050-0/+0
| | | | | | |
| * | | | | | rpc provider in progressMarek Kotewicz2015-05-040-0/+0
| | | | | | |
| * | | | | | printing v8 errorsMarek Kotewicz2015-04-300-0/+0
| | | | | | |
| * | | | | | jsconsole optional for testsMarek Kotewicz2015-04-301-3/+16
| | | | | | |
| * | | | | | Merge branch 'develop' into v8consoleMarek Kotewicz2015-04-301-626/+0
| |\ \ \ \ \ \
| * | | | | | | console command line optionMarek Kotewicz2015-04-290-0/+0
| | | | | | | |
| * | | | | | | Merge branch 'develop' into v8consoleMarek Kotewicz2015-04-298-611/+731
| |\ \ \ \ \ \ \
| * | | | | | | | jsvalueprinterMarek Kotewicz2015-04-280-0/+0
| | | | | | | | |
| * | | | | | | | libjsconsole initMarek Kotewicz2015-04-280-0/+0
| | | | | | | | |
| * | | | | | | | cleanup, libjsengineMarek Kotewicz2015-04-283-30/+2
| | | | | | | | |
| * | | | | | | | v8 integration initial commitMarek Kotewicz2015-04-283-0/+32
| | | | | | | | |
* | | | | | | | | Merge pull request #1753 from winsvega/blockweight2Gav Wood2015-05-090-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Total Difficulty
| * | | | | | | | | Total Difficulty: last block hash fixwinsvega2015-05-080-0/+0
| | | | | | | | | |
| * | | | | | | | | Total Difficulty: bug fixwinsvega2015-05-080-0/+0
| | | | | | | | | |
| * | | | | | | | | Total Difficulty: lastblockhash checkwinsvega2015-05-080-0/+0
| | | | | | | | | |
| * | | | | | | | | Total Difficulty: style + rebasewinsvega2015-05-080-0/+0
| | | | | | | | | |
| * | | | | | | | | Total Difficulty: new testswinsvega2015-05-080-0/+0
| | | | | | | | | |
| * | | | | | | | | Total Difficulty: test fillerwinsvega2015-05-081-106/+0
| | | | | | | | | |
| * | | | | | | | | Total Difficulty: blockweight test fillerwinsvega2015-05-081-0/+106
| | | | | | | | | |
| * | | | | | | | | Total Difficulty: merge revertwinsvega2015-05-080-0/+0
| | | | | | | | | |
| * | | | | | | | | Total Difficultywinsvega2015-05-080-0/+0
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | test
* | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into ↵arkpar2015-05-092-7/+138
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core_perf
| * \ \ \ \ \ \ \ \ Merge pull request #1813 from chriseth/sol_knowledgeEnginechriseth2015-05-091-7/+54
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Static Analysis Engine.
| | * | | | | | | | | CFG returns vector of blocks instead of assembly items.chriseth2015-05-061-2/+6
| | | | | | | | | | |
| | * | | | | | | | | Common subexpression elimination ready for using pre-known state.chriseth2015-05-061-4/+45
| | | | | | | | | | |
| | * | | | | | | | | Split known state from common subexpression eliminator.chriseth2015-05-061-2/+4
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge pull request #1802 from ↵chriseth2015-05-091-0/+84
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LianaHus/sol_Deny_overwriting_attribute_by_function_via_inheritance Proper overwriting of attribute and functions.
| | * | | | | | | | | added one more testLiana Husikyan2015-05-081-0/+55
| | | | | | | | | | |
| | * | | | | | | | | fixed the testLiana Husikyan2015-05-082-19/+29
| | | | | | | | | | |
| | * | | | | | | | | added testLiana Husikyan2015-05-081-0/+19
| | | |/ / / / / / / | | |/| | | | | | |
| * / | | | | | | | Basic key manager.Gav Wood2015-05-080-0/+0
| |/ / / / / / / /
* | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum intoarkpar2015-05-080-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core_perf Conflicts: libp2p/NodeTable.cpp libp2p/NodeTable.h
| * | | | | | | | Merge pull request #1706 from subtly/discoveryGav Wood2015-05-070-0/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Discovery protocol updates
| | * \ \ \ \ \ \ \ Merge branch 'develop' into discoverysubtly2015-05-072-3/+9
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/Host.cpp libp2p/NodeTable.cpp libp2p/NodeTable.h
| | * | | | | | | | Merge branch 'develop' into discoverysubtly2015-05-073-6/+52
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'develop' into discoverysubtly2015-04-301-626/+0
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'develop' into discoverysubtly2015-04-282-2/+20
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Merge branch 'develop' into discoverysubtly2015-04-286-609/+711
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | encapsulate IP endpoint address as byte stringsubtly2015-04-270-0/+0
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'develop' into discoverysubtly2015-04-241-6/+6
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/NodeTable.cpp
| | * | | | | | | | | Merge branch 'develop' into discoverysubtly2015-04-231-0/+61
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | handle new endpoint properties for pingsubtly2015-04-230-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'develop' into discoverysubtly2015-04-2315-86/+245
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | more test updates (v4 endpoints. #1557, #1558)subtly2015-04-220-0/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | update peer host test. support unspecified ip.subtly2015-04-210-0/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | update net tests (v4 endpoint)subtly2015-04-210-0/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | update tests (v4 endpoint)subtly2015-04-210-0/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | set and map to hash tablesarkpar2015-05-071-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #1822 from CJentzsch/addTestsGav Wood2015-05-070-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests
| * | | | | | | | | | | | gasPrice 0 testCJentzsch2015-05-070-0/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | xMerge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-05-0788-51242/+610
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-04-1742-456/+7134
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/bcUncleHeaderValiditiyFiller.json
| * | | | | | | | | | | | | remove wrong stateroot uncle header testCJentzsch2015-04-071-95/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1805 from CJentzsch/walletTestsGav Wood2015-05-070-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wallet tests
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into walletTestsCJentzsch2015-05-075-9/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | add bc wallet testCJentzsch2015-05-050-0/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | finish wallet state testsCJentzsch2015-05-050-0/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add day limit testsCJentzsch2015-05-050-0/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | tests for contract multiownedCJentzsch2015-05-050-0/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | first wallet testsCJentzsch2015-05-020-0/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | add wallet testCJentzsch2015-04-300-0/+0
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1810 from chriseth/sol_gasEstimatorchriseth2015-05-071-0/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | Structural gas estimator.
| * | | | | | | | | | | | | Structural gas estimator.chriseth2015-05-061-0/+98
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1806 from winsvega/newtestsGav Wood2015-05-072-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifing concrete test when filling testsuite
| * | | | | | | | | | | | | singletest when refillwinsvega2015-05-060-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solidity Contract Inheritance Test
| * | | | | | | | | | | | | Solidity: cryptographic ecrecover testwinsvega2015-05-052-9/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Specifing concrete test when filling testsuitewinsvega2015-05-052-0/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Solidity: Cryptographic funcs fixwinsvega2015-05-050-0/+0
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Initial stab at KeyManager.Gav Wood2015-05-060-0/+0
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1743 from chriseth/evmasmGav Wood2015-05-052-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Move assembly related files to libevmasm and split parameters.
| * | | | | | | | | | | | Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.chriseth2015-04-302-6/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | libp2p testVlad Gluhovsky2015-05-050-0/+0
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test for requirePeer function
* | | | | | | | | | | Fix for broken continue in for loop.chriseth2015-05-041-0/+46
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1789.
* | | | | | | | | | Merge remote-tracking branch 'up/develop' into bugFix2yann3002015-04-291-596/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/webthreestubclient.h
| * | | | | | | | | | removed webthreestubclient.harkpar2015-04-291-626/+0
| | | | | | | | | | |
| * | | | | | | | | | import/export statearkpar2015-04-290-0/+0
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'up/develop' into bugFix2yann3002015-04-288-617/+111
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/webthreestubclient.h
| * | | | | | | | | Merge pull request #1761 from chriseth/sol_fix_deleteBytesGav Wood2015-04-281-0/+20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix for deleting byte array elements.
| | * | | | | | | | | Fix for deleting byte array elements.chriseth2015-04-281-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1759.
| * | | | | | | | | | Merge pull request #1725 from debris/web3.js-v3.1Gav Wood2015-04-280-0/+0
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Web3.js v3.3
| | * \ \ \ \ \ \ \ \ \ Merge commit '1c979d7311461f2e658c99f818d2b62a9936ddaa' into web3.js-v3.1Marek Kotewicz2015-04-260-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | | * | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from c74c854..3b799d1Marek Kotewicz2015-04-265-26/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3b799d1 fixed typos c5f6379 version 0.3.3 d795d36 fixed trimming call output prefix a2f561f fixed calling contract only with array param 4912ec6 tests for decoding solidity params 2b4fd21 solidity param encoding tests git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: 3b799d128452639463424c657956ee90a28daec6
| | * | | | | | | | | | Merge branch 'develop' into web3.js-v3.1Marek Kotewicz2015-04-261-6/+6
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge commit 'e9ebbb67c4289d15b5f3dff6ca9a31025b6b0a04' into web3.js-v3.1Marek Kotewicz2015-04-240-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from f8a43ed..c74c854Marek Kotewicz2015-04-242-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c74c854 version 0.3.2 9fa9cc7 fixed fixed size bytes encoding and decoding git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: c74c854b56cb76bfc941d7aef8a135b7c1cfc4b3
| | * | | | | | | | | | Merge branch 'develop' into web3.js-v3.1Marek Kotewicz2015-04-240-0/+0
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge commit '99f713fa869f41401e9383f2626ed46d3821cc29' into developMarek Kotewicz2015-04-230-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | / / | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | | * | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from 4def095..f8a43edMarek Kotewicz2015-04-2323-380/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f8a43ed Merge pull request #180 from ethereum/develop 4dc6e23 realease version 0.3.1 ee0ec4b Merge branch 'master' of github.com:ethereum/web3.js into develop 08dc2b2 add missing inputBlockNumberFormatter 99e89a1 Merge pull request #179 from ethereum/latest_pending dfbad66 add pending and latest to getBlockTransactionCount and getUncle dbf3ff0 latest and pending as possible blockNumber arg everywhere 3897bc2 version 0.3.0 d2068eb improved solidity event decoding 11f23ce Merge pull request #178 from ethereum/stringTopics 50f4a2b add new test filter 40c5c9e merged develop c9cd31b add test for the new toTopic filter e21ee7a Merge pull request #174 from ethereum/events_refactor 960e9c9 test for explicit sendTransaction && call a6ac6ed add new toTopic formatter in filters 3d3db61 tests for decoding event logs 7c16dbf one additional test for event encode 9f7d6a9 anonymous events implementation && tests b5eabd8 proper formatting event options 93b323f removed unused function findIndex from utils 9158ac7 removed unused function 1ac1ef9 cleaned event.encode test 5f2eb33 fixed filters encoding null 4482d5b Merge branch 'develop' into events_refactor 76ced9a basic tests for event encoding f767a9a removed unused formatOutputHash, renamed formatXXXString to formatXXXBytes 888a970 coder.encodeParam, coder.decodeParam tests template 983e4b1 removed signature.js f37057e Merge branch 'develop' of github.com:ethereum/web3.js into develop c8f4226 add possible 2d topic arrays fixes #175 e910736 eth_filter complex topics, #175 836529a Merge branch 'develop' into events_refactor 42e759e 0.10 on travis is painfully slow, lets remove it d411492 call && sendTransaction f84a68c changed the way functions are being called c8e5768 fixed log fields d38f5a2 Merge branch 'develop' into events_refactor a5c1bcc changed default providor port to 8545 closes #160 9e8cb8d removed non existing eth.flush method eeb0bc0 Merge branch 'develop' into events_refactor cdf02ec Merge pull request #173 from ethereum/failing_develop 501e3bc utils cleanup a88be00 docs 9d8a51d event.js refactored ea6bda4 event refactor in progress a827076 fixed tx/block return value tests 99a3696 events refactor, function.js 04cdb6c format also tx nonce to number 385cc2c removed minGasPrice from blocks c06d75b Merge pull request #170 from ethereum/abi_refactor e80ff10 Merge branch 'master' into abi_refactor 38641df fixed #154 1c8cd7d web3.eth.defaultAccount property, updated event_inc example, fixed #96 4aeba40 fixed event_inc example 5362e2a Merge branch 'develop' into abi_refactor 2a11852 Merge branch 'master' into develop ea413a8 updated gitter badge a46b9ea Merge branch 'develop' into abi_refactor 779a608 documentation 941535f SolidityParam moved to its own file && documented 18cef7c removed *collapse in contrat, gulp 677bb68 add bundle version 135b044 Merge pull request #164 from karalabe/empty-topics-fix b326202 formatters/whisper: polish corner case handling code 0567ba1 outputParser do not require 0x prefix before hash b5c6aa6 little cleanup && renaming dccfca1 solidity abi refactor in progress 6a058b6 Allow unset topics in posts too. af443f2 Fix #162: allow empty topic list in messages d643d06 solidity abi refactor in progress 271b00f bumped version f4cf699 rebuild 4eeaf19 rebuild 20fb2e3 Merge branch 'develop' of https://github.com/ethereum/ethereum.js into develop ac69640 Merge pull request #158 from ethereum/watchImprovement2 96b4468 fixed #161, web3.ssh.post a320ef8 fixed coverage, unified creating errors 364eab7 add callback for async error c62f817 picked watch change3 56d13f7 picked watch change2 2215e7c picked watch change dc0f231 merged meteor package fixes c89ad86 renamed meteor package a0709f3 fixed meteor package 1a8032c version 0.2.7 dfb8dea gulp b1ada8d gulp a25a9e1 Merge branch 'master' of https://github.com/ethereum/ethereum.js 05343ea use version of bignumber.js without lookaheads 2651fd8 Update README.md git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: f8a43eddfb450d0e0ba1669a6916babe0ea43642
| * | | | | | | | | | | Merge pull request #1758 from chriseth/sol_astRefactorGav Wood2015-04-281-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | AST visitor refactoring.
| | * | | | | | | | | | Removed visit functions for abstract AST nodes.chriseth2015-04-281-2/+0
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #1716 from CJentzsch/gasPricerTestsGav Wood2015-04-281-579/+0
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Gas pricer
| | * | | | | | | | | | optimization - higher precision and single gas price handlingCJentzsch2015-04-230-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | styleCJentzsch2015-04-220-0/+0
| | | | | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into gasPricerTestsCJentzsch2015-04-221-0/+61
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |