debris
|
9b241faf01
|
uncle method mock
|
2016-03-14 17:01:29 +01:00 |
|
debris
|
0de73609d2
|
eth_hashrate && eth_submitHashrate tests
|
2016-03-14 14:18:29 +01:00 |
|
Nikolay Volf
|
2117d363e2
|
new account test & fix
|
2016-03-14 01:06:42 +01:00 |
|
Gav Wood
|
b4f7f220f1
|
Merge remote-tracking branch 'origin/master' into merge_ethminer
|
2016-03-13 16:35:52 +01:00 |
|
debris
|
6ee13b0000
|
implemented eth_getCompilers
|
2016-03-13 15:02:46 +01:00 |
|
Gav Wood
|
02f43f2e8c
|
Merge branch 'ethminer_crate'
|
2016-03-13 15:00:47 +01:00 |
|
debris
|
00820c342a
|
fixed eth_getCode and added tests for it
|
2016-03-13 14:45:39 +01:00 |
|
debris
|
c2b3ba533b
|
fixed eth_getTransactionCount**, and eth_getUncleCount** rpc methods, added tests for them
|
2016-03-13 14:37:33 +01:00 |
|
debris
|
487ba9b08a
|
implemented eth_storageAt rpc method, added more tests for rpc
|
2016-03-13 12:09:30 +01:00 |
|
debris
|
e09de6ea3d
|
added missing eth_getBalance rpc method and tests for it
|
2016-03-12 19:51:24 +01:00 |
|
debris
|
a9a1c80fac
|
implemented eth_accounts, fixed personal_accounts, added test account provider, tests for eth_accounts
|
2016-03-12 19:21:08 +01:00 |
|
Tomasz Drwięga
|
aebc91d96f
|
Merge branch 'master' into ethminer_crate
Conflicts:
Cargo.toml
rpc/Cargo.toml
sync/Cargo.toml
|
2016-03-12 09:50:18 +01:00 |
|
Tomasz Drwięga
|
fadbc61dff
|
Merge branch 'ethminer_crate' into rpc_pending_filter
Conflicts:
miner/src/miner.rs
parity/main.rs
|
2016-03-11 19:27:09 +01:00 |
|
Nikolay Volf
|
08b4488ef3
|
Merge branch 'master' into personal-rpc-cli
Conflicts:
parity/main.rs
|
2016-03-11 20:54:18 +04:00 |
|
Tomasz Drwięga
|
9c92d601b1
|
Merge branch 'master' into ethminer_crate
Conflicts:
rpc/src/v1/impls/eth.rs
|
2016-03-11 15:56:30 +01:00 |
|
Nikolay Volf
|
fcc0432856
|
Merge pull request #675 from ethcore/rpc_unit_tests
fixed U256 and transaction request deserialization
|
2016-03-11 17:25:13 +03:00 |
|
Tomasz Drwięga
|
197ea7f7d6
|
Using miner in rpc instead of sync
|
2016-03-11 14:51:07 +01:00 |
|
Tomasz Drwięga
|
03da6c991f
|
Merge branch 'master' into ethminer_crate
Conflicts:
Cargo.lock
Cargo.toml
ethcore/src/client/client.rs
hook.sh
parity/main.rs
rpc/Cargo.toml
rpc/src/v1/impls/eth.rs
sync/Cargo.toml
sync/src/tests/helpers.rs
|
2016-03-11 14:37:07 +01:00 |
|
Nikolay Volf
|
70ee6aa942
|
refactoring to use generic account provider as web3 svc
|
2016-03-11 15:50:13 +04:00 |
|
debris
|
190630cc6b
|
separated transaction_request to its own submodule, added basic tests for it
|
2016-03-11 12:31:45 +01:00 |
|
Tomasz Drwięga
|
dd2fb4df67
|
Storing BlockNumber & transactions directly in enum
|
2016-03-11 12:31:42 +01:00 |
|
Tomasz Drwięga
|
2fd036b073
|
Merge branch 'ethminer_crate' into rpc_pending_filter
Conflicts:
rpc/src/v1/helpers/poll_manager.rs
rpc/src/v1/impls/eth.rs
|
2016-03-11 11:44:44 +01:00 |
|
debris
|
389d17974e
|
Merge branch 'client_submodules' into rpc_tests
|
2016-03-11 11:17:28 +01:00 |
|
Marek Kotewicz
|
fd39975cf0
|
Merge pull request #587 from ethcore/rpc-signing-extend
Rpc transaction signing
|
2016-03-11 11:14:17 +01:00 |
|
Marek Kotewicz
|
eb2171e287
|
Merge pull request #652 from ethcore/tx_queue_rpc
Transaction queue exposed via JSON rpc.
|
2016-03-11 11:08:16 +01:00 |
|
Tomasz Drwięga
|
5b204a5ff5
|
Merge branch 'master' into ethminer_crate
Conflicts:
parity/main.rs
rpc/src/v1/impls/eth.rs
sync/src/lib.rs
|
2016-03-11 10:31:07 +01:00 |
|
debris
|
8e52510dbb
|
implemented net_listening method
|
2016-03-11 10:21:25 +01:00 |
|
debris
|
34a120e127
|
net tests
|
2016-03-11 10:17:20 +01:00 |
|
Nikolay Volf
|
a2dea3885b
|
refactoring to AccountService
|
2016-03-10 23:09:45 +04:00 |
|
Nikolay Volf
|
47aacbb819
|
work is in progress
|
2016-03-10 21:56:02 +04:00 |
|
Nikolay Volf
|
25a63611f8
|
extend sync status interface to sync provider
|
2016-03-10 20:32:17 +04:00 |
|
Nikolay Volf
|
5571503c22
|
traitified secret store
|
2016-03-10 20:18:01 +04:00 |
|
Tomasz Drwięga
|
92022ac14d
|
Merge branch 'master' into ethminer_crate
Conflicts:
ethcore/src/client.rs
parity/main.rs
rpc/src/v1/impls/eth.rs
sync/src/chain.rs
|
2016-03-10 16:38:58 +01:00 |
|
Nikolay Volf
|
094ae4e9f9
|
personal is back to the master ver
|
2016-03-10 19:15:10 +04:00 |
|
Nikolay Volf
|
3b21a5f54c
|
Merge branch 'master' into rpc-signing-extend
Conflicts:
parity/main.rs
|
2016-03-10 19:08:41 +04:00 |
|
Tomasz Drwięga
|
c37370a8a7
|
PendingTransaction filter.
|
2016-03-10 16:04:59 +01:00 |
|
Gav Wood
|
8dd41bfe0c
|
Merge pull request #641 from ethcore/jsonrpc_interfaces
jsonrpc uses client and sync interfaces
|
2016-03-10 15:44:05 +01:00 |
|
Tomasz Drwięga
|
027f122aea
|
Removing get prefix from poll_info
|
2016-03-10 14:24:33 +01:00 |
|
debris
|
082a4d9078
|
jsonrpc uses client and sync interfaces as a preparetion for jsonrpc tests
|
2016-03-09 17:31:43 +01:00 |
|
Tomasz Drwięga
|
363de973c9
|
Adding documentation and ditching EthMiner
|
2016-03-09 14:26:28 +01:00 |
|
Tomasz Drwięga
|
9d664336b5
|
Tratifying Miner
|
2016-03-09 13:30:59 +01:00 |
|
Tomasz Drwięga
|
9acb36af87
|
Fixing tests compilation. Removing ethminer dependency on client
|
2016-03-08 16:23:32 +01:00 |
|
Tomasz Drwięga
|
99a6802b61
|
Moving block sealing and transaction_queue to separate create
|
2016-03-08 15:46:44 +01:00 |
|
Tomasz Drwięga
|
1184679d23
|
Merge branch 'tx_queue_integration' into tx_queue_rpc
|
2016-03-08 10:17:01 +01:00 |
|
debris
|
bcae4f6e7b
|
fixed jsonrpc reporting current block is one less than actuall, fixed #612
|
2016-03-07 10:30:19 +01:00 |
|
Tomasz Drwięga
|
67f2bc40e6
|
Merge remote-tracking branch 'origin/tx_queue_integration' into tx_queue_rpc
|
2016-03-05 16:49:13 +01:00 |
|
Nikolay Volf
|
bb8a79f18c
|
finalizing
|
2016-03-05 18:29:01 +03:00 |
|
Nikolay Volf
|
af5ed8b5f7
|
rpc-signing-extend
|
2016-03-04 20:10:07 +03:00 |
|
Nikolay Volf
|
0d01099f44
|
moving unlock logics to secret-store itself
|
2016-03-04 16:23:00 +03:00 |
|
Nikolay Volf
|
4f62e80de7
|
name fix
|
2016-03-04 14:53:18 +03:00 |
|