openethereum/parity
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
..
hypervisor Fixing warnings 2016-06-03 11:36:30 +02:00
cli.rs Merge pull request #1313 from ethcore/net 2016-06-18 11:04:24 +02:00
configuration.rs Fixing origin/host validation (#1273) 2016-06-15 00:57:49 +02:00
dapps.rs Loading local Dapps from FS. (#1214) 2016-06-03 11:51:11 +02:00
die.rs trace error in die_with_io_error 2016-05-22 12:48:40 -04:00
informant.rs Fixing clippy warnings 2016-05-26 11:49:58 +02:00
io_handler.rs Tests 2016-06-17 18:26:54 +02:00
main.rs Merge pull request #1313 from ethcore/net 2016-06-18 11:04:24 +02:00
migration.rs Fixing few clippy warnings 2016-05-27 17:56:25 +02:00
price_info.rs Fixing clippy warnings 2016-05-17 10:32:05 +02:00
rpc_apis.rs Filling-in optional fields of TransactionRequest... (#1305) 2016-06-18 14:55:46 +02:00
rpc.rs Windows build (#1253) 2016-06-13 18:55:24 +02:00
setup_log.rs Base for Signer Websockets server (#1158) 2016-05-28 19:30:31 +02:00
signer.rs Security audit issues fixed (#1279) 2016-06-15 00:58:08 +02:00
upgrade.rs Fixing clippy warnings 2016-05-17 10:32:05 +02:00
url.rs final fix 2016-06-14 18:26:40 +03:00