Skip to content

Commit

Permalink
Bump to version 202 (#1951)
Browse files Browse the repository at this point in the history
* bump to 2.0.2

* decrease oracle count to 2

* update bootnodes
  • Loading branch information
mclyk authored Nov 14, 2023
1 parent 6234354 commit 615c655
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 41 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = ['node/*', 'pallets/*', 'runtime/*', 'support', 'precompiles/*','integ
[workspace.package]
authors = ['Parallel Team']
repository = 'https://github.com/parallel-finance/parallel'
version = '2.0.1'
version = '2.0.2'

[workspace.dependencies]
# Substrate dependencies
Expand Down
2 changes: 1 addition & 1 deletion resources/specs
Submodule specs updated 2 files
+1 −6 heiko.json
+1 −7 parallel.json
4 changes: 2 additions & 2 deletions runtime/heiko/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("heiko"),
impl_name: create_runtime_str!("heiko"),
authoring_version: 1,
spec_version: 201,
spec_version: 202,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down Expand Up @@ -1358,7 +1358,7 @@ impl pallet_asset_registry::Config for Runtime {
}

parameter_types! {
pub const MinimumCount: u32 = 3;
pub const MinimumCount: u32 = 2;
pub const ExpiresIn: Moment = 1000 * 60 * 60; // 60 mins
pub const MaxHasDispatchedSize: u32 = 100;
pub OneAccount: AccountId = AccountId::from([1u8; 32]);
Expand Down
2 changes: 1 addition & 1 deletion runtime/kerria/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kerria"),
impl_name: create_runtime_str!("kerria"),
authoring_version: 1,
spec_version: 201,
spec_version: 202,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down
4 changes: 2 additions & 2 deletions runtime/parallel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("parallel"),
impl_name: create_runtime_str!("parallel"),
authoring_version: 1,
spec_version: 201,
spec_version: 202,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down Expand Up @@ -1358,7 +1358,7 @@ impl pallet_asset_registry::Config for Runtime {
}

parameter_types! {
pub const MinimumCount: u32 = 3;
pub const MinimumCount: u32 = 2;
pub const ExpiresIn: Moment = 1000 * 60 * 60; // 60 mins
pub const MaxHasDispatchedSize: u32 = 100;
pub OneAccount: AccountId = AccountId::from([1u8; 32]);
Expand Down
2 changes: 1 addition & 1 deletion runtime/vanilla/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("vanilla"),
impl_name: create_runtime_str!("vanilla"),
authoring_version: 1,
spec_version: 201,
spec_version: 202,
impl_version: 33,
apis: RUNTIME_API_VERSIONS,
transaction_version: 17,
Expand Down

0 comments on commit 615c655

Please sign in to comment.