* Clean up serde rename and use rename_all = camelCase when possible * snake_case for pricing * Use camelcase for engine * Use camel case for seal * Use camel case for validator set * Use camel case for confirmation payload * Use camel case for consensus status * Use camel case for nodekind * Use kebab case for provenance * Use camel case for pubsub * Use lowercase and camelcase for trace * Use camel case for whisper * rename Ethash as irregular name  | 
			||
|---|---|---|
| .. | ||
| cli | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
Whisper
Implementation of Whisper based on the Whisper-v2 PoC.
Usage
Parity Whisper-v2 CLI.
	Copyright 2015-2018 Parity Technologies (UK) Ltd.
Usage:
	whisper [options]
	whisper [-h | --help]
Options:
	--whisper-pool-size SIZE       Specify Whisper pool size [default: 10].
	-p, --port PORT                Specify which RPC port to use [default: 8545].
	-a, --address ADDRESS          Specify which address to use [default: 127.0.0.1].
	-l, --log LEVEL                Specify the logging level. Must conform to the same format as RUST_LOG [default: Error].
	-h, --help                     Display this message and exit.
Parity Ethereum toolchain
This project is a part of the Parity Ethereum toolchain.