File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " polymesh"
3- version = " 7.3.0-rc3 "
3+ version = " 7.3.0-rc4 "
44authors = [" PolymeshAssociation" ]
55build = " build.rs"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -321,8 +321,11 @@ macro_rules! misc_pallet_impls {
321321 fn allowed( call: & RuntimeCall , nested: bool ) -> bool {
322322 match call {
323323 RuntimeCall :: Asset ( _) => true ,
324+ RuntimeCall :: CapitalDistribution ( _) => true ,
325+ RuntimeCall :: Checkpoint ( _) => true ,
324326 RuntimeCall :: ComplianceManager ( _) => true ,
325327 RuntimeCall :: CorporateAction ( _) => true ,
328+ RuntimeCall :: CorporateBallot ( _) => true ,
326329 RuntimeCall :: ExternalAgents ( _) => true ,
327330 RuntimeCall :: Portfolio ( _) => true ,
328331 RuntimeCall :: Settlement ( _) => true ,
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_002 ,
58+ spec_version : 7_003_003 ,
5959 impl_version : 0 ,
6060 apis : RUNTIME_API_VERSIONS ,
6161 transaction_version : 7 ,
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_002 ,
56+ spec_version : 7_003_003 ,
5757 impl_version : 0 ,
5858 apis : RUNTIME_API_VERSIONS ,
5959 transaction_version : 7 ,
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_002 ,
58+ spec_version : 7_003_003 ,
5959 impl_version : 0 ,
6060 apis : RUNTIME_API_VERSIONS ,
6161 transaction_version : 7 ,
You can’t perform that action at this time.
0 commit comments