Commit Graph

91 Commits

Author SHA1 Message Date
NikVolf aa3dd9e700 api default & curl-example 2016-12-12 21:25:46 +01:00
Svyatoslav Nikolsky 9e1932e7f9 finished gettxout implementation 2016-12-12 21:49:01 +03:00
NikVolf c19740d3eb finalizing api 2016-12-12 19:18:43 +01:00
NikVolf 8d42281804 refactoring on using context 2016-12-12 18:28:39 +01:00
NikVolf f302c3774e network api layout 2016-12-12 17:15:27 +01:00
NikVolf 7ada7d0323 network interface stub 2016-12-12 16:03:56 +01:00
debris 0f7348e139 fixes after merge with master 2016-12-12 15:49:32 +01:00
NikVolf a6e8f376ca p2p api changes 2016-12-12 15:18:05 +01:00
Svyatoslav Nikolsky 5a7688c3cc fixed compilation 2016-12-11 07:02:45 +03:00
Svyatoslav Nikolsky 9e380b8ccd continue work on gettxout 2016-12-11 00:30:19 +03:00
Svyatoslav Nikolsky 8185a2f7c7 fixed strange compilation issues 2016-12-10 21:55:24 +03:00
Svyatoslav Nikolsky de3786a301 cleaning up 2016-12-10 21:49:21 +03:00
Svyatoslav Nikolsky fc146bd225 continue blockchain RPCs 2016-12-10 21:24:39 +03:00
Svyatoslav Nikolsky bca86010df continue blockchain RPCs implementation 2016-12-10 18:05:03 +03:00
Svyatoslav Nikolsky 4f7d44691a Merge branch 'master' into rpc_blockchain 2016-12-10 15:52:12 +03:00
Svyatoslav Nikolsky 03413b1501 continue with blockchain RPCs 2016-12-10 15:50:44 +03:00
Svyatoslav Nikolsky 8cd9b2dbdc fixed tests 2016-12-10 14:38:51 +03:00
Svyatoslav Nikolsky 416ac097b5 started getblock iplementation 2016-12-10 13:50:07 +03:00
debris 3c1fd8d46a use jsonrpc-macros, fixes #277 2016-12-10 01:25:15 +01:00
Svyatoslav Nikolsky 516151743c added tests for ser/deser GetBlockResponse 2016-12-09 23:25:06 +03:00
Svyatoslav Nikolsky 1b9afd4e01 test for RPC block serialize && deserialize 2016-12-09 22:18:44 +03:00
Svyatoslav Nikolsky b279b4f170 Merge branch 'master' into rpc_blockchain 2016-12-09 21:22:23 +03:00
Svyatoslav Nikolsky e4fc56f119 GetBlockResponse struct 2016-12-09 21:21:05 +03:00
debris 398d5d5836 fixes after merge with master 2016-12-09 19:06:33 +01:00
Svyatoslav Nikolsky 6304a40ab7 rpc BlockChain trait 2016-12-09 20:14:26 +03:00
Svyatoslav Nikolsky 62bda1b136 added getblocktemplate_accepted test 2016-12-09 17:59:02 +03:00
Svyatoslav Nikolsky d706a8300d implemented getblocktemplate RPC method 2016-12-09 17:34:04 +03:00
Svyatoslav Nikolsky b5035d6092 added MinerClient to apis list 2016-12-09 16:43:00 +03:00
Svyatoslav Nikolsky 2edb33c932 added Miner rpc client 2016-12-09 16:37:12 +03:00
Svyatoslav Nikolsky f5d2cdfbce added ser/deser tests for BlockTemplate 2016-12-09 12:49:18 +03:00
Svyatoslav Nikolsky 61faefb9ce added tests for ser/deser BlockTemplateTransaction 2016-12-09 12:30:29 +03:00
Svyatoslav Nikolsky eb5749863c added tests for ser/deser BlockTemplateRequest 2016-12-09 12:02:30 +03:00
Svyatoslav Nikolsky 8b66dfe9ac added BlockTemplateRequest 2016-12-09 11:26:30 +03:00
Svyatoslav Nikolsky 88b4f1aeee added BlockTemplate struct to rpc package 2016-12-09 10:33:38 +03:00
Svyatoslav Nikolsky 082d81eec6 fixed compilation 2016-12-08 22:43:27 +03:00
Svyatoslav Nikolsky f71fdfc556 fixed tests 2016-12-08 18:39:44 +03:00
Svyatoslav Nikolsky 2f0b42a5b5 Merge branch 'master' into sync_sendrawtransaction 2016-12-08 18:33:37 +03:00
Svyatoslav Nikolsky 23da291f95 accept_transaction 2016-12-08 14:48:00 +03:00
Svyatoslav Nikolsky 19f76d00ac fixed tests 2016-12-07 16:31:23 +03:00
Svyatoslav Nikolsky 99aa1c2330 another porion of parity RPC copypaste 2016-12-07 16:14:52 +03:00
Svyatoslav Nikolsky 53bf8a26ac copypasted RPC framework from Parity 2016-12-07 13:30:31 +03:00