| Commit message (Expand) | Author | Age | Files | Lines |
* | eth_protocolVersion | Marek Kotewicz | 2015-04-01 | 1 | -0/+10 |
* | Renaming getData -> getCode, remove getStorage, fix a bunch of JSONRPC | Gav Wood | 2015-03-15 | 1 | -11/+0 |
* | getData -> getCode. | Gav Wood | 2015-03-15 | 1 | -2/+2 |
* | net_version | Gav Wood | 2015-03-12 | 1 | -0/+20 |
* | eth_queuedTransactions renamed to eth_fetchQueuedTransactions | Marek Kotewicz | 2015-03-11 | 1 | -2/+2 |
* | eth_call on block with number | Marek Kotewicz | 2015-03-10 | 1 | -1/+2 |
* | Merge branch 'mac_fixes' into new_jsonrpc | Marek Kotewicz | 2015-03-06 | 1 | -1/+2 |
|\ |
|
| * | New Proof-of-Work. | Gav Wood | 2015-03-06 | 1 | -1/+2 |
* | | shh_changed -> shh_getFilterChanges | Marek Kotewicz | 2015-03-06 | 1 | -2/+2 |
* | | eth_getBlock returns also transactions | Marek Kotewicz | 2015-03-05 | 1 | -2/+4 |
* | | jsonrpc api changes in progress6, almost finished | Marek Kotewicz | 2015-03-05 | 1 | -50/+27 |
* | | jsonrpc api changes in progress5 | Marek Kotewicz | 2015-03-05 | 1 | -16/+26 |
* | | jsonrpc api changes in progress4 | Marek Kotewicz | 2015-03-05 | 1 | -16/+17 |
* | | jsonrpc api changes in progress3 | Marek Kotewicz | 2015-03-05 | 1 | -14/+16 |
* | | jsonrpc api changes in progress2 | Marek Kotewicz | 2015-03-05 | 1 | -10/+12 |
* | | jsonrpc api changes in progress | Marek Kotewicz | 2015-03-05 | 1 | -63/+13 |
|/ |
|
* | Implemented account proxy queues. | Christian | 2015-02-21 | 1 | -0/+30 |
* | Merge pull request #1080 from debris/transactionCount | Gav Wood | 2015-02-18 | 1 | -0/+40 |
|\ |
|
| * | JSON-RPC transactionCount && uncleCount, fixed #1027 | Marek Kotewicz | 2015-02-18 | 1 | -0/+40 |
* | | added shh_getMessages, fixed #899 | Marek Kotewicz | 2015-02-17 | 1 | -0/+10 |
|/ |
|
* | Changes required for upgrade to jsonrpccpp 0.4.2 | Lefteris Karapetsas | 2015-02-13 | 1 | -15/+15 |
* | missing commands in client | Marek Kotewicz | 2015-02-07 | 1 | -0/+20 |
* | jsonrpcstub integreted into cmake build process | Marek Kotewicz | 2015-02-07 | 1 | -3/+13 |
* | web3.sha3 test | Marek Kotewicz | 2015-01-09 | 1 | -0/+10 |
* | Merge branch 'develop' into mk_jsonrpc_upgrade | Marek Kotewicz | 2014-11-18 | 1 | -4/+44 |
|\ |
|
| * | common changes | Marek Kotewicz | 2014-11-18 | 1 | -11/+24 |
| * | Renaming and fixes. | Gav Wood | 2014-11-18 | 1 | -2/+2 |
| * | ethereum.js not minified, serpent compiler, jsonrpc handles compilers exceptions | Marek Kotewicz | 2014-11-17 | 1 | -0/+13 |
| * | added storageAt which dumps contract storage | Marek Kotewicz | 2014-11-14 | 1 | -0/+13 |
| * | removed unnecessary methods from jsonrpc and added contract call tests | Marek Kotewicz | 2014-11-13 | 1 | -27/+0 |
| * | contract calls working from js | Marek Kotewicz | 2014-11-13 | 1 | -2/+1 |
| * | contract create and contract call working | Marek Kotewicz | 2014-11-11 | 1 | -3/+2 |
| * | merge | Marek Kotewicz | 2014-11-11 | 1 | -178/+178 |
| * | js abi connection | Marek Kotewicz | 2014-11-11 | 1 | -14/+56 |
* | | Merge branch 'develop' into mk_jsonrpc_upgrade | Marek Kotewicz | 2014-11-18 | 1 | -94/+94 |
|\ \ |
|
| * | | added eth_lll | Marek Kotewicz | 2014-11-06 | 1 | -0/+13 |
| * | | renaming calls to include a subprotocol prefix | Marek Kotewicz | 2014-11-06 | 1 | -172/+160 |
| |/ |
|
* / | jsonrpc 0.3.0 working, needs cleanup | Marek Kotewicz | 2014-11-03 | 1 | -420/+293 |
|/ |
|
* | applied changes from ethereum.js 5538ff725235f30a9afbbedc098fd18dfd9f1293 | Marek Kotewicz | 2014-10-31 | 1 | -0/+12 |
* | whisper polling, not finished | Marek Kotewicz | 2014-10-29 | 1 | -0/+39 |
* | whisper in web3jsonrpc | Marek Kotewicz | 2014-10-28 | 1 | -0/+66 |
* | ldb access from api | Marek Kotewicz | 2014-10-28 | 1 | -0/+58 |
* | missing setDefaultBlock method | Marek Kotewicz | 2014-10-28 | 1 | -0/+13 |
* | common changes in tests | Marek Kotewicz | 2014-10-27 | 1 | -3/+3 |
* | json-rpc generic api | Marek Kotewicz | 2014-10-23 | 1 | -23/+36 |
* | block, transaction, uncle by hash and number separately | Marek Kotewicz | 2014-10-22 | 1 | -9/+47 |
* | changes from Generic JSON-RPC | Marek Kotewicz | 2014-10-22 | 1 | -152/+45 |
* | key, keys -> accounts populated to WebThreeStubServer | Marek Kotewicz | 2014-10-20 | 1 | -24/+12 |
* | EthStubServer renamed to WebThreeStubServer | Marek Kotewicz | 2014-10-17 | 1 | -0/+467 |