From 8b5b1a9269cc0c28fd2847444609e872f20ee12d Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 23 Mar 2023 15:54:20 +1300 Subject: [PATCH] Bump pioneer runtime and node version --- Cargo.lock | 2 +- node/Cargo.toml | 2 +- runtime/pioneer/src/lib.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 835ff689f..9edb1c786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5093,7 +5093,7 @@ dependencies = [ [[package]] name = "metaverse-node" -version = "0.0.4" +version = "0.0.15" dependencies = [ "async-trait", "bit-country-primitives", diff --git a/node/Cargo.toml b/node/Cargo.toml index 8e38de150..45572b781 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://metaverse.network' license = 'Unlicense' name = 'metaverse-node' repository = 'https://github.com/bit-country/Metaverse-Network/' -version = '0.0.4' +version = '0.0.15' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/runtime/pioneer/src/lib.rs b/runtime/pioneer/src/lib.rs index 8814fd7a1..1a5b03039 100644 --- a/runtime/pioneer/src/lib.rs +++ b/runtime/pioneer/src/lib.rs @@ -627,8 +627,8 @@ parameter_types! { pub const VotingPeriod: BlockNumber = 7 * DAYS; pub const FastTrackVotingPeriod: BlockNumber = 2 * HOURS; pub const InstantAllowed: bool = true; - pub const MinimumDeposit: Balance = 100 * DOLLARS; - pub const EnactmentPeriod: BlockNumber = 3 * DAYS; + pub const MinimumDeposit: Balance = 10000 * DOLLARS; + pub const EnactmentPeriod: BlockNumber = 7 * DAYS; pub const CooloffPeriod: BlockNumber = 7 * MINUTES; pub const PreimageByteDeposit: Balance = 10 * CENTS; pub const MaxVotes: u32 = 100;