Rename codec -> substrate-codec, executor -> substrate-executor.

This commit is contained in:
Gav
2018-02-07 11:29:10 +01:00
parent 1b7f34bef2
commit c0d072a5f3
35 changed files with 116 additions and 115 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ extern crate rustc_hex;
#[macro_use]
extern crate log;
extern crate polkadot_codec as codec;
extern crate substrate_codec as codec;
extern crate polkadot_primitives as primitives;
#[cfg(test)]
@@ -16,6 +16,7 @@
//! Main parachains logic. For now this is just the determination of which validators do what.
use runtime_std::prelude::*;
use runtime_std::mem;
use codec::{Slicable, Joiner};
use support::{Hashable, with_env, storage};