Commit Graph

1300 Commits

Author SHA1 Message Date
debris 4c474d8d91 Merge branch 'master' into jsonrpc2 2016-02-15 10:53:01 +01:00
debris 874dcdd840 back to cargo crates 2016-02-15 10:47:56 +01:00
Tomusdrw 2c4700f4c1 Fixing clippy warnings 2016-02-15 00:55:45 +01:00
debris f1b39ee1e5 nightly fixes 2016-02-14 12:54:27 +01:00
debris 2748e770e4 Merge branch 'master' into jsonrpc2 2016-02-14 11:13:22 +01:00
Nikolay Volf 9ff3155a64 clippy, returing docopt 2016-02-14 00:58:41 +03:00
debris 3fcade9f6d bloom possibilities in progress 2016-02-13 13:05:28 +01:00
Nikolay Volf 84c752583a clippy version update, docopt-macro moving to fork 2016-02-13 13:17:16 +03:00
debris 4fe86a4419 eth_getBlockByNumber 2016-02-10 22:54:12 +01:00
debris 93975be5e3 transaction by block number and index 2016-02-10 22:36:59 +01:00
debris db35e21bcd few client methods use BlockId instead of hash and BlockNumber 2016-02-10 19:29:27 +01:00
debris 2c360d6c9b fixed protocol_version, hash_rate, block_number and gas_price methods 2016-02-10 18:26:06 +01:00
debris a938ac67d1 eth_syncing use best_block_hash instead of last_imported_block_number 2016-02-10 18:03:29 +01:00
debris 9159d5812b eth_syncing, fixed #397 2016-02-10 16:28:59 +01:00
debris 5347d4fe43 changed BlockPosition -> Location 2016-02-10 15:15:28 +01:00
debris dc8fa4ebfd moved BlockId and TransactionId to blockchain.rs 2016-02-10 15:09:38 +01:00
debris 626277ef9a block and transaction ids, jsonrpcs eth_getTransactionByHash 2016-02-10 11:28:40 +01:00
debris bceae29fca small clenaup 2016-02-10 10:12:56 +01:00
debris b12d0f690d fixed filter deserialization 2016-02-09 17:45:39 +01:00
debris 1f69b60041 filter deserialization 2016-02-09 17:37:16 +01:00
debris abcfe9f9e8 eth_getBlock properly returns transactions 2016-02-09 16:38:21 +01:00
debris 5d05c36791 LocalizedTransaction 2016-02-09 15:17:01 +01:00
debris c50eb78ca1 jsonrpc optionals 2016-02-09 13:17:55 +01:00
debris 40068c1938 added missing docs 2016-02-09 12:27:05 +01:00
debris 41e64bff4e tests for block serialization 2016-02-08 14:02:47 +01:00
debris a0451a3cb5 eth_getBlockXXX takes into account include_tx param 2016-02-08 12:13:05 +01:00
debris b2c083ce56 fixed U256 serialization, tests for transaction serialization 2016-02-08 11:58:47 +01:00
debris 3adfebdc20 jsonrpc eth_getCode method 2016-02-08 10:58:08 +01:00
debris 9c3317620d Merge branch 'master' into jsonrpc 2016-02-05 14:16:39 +01:00
debris c90d64662a added license in every *.rs file 2016-02-05 13:40:41 +01:00
debris 432c0d59c4 few additional rpc eth methods 2016-02-05 13:21:34 +01:00
Marek Kotewicz d59e7e3733 fix parity version so netstats can parse it 2016-02-03 12:43:58 -05:00
Gav Wood 0b3acf7b13 Update web3.rs 2016-02-03 17:58:22 +01:00
debris c9670b0032 use env package version 2016-02-03 17:35:25 +01:00
debris 6baad0e43c reveal surprise 2016-02-03 17:30:02 +01:00
debris baec2909b6 added dumb tests for parity and ethcore-rpc to include them in coverage reports, added TARGETS env variable to travis.yml 2016-02-02 02:04:03 +01:00
debris 3000f057e4 fixed building rpc module 2016-02-01 12:08:43 +01:00
debris 07d6965ce7 rpc net methods returns real peer count && protocol version 2016-01-28 10:54:49 +01:00
debris f8568e10b7 missing net_ methods 2016-01-27 19:03:12 +01:00
debris b13d68c7e9 missing eth filter interface 2016-01-27 19:00:42 +01:00
debris 09b9001c65 stub for rpc eth methods 2016-01-27 18:17:20 +01:00
debris b93bf662b9 added Clippy to client executable, added missing docs 2016-01-27 17:18:38 +01:00
debris 856c348e3e moved old rpc implementation to v1/ dir 2016-01-27 17:14:41 +01:00
debris 61c64d264b moved rust-evmjit -> evmjit, added clippy and basic docs to rpc crate 2016-01-27 17:08:59 +01:00
debris 7ffe9344ed replaced client block_details with block_total_difficulty 2016-01-27 14:43:43 +01:00
debris 1402fd5c4c updated eth filter comment 2016-01-27 14:32:10 +01:00
debris 322c1a6cb2 use jsonrpc 1.1, moved params deserialization to jsonrpc-core 2016-01-27 14:25:12 +01:00
debris 5865139206 block visible on netstats 2016-01-27 12:31:54 +01:00
debris 2f42e0eda0 parity on netstats 2016-01-26 19:24:33 +01:00
debris 3ac40b68f8 rpc and bin moved to its own crates 2016-01-26 13:14:22 +01:00