openethereum/rpc/src/v1/tests/mocked
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_signing.rs Filling-in optional fields of TransactionRequest... (#1305) 2016-06-18 14:55:46 +02:00
eth.rs Update eth.rs 2016-06-15 01:26:58 +02:00
ethcore.rs Gas price statistics. (#1291) 2016-06-18 10:52:50 +02:00
mod.rs Simple signing queue, confirmation APIs exposed in signer WebSockets. (#1182) 2016-06-01 19:37:34 +02:00
net.rs move existing rpc tests into mocked module 2016-05-26 20:37:08 +02:00
personal_signer.rs Fixing signer behaviour when confirming transaction with wrong password. (#1237) 2016-06-07 08:25:01 -07:00
personal.rs Bumping sysui & topbar. personal_signerEnabled returns port 2016-06-10 15:39:34 +02:00
rpc.rs move existing rpc tests into mocked module 2016-05-26 20:37:08 +02:00
web3.rs move existing rpc tests into mocked module 2016-05-26 20:37:08 +02:00