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 11[package ]
22name = " polymesh"
3- version = " 7.3.0-rc2 "
3+ version = " 7.3.0-rc3 "
44authors = [" PolymeshAssociation" ]
55build = " build.rs"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5555 authoring_version : 1 ,
5656 // `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
5757 // N.B. `d` is unpinned from the binary version
58- spec_version : 7_003_001 ,
58+ spec_version : 7_003_002 ,
5959 impl_version : 0 ,
6060 apis : RUNTIME_API_VERSIONS ,
6161 transaction_version : 7 ,
@@ -94,7 +94,7 @@ parameter_types! {
9494 pub const MaxNumberOfPortfolios : u32 = ( 10 + 100 ) * 2 ;
9595 pub const MaxNumberOfVenueSigners : u32 = 50 ;
9696 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
9898
9999 // Multisig
100100 pub const MaxMultiSigSigners : u32 = 50 ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5353 authoring_version : 1 ,
5454 // `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
5555 // N.B. `d` is unpinned from the binary version
56- spec_version : 7_003_001 ,
56+ spec_version : 7_003_002 ,
5757 impl_version : 0 ,
5858 apis : RUNTIME_API_VERSIONS ,
5959 transaction_version : 7 ,
@@ -92,7 +92,7 @@ parameter_types! {
9292 pub const MaxNumberOfPortfolios : u32 = ( 10 + 100 ) * 2 ;
9393 pub const MaxNumberOfVenueSigners : u32 = 50 ;
9494 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
9696
9797 // Multisig
9898 pub const MaxMultiSigSigners : u32 = 50 ;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5555 authoring_version : 1 ,
5656 // `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
5757 // N.B. `d` is unpinned from the binary version
58- spec_version : 7_003_001 ,
58+ spec_version : 7_003_002 ,
5959 impl_version : 0 ,
6060 apis : RUNTIME_API_VERSIONS ,
6161 transaction_version : 7 ,
@@ -95,7 +95,7 @@ parameter_types! {
9595 pub const MaxNumberOfPortfolios : u32 = ( 10 + 100 ) * 2 ;
9696 pub const MaxNumberOfVenueSigners : u32 = 50 ;
9797 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
9999
100100 // Multisig
101101 pub const MaxMultiSigSigners : u32 = 50 ;
You can’t perform that action at this time.
0 commit comments