Merge pull request #3828 from ethcore/new-dirs

New directory structure
This commit is contained in:
Gav Wood
2016-12-15 14:34:01 +01:00
committed by GitHub
27 changed files with 414 additions and 139 deletions

View File

@@ -27,8 +27,8 @@ pub struct Spec {
/// Spec name.
pub name: String,
/// Special fork name.
#[serde(rename="forkName")]
pub fork_name: Option<String>,
#[serde(rename="dataDir")]
pub data_dir: Option<String>,
/// Engine.
pub engine: Engine,
/// Spec params.
@@ -57,6 +57,7 @@ mod tests {
fn spec_deserialization() {
let s = r#"{
"name": "Morden",
"dataDir": "morden",
"engine": {
"Ethash": {
"params": {