Nicks are 32 bytes (#634)

* Nicks 32 bytes

* Bump runtime version

* Update lock
This commit is contained in:
Gavin Wood
2019-11-30 20:31:12 +01:00
committed by GitHub
parent ed7ee57290
commit a0edfd57f0
18 changed files with 74 additions and 74 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1020,
spec_version: 1021,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
@@ -540,7 +540,7 @@ impl sudo::Trait for Runtime {
parameter_types! {
pub const ReservationFee: Balance = 1 * DOLLARS;
pub const MinLength: usize = 3;
pub const MaxLength: usize = 16;
pub const MaxLength: usize = 32;
}
impl nicks::Trait for Runtime {