openethereum/rpc/src/v1/impls
Tomasz Drwięga 5e1e3ce857 Filling-in optional fields of TransactionRequest... (#1305)
* More meaningful errors when sending transaction

* Fixing returned value

* Consolidating all RPC error codes

* Fixed loosing peers on incoming connections. (#1293)

* Deactivate peer if it has no new data

* Fixed node table timer registration

* Fixed handshake timeout expiration

* Extra trace

* Fixed session count calculation

* Only deactivate incapable peers in ChainHead state

* Timer registration is not needed

* x64 path

* firewall rules

* Fix read-ahead bug.

Re-ahead 8 bytes rather than 3 to ensure large blocks import fine.

* Refactor to use a const.

* Update README.md

* Gas price statistics. (#1291)

* Gas price statistics.

Affects eth_gasPrice.
Added ethcore_gasPriceStatistics.

Closes #1265

* Fix a bug in eth_gasPrice

* Fix tests.

* Revert minor alteration.

* Tests for gas_price_statistics.

- Tests;
- Additional infrastructure for generating test blocks with
transactions.

* Key load avoid warning (#1303)

* avoid warning with key

* fix intendations

* more intendation fix

* ok() instead of expect()

* Filling-in optional fields of TransactionRequest.

* Adding reference to miner
2016-06-18 14:55:46 +02:00
..
eth_filter.rs fixed #1204 2016-06-02 12:44:05 +02:00
eth_signing.rs Filling-in optional fields of TransactionRequest... (#1305) 2016-06-18 14:55:46 +02:00
eth.rs fixed #1180 (#1282) 2016-06-18 12:09:29 +02:00
ethcore_set.rs Splitting RPC Apis into more fine-grained sets (#1234) 2016-06-07 13:52:48 -07:00
ethcore.rs Gas price statistics. (#1291) 2016-06-18 10:52:50 +02:00
mod.rs DAO Rescue soft fork (#1309) 2016-06-18 10:54:15 +02:00
net.rs Network shutdown 2016-06-17 12:58:28 +02:00
personal_signer.rs More meaningful errors when sending transaction 2016-06-18 10:54:12 +02:00
personal.rs Fixing returned value 2016-06-18 10:54:15 +02:00
rpc.rs Fixing RPC modules compatibility 2016-05-04 14:03:29 +02:00
traces.rs Signer RPC method to check if signer is enabled (#1238) 2016-06-07 10:33:32 -07:00
web3.rs Update web3.rs 2016-03-26 11:19:51 +01:00