File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " polymesh"
3
- version = " 7.3.0-rc2 "
3
+ version = " 7.3.0-rc3 "
4
4
authors = [" PolymeshAssociation" ]
5
5
build = " build.rs"
6
6
edition = " 2021"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
55
55
authoring_version : 1 ,
56
56
// `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
57
57
// N.B. `d` is unpinned from the binary version
58
- spec_version : 7_003_001 ,
58
+ spec_version : 7_003_002 ,
59
59
impl_version : 0 ,
60
60
apis : RUNTIME_API_VERSIONS ,
61
61
transaction_version : 7 ,
@@ -94,7 +94,7 @@ parameter_types! {
94
94
pub const MaxNumberOfPortfolios : u32 = ( 10 + 100 ) * 2 ;
95
95
pub const MaxNumberOfVenueSigners : u32 = 50 ;
96
96
pub const MaxInstructionMediators : u32 = 4 ;
97
- pub const MaximumLockPeriod : Moment = 1_440_000 ; // 24 hours
97
+ pub const MaximumLockPeriod : Moment = 1_440_000 ; // 24 min
98
98
99
99
// Multisig
100
100
pub const MaxMultiSigSigners : u32 = 50 ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
53
53
authoring_version : 1 ,
54
54
// `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
55
55
// N.B. `d` is unpinned from the binary version
56
- spec_version : 7_003_001 ,
56
+ spec_version : 7_003_002 ,
57
57
impl_version : 0 ,
58
58
apis : RUNTIME_API_VERSIONS ,
59
59
transaction_version : 7 ,
@@ -92,7 +92,7 @@ parameter_types! {
92
92
pub const MaxNumberOfPortfolios : u32 = ( 10 + 100 ) * 2 ;
93
93
pub const MaxNumberOfVenueSigners : u32 = 50 ;
94
94
pub const MaxInstructionMediators : u32 = 4 ;
95
- pub const MaximumLockPeriod : Moment = 1_440_000 ; // 24 hours
95
+ pub const MaximumLockPeriod : Moment = 86_400_000 ; // 24 hours
96
96
97
97
// Multisig
98
98
pub const MaxMultiSigSigners : u32 = 50 ;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
55
55
authoring_version : 1 ,
56
56
// `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
57
57
// N.B. `d` is unpinned from the binary version
58
- spec_version : 7_003_001 ,
58
+ spec_version : 7_003_002 ,
59
59
impl_version : 0 ,
60
60
apis : RUNTIME_API_VERSIONS ,
61
61
transaction_version : 7 ,
@@ -95,7 +95,7 @@ parameter_types! {
95
95
pub const MaxNumberOfPortfolios : u32 = ( 10 + 100 ) * 2 ;
96
96
pub const MaxNumberOfVenueSigners : u32 = 50 ;
97
97
pub const MaxInstructionMediators : u32 = 4 ;
98
- pub const MaximumLockPeriod : Moment = 1_440_000 ; // 24 hours
98
+ pub const MaximumLockPeriod : Moment = 86_400_000 ; // 24 hours
99
99
100
100
// Multisig
101
101
pub const MaxMultiSigSigners : u32 = 50 ;
You can’t perform that action at this time.
0 commit comments