Commit Graph

248 Commits

Author SHA1 Message Date
debris fd2d55934b default filter from block should be Latest, not Earliest 2016-04-13 11:32:28 +02:00
Gav Wood 6b8e7bdfb3 Merge pull request #838 from ethcore/tx-queue-resp
checking transaction queue for pending transaction
2016-03-27 19:51:37 +02:00
NikVolf 254ac6f253 checking tx queue 2016-03-27 16:12:21 +03:00
debris 0d453e52ad tests for deserialization of issue #835 2016-03-27 14:14:05 +02:00
Gav Wood aaf04e793d Make BlockNumber optional. 2016-03-26 12:41:24 +01:00
NikVolf dc4654fa4c avoid copy 2016-03-26 03:15:27 +03:00
debris a0cbe7cd7e fixed eth_call, eth_sendTransaction and eth_estimateGas 2016-03-22 17:17:50 +01:00
debris 068c0f3782 test for eth_getTransactionReceipt 2016-03-21 11:47:50 +01:00
debris 2a3e695f8a LocalizedReceipt 2016-03-20 17:29:39 +01:00
debris aa47d944e1 implemented rpc eth_estimateGas method, added tests for rpc eth_call and eth_estimateGas 2016-03-20 11:34:19 +01:00
debris e5c6579a8c next batch of rpc fixes, 103 still failing 2016-03-19 12:23:48 +01:00
debris 52dbcd8152 rpc tests, now 421 passing / 116 failing 2016-03-19 11:44:36 +01:00
Tomasz Drwięga 451a5d78e3 Removing unused (?) serde::Error 2016-03-12 13:40:39 +01:00
debris ecd33a6093 fixed U256 and transaction request deserialization, added tests for transaction request 2016-03-11 13:54:52 +01:00
debris 190630cc6b separated transaction_request to its own submodule, added basic tests for it 2016-03-11 12:31:45 +01:00
Nikolay Volf bb8a79f18c finalizing 2016-03-05 18:29:01 +03:00
Nikolay Volf 1aaae7b553 [ci skip] codegen bug 2016-03-05 16:42:02 +03:00
Nikolay Volf af5ed8b5f7 rpc-signing-extend 2016-03-04 20:10:07 +03:00
debris bdf3b197ad limit serde codegen only to rpc types submodule 2016-03-02 12:42:08 +01:00
Nikolay Volf d0125f3ff5 uint to separated crate 2016-03-01 00:21:15 +03:00
debris 11de5b4923 udpated serde to version 0.7.0 2016-02-27 13:14:58 +01:00
debris 2be4f2f737 added trailin , 2016-02-22 10:14:31 +01:00
debris 8f4c2d98ba added trailin , 2016-02-22 10:11:07 +01:00
debris 8113c689fc Merge branch 'master' into jsonrpc2 2016-02-19 14:07:11 +01:00
debris b5d6359030 fixed allow warnings in ethcore 2016-02-19 12:40:23 +01:00
debris 68d546ce02 tests for log serialization 2016-02-17 14:45:25 +01:00
debris c74c016ce2 moved filter logic from rpc module to ethcore 2016-02-17 14:13:51 +01:00
debris bae2682518 bloom possibilities 2016-02-15 11:47:51 +01:00
debris 4c474d8d91 Merge branch 'master' into jsonrpc2 2016-02-15 10:53:01 +01:00
Tomusdrw 2c4700f4c1 Fixing clippy warnings 2016-02-15 00:55:45 +01:00
debris 3fcade9f6d bloom possibilities in progress 2016-02-13 13:05:28 +01:00
debris 93975be5e3 transaction by block number and index 2016-02-10 22:36:59 +01:00
debris 9159d5812b eth_syncing, fixed #397 2016-02-10 16:28:59 +01:00
debris 626277ef9a block and transaction ids, jsonrpcs eth_getTransactionByHash 2016-02-10 11:28:40 +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
debris 856c348e3e moved old rpc implementation to v1/ dir 2016-01-27 17:14:41 +01:00