Commit Graph

266 Commits

Author SHA1 Message Date
debris 8f63f6d32a fixed transaction deadlock 2016-04-11 14:39:01 +02:00
Gav Wood bbbd6f01fc --unlock is comma-delimited. 2016-04-11 14:37:10 +02:00
debris ddbce9f014 removed empty lines 2016-04-11 14:36:27 +02:00
debris 423c5e87da fixed eth_getLogs 2016-04-11 14:36:16 +02:00
arkpar 37eb0fb04e Use new json RPC server 2016-04-09 13:31:34 +02:00
debris eae66568a9 fixed #895 2016-04-09 13:28:55 +02:00
arkpar cc0c54a45c Propagate transaction queue 2016-04-09 13:28:37 +02:00
Tomasz Drwięga 771e3998a9 Updating rpc comments 2016-04-09 13:26:08 +02:00
Tomasz Drwięga e6237ed05e Removing additional thread from JSON-RPC 2016-04-09 13:25:39 +02:00
Tomasz Drwięga 0abdcedc03 Additional logging and error messages 2016-04-09 13:25:28 +02:00
arkpar bf24355480 Fixed eth_call nonce and gas handling 2016-04-09 13:25:16 +02:00
debris 33d633eed1 fixed #875 and added tests for eth_sendTransaction 2016-04-09 13:16:40 +02:00
arkpar f96e5bc0d5 v1.0.2 2016-04-06 16:15:36 +02:00
Gav Wood 2a2c24855c Fix build. 2016-03-28 21:19:28 +02:00
Gav Wood 712302391c Use sensible gas price. 2016-03-28 20:42:23 +02:00
Gav Wood 3023d76a46 Publish locally-made transactions to peers. 2016-03-28 19:43:49 +02:00
arkpar 20f3f356e5 v1.0.1 2016-03-28 02:25:12 +02:00
NikVolf b9141b830b test for pending 2016-03-28 02:19:29 +02:00
NikVolf a938385692 checking tx queue 2016-03-28 02:19:19 +02:00
debris c9ac0392d8 tests for deserialization of issue #835 2016-03-28 02:18:50 +02:00
Gav Wood 902b44c94f Remove info!s. 2016-03-26 13:44:42 +01:00
Gav Wood 54bf237e4f Fix backport. 2016-03-26 13:31:04 +01:00
Gav Wood f835ce8253 Fix eth_call so it doesn't need the secret of the sender. 2016-03-26 13:30:50 +01:00
Gav Wood 4d04668c48 Make BlockNumber optional. 2016-03-26 12:35:15 +01:00
Gav Wood cca30f964e Update web3.rs
[ci-skip]
2016-03-26 11:22:29 +01:00
NikVolf f11cc80561 wiki test 2016-03-26 11:22:23 +01:00
NikVolf 4f71fd5d4d avoid copy 2016-03-26 11:22:13 +01:00
NikVolf 0340466f5f web3_sha3 2016-03-26 11:22:06 +01:00
Gav Wood ca91fd5e76 Use network id for the web3_net_version return. 2016-03-26 00:22:09 +01:00
arkpar 4840371635 Fixed test 2016-03-24 17:07:54 +01:00
Gav Wood 68e4156143 Don't care if engaged in sync since it's typically doing so. 2016-03-24 14:29:54 +00:00
Gav Wood 83f812b176 Fix logic. agaib. 2016-03-24 14:24:58 +00:00
Gav Wood 36c5525e3f Fix logic error. 2016-03-24 14:15:55 +00:00
Gav Wood 78b5c12cf9 Fix mining. 2016-03-24 14:13:43 +00:00
Gav Wood 7a4e91d26d Add tracing. 2016-03-24 14:00:09 +00:00
Gav Wood 42040438ed Fix author reporting. num_cpus for JSONRPC threads. 2016-03-22 21:58:28 +01:00
debris f78e8c3a38 fixed eth_call, eth_sendTransaction and eth_estimateGas 2016-03-22 21:58:28 +01:00
debris 4f242996d1 uncle 2016-03-22 21:58:28 +01:00
debris daecf5db3e removed outdated comment 2016-03-22 21:58:28 +01:00
debris 9a09f52679 implemented eth_sendRawTransaction 2016-03-22 21:58:28 +01:00
debris 841a996fa6 test for eth_getTransactionReceipt 2016-03-22 21:58:28 +01:00
arkpar 3b766f01f2 Fixed rpc tests 2016-03-21 18:07:07 +01:00
debris 04082d1514 client implementation of transaction receipt 2016-03-21 00:05:45 +01:00
debris 85fa07728c LocalizedReceipt 2016-03-21 00:05:45 +01:00
debris d5cc2c9e67 implemented rpc eth_estimateGas method, added tests for rpc eth_call and eth_estimateGas 2016-03-21 00:04:55 +01:00
debris 048dba7ef3 fixed indentation 2016-03-21 00:04:55 +01:00
debris 280c5e8a99 implementation of eth_estimateGas 2016-03-21 00:04:55 +01:00
debris 5c72e60b14 implemented eth_call 2016-03-21 00:04:55 +01:00
debris c2cffd1e06 improvements to build, updated dependencies, moved rpctest to its own submodule 2016-03-21 00:04:53 +01:00
debris 2b8a151b82 fixed failing eth rpc tests 2016-03-20 23:56:57 +01:00