mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Tuple changed to struct (#2791)
(also made some of the results to be in one line so they are similar to the others)
This commit is contained in:
@@ -59,7 +59,7 @@ tests:
|
|||||||
- name: sudo.Sudid
|
- name: sudo.Sudid
|
||||||
result: { sudoResult: Ok }
|
result: { sudoResult: Ok }
|
||||||
- name: xcmPallet.SupportedVersionChanged
|
- name: xcmPallet.SupportedVersionChanged
|
||||||
result: [{ parents: 0, interior: { X1: { Parachain: *ap_id }}}, *xcm_version ]
|
result: { location: { parents: 0, interior: { X1: { Parachain: *ap_id }}}, version: *xcm_version }
|
||||||
- extrinsics: # Relay Chain sets supported version for Penpal Parachain
|
- extrinsics: # Relay Chain sets supported version for Penpal Parachain
|
||||||
- chain: *relay_chain
|
- chain: *relay_chain
|
||||||
sudo: true
|
sudo: true
|
||||||
@@ -81,7 +81,7 @@ tests:
|
|||||||
- name: sudo.Sudid
|
- name: sudo.Sudid
|
||||||
result: { sudoResult: Ok }
|
result: { sudoResult: Ok }
|
||||||
- name: xcmPallet.SupportedVersionChanged
|
- name: xcmPallet.SupportedVersionChanged
|
||||||
result: [{ parents: 0, interior: { X1: { Parachain: *pp_id }}}, *xcm_version ]
|
result: { location: { parents: 0, interior: { X1: { Parachain: *pp_id }}}, version: *xcm_version }
|
||||||
- extrinsics: # Asset Parachain sets supported version for Relay Chain through it
|
- extrinsics: # Asset Parachain sets supported version for Relay Chain through it
|
||||||
- chain: *relay_chain
|
- chain: *relay_chain
|
||||||
signer: *rc_signer
|
signer: *rc_signer
|
||||||
@@ -124,7 +124,7 @@ tests:
|
|||||||
}
|
}
|
||||||
- name: polkadotXcm.SupportedVersionChanged
|
- name: polkadotXcm.SupportedVersionChanged
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
result: [{ parents: 1, interior: Here }, *xcm_version ]
|
result: { location: { parents: 1, interior: Here }, version: *xcm_version }
|
||||||
- extrinsics: # Penpal Parachain sets supported version for Relay Chain
|
- extrinsics: # Penpal Parachain sets supported version for Relay Chain
|
||||||
- chain: *penpal_parachain
|
- chain: *penpal_parachain
|
||||||
signer: *pp_signer
|
signer: *pp_signer
|
||||||
@@ -142,4 +142,4 @@ tests:
|
|||||||
- name: sudo.Sudid
|
- name: sudo.Sudid
|
||||||
result: { sudoResult: Ok }
|
result: { sudoResult: Ok }
|
||||||
- name: polkadotXcm.SupportedVersionChanged
|
- name: polkadotXcm.SupportedVersionChanged
|
||||||
result: [{ parents: 1, interior: Here }, *xcm_version ]
|
result: { location: { parents: 1, interior: Here }, version: *xcm_version }
|
||||||
|
|||||||
@@ -73,13 +73,11 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '764,772,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '764,772,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}}
|
||||||
outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}
|
|
||||||
}
|
|
||||||
- queries:
|
- queries:
|
||||||
balance_rc_sender_after:
|
balance_rc_sender_after:
|
||||||
chain: *relay_chain
|
chain: *relay_chain
|
||||||
@@ -153,9 +151,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '1,014,103,000', proofSize: '200,000' }}}
|
||||||
outcome: { Complete: { refTime: '1,014,103,000', proofSize: '200,000' }}
|
|
||||||
}
|
|
||||||
- queries:
|
- queries:
|
||||||
forced_created_asset:
|
forced_created_asset:
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
@@ -218,7 +214,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '750,645,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '750,645,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
|
|||||||
@@ -57,13 +57,11 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '761,173,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '761,173,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}}
|
||||||
outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}
|
|
||||||
}
|
|
||||||
|
|
||||||
- name: Get the balances of the Assets Parachain's sender & Relay Chain's receiver
|
- name: Get the balances of the Assets Parachain's sender & Relay Chain's receiver
|
||||||
actions:
|
actions:
|
||||||
@@ -96,7 +94,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '539,494,000', proofSize: '7,133' }}]
|
result: { outcome: { Complete: { refTime: '539,494,000', proofSize: '7,133' }}}
|
||||||
- name: messageQueue.Processed
|
- name: messageQueue.Processed
|
||||||
chain: *relay_chain
|
chain: *relay_chain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
@@ -190,4 +188,4 @@ tests:
|
|||||||
]
|
]
|
||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
result: [{ Error: Barrier }]
|
result: { outcome: { Error: Barrier }}
|
||||||
|
|||||||
@@ -101,9 +101,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '1,216,703,000', proofSize: '20,000' }}}
|
||||||
outcome: { Complete: { refTime: '1,216,703,000', proofSize: '20,000' }}
|
|
||||||
}
|
|
||||||
- queries:
|
- queries:
|
||||||
forced_created_asset:
|
forced_created_asset:
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
@@ -182,7 +180,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '679,150,000', proofSize: '6,196' }}]
|
result: { outcome: { Complete: { refTime: '679,150,000', proofSize: '6,196' }}}
|
||||||
- name: assets.Transferred
|
- name: assets.Transferred
|
||||||
result: {
|
result: {
|
||||||
assetId: *asset_id,
|
assetId: *asset_id,
|
||||||
@@ -225,7 +223,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '679,150,000', proofSize: '6,196' }}]
|
result: { outcome: { Complete: { refTime: '679,150,000', proofSize: '6,196' }}}
|
||||||
- name: balances.Endowed
|
- name: balances.Endowed
|
||||||
result: {
|
result: {
|
||||||
account: *pp_sovereign_sibl,
|
account: *pp_sovereign_sibl,
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ tests:
|
|||||||
- name: sudo.Sudid
|
- name: sudo.Sudid
|
||||||
result: { sudoResult: Ok }
|
result: { sudoResult: Ok }
|
||||||
- name: xcmPallet.SupportedVersionChanged
|
- name: xcmPallet.SupportedVersionChanged
|
||||||
result: [{ parents: 0, interior: { X1: { Parachain: *ap_id }}}, *xcm_version ]
|
result: { location: { parents: 0, interior: { X1: { Parachain: *ap_id }}}, version: *xcm_version }
|
||||||
- extrinsics: # Relay Chain sets supported version for Penpal Parachain
|
- extrinsics: # Relay Chain sets supported version for Penpal Parachain
|
||||||
- chain: *relay_chain
|
- chain: *relay_chain
|
||||||
sudo: true
|
sudo: true
|
||||||
@@ -81,7 +81,7 @@ tests:
|
|||||||
- name: sudo.Sudid
|
- name: sudo.Sudid
|
||||||
result: { sudoResult: Ok }
|
result: { sudoResult: Ok }
|
||||||
- name: xcmPallet.SupportedVersionChanged
|
- name: xcmPallet.SupportedVersionChanged
|
||||||
result: [{ parents: 0, interior: { X1: { Parachain: *pp_id }}}, *xcm_version ]
|
result: { location: { parents: 0, interior: { X1: { Parachain: *pp_id }}}, version: *xcm_version }
|
||||||
- extrinsics: # Asset Parachain sets supported version for Relay Chain through it
|
- extrinsics: # Asset Parachain sets supported version for Relay Chain through it
|
||||||
- chain: *relay_chain
|
- chain: *relay_chain
|
||||||
signer: *rc_signer
|
signer: *rc_signer
|
||||||
@@ -124,7 +124,7 @@ tests:
|
|||||||
}
|
}
|
||||||
- name: polkadotXcm.SupportedVersionChanged
|
- name: polkadotXcm.SupportedVersionChanged
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
result: [{ parents: 1, interior: Here }, *xcm_version ]
|
result: { location: { parents: 1, interior: Here }, version: *xcm_version }
|
||||||
- extrinsics: # Penpal Parachain sets supported version for Relay Chain
|
- extrinsics: # Penpal Parachain sets supported version for Relay Chain
|
||||||
- chain: *penpal_parachain
|
- chain: *penpal_parachain
|
||||||
signer: *pp_signer
|
signer: *pp_signer
|
||||||
@@ -142,4 +142,4 @@ tests:
|
|||||||
- name: sudo.Sudid
|
- name: sudo.Sudid
|
||||||
result: { sudoResult: Ok }
|
result: { sudoResult: Ok }
|
||||||
- name: polkadotXcm.SupportedVersionChanged
|
- name: polkadotXcm.SupportedVersionChanged
|
||||||
result: [{ parents: 1, interior: Here }, *xcm_version ]
|
result: { location: { parents: 1, interior: Here}, version: *xcm_version }
|
||||||
|
|||||||
@@ -73,13 +73,11 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '3,000,000,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}}
|
||||||
outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}
|
|
||||||
}
|
|
||||||
- queries:
|
- queries:
|
||||||
balance_rc_sender_after:
|
balance_rc_sender_after:
|
||||||
chain: *relay_chain
|
chain: *relay_chain
|
||||||
@@ -153,9 +151,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '1,014,103,000', proofSize: '200,000' }}}
|
||||||
outcome: { Complete: { refTime: '1,014,103,000', proofSize: '200,000' }}
|
|
||||||
}
|
|
||||||
- queries:
|
- queries:
|
||||||
forced_created_asset:
|
forced_created_asset:
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
@@ -218,7 +214,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '2,000,000,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '2,000,000,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
|
|||||||
@@ -57,13 +57,11 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '3,000,000,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}}
|
||||||
outcome: { Complete: { refTime: '166,944,000', proofSize: 0 }}
|
|
||||||
}
|
|
||||||
|
|
||||||
- name: Get the balances of the Assets Parachain's sender & Relay Chain's receiver
|
- name: Get the balances of the Assets Parachain's sender & Relay Chain's receiver
|
||||||
actions:
|
actions:
|
||||||
@@ -97,7 +95,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '533,283,000', proofSize: '7,096' }}]
|
result: { outcome: { Complete: { refTime: '533,283,000', proofSize: '7,096' }}}
|
||||||
- name: messageQueue.Processed
|
- name: messageQueue.Processed
|
||||||
chain: *relay_chain
|
chain: *relay_chain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
@@ -193,4 +191,4 @@ tests:
|
|||||||
]
|
]
|
||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
result: [{ Error: Barrier }]
|
result: { outcome: { Error: Barrier }}
|
||||||
|
|||||||
@@ -101,9 +101,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '1,216,703,000', proofSize: '20,000' }}}
|
||||||
outcome: { Complete: { refTime: '1,216,703,000', proofSize: '20,000' }}
|
|
||||||
}
|
|
||||||
- queries:
|
- queries:
|
||||||
forced_created_asset:
|
forced_created_asset:
|
||||||
chain: *assets_parachain
|
chain: *assets_parachain
|
||||||
@@ -182,7 +180,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '673,627,000', proofSize: '6,196' }}]
|
result: { outcome: { Complete: { refTime: '673,627,000', proofSize: '6,196' }}}
|
||||||
- name: assets.Transferred
|
- name: assets.Transferred
|
||||||
result: {
|
result: {
|
||||||
assetId: *asset_id,
|
assetId: *asset_id,
|
||||||
@@ -225,7 +223,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '679,150,000', proofSize: '6,196' }}]
|
result: { outcome: { Complete: { refTime: '679,150,000', proofSize: '6,196' }}}
|
||||||
- name: balances.Endowed
|
- name: balances.Endowed
|
||||||
result: {
|
result: {
|
||||||
account: *pp_sovereign_sibl,
|
account: *pp_sovereign_sibl,
|
||||||
|
|||||||
+3
-5
@@ -51,7 +51,7 @@ tests:
|
|||||||
- name: sudo.Sudid
|
- name: sudo.Sudid
|
||||||
result: { sudoResult: Ok }
|
result: { sudoResult: Ok }
|
||||||
- name: xcmPallet.SupportedVersionChanged
|
- name: xcmPallet.SupportedVersionChanged
|
||||||
result: [{ parents: 0, interior: { X1: { Parachain: *cp_id }}}, *xcm_version ]
|
result: { location: { parents: 0, interior: { X1: { Parachain: *cp_id }}}, version: *xcm_version }
|
||||||
- extrinsics: # Collectives Parachain sets supported version for Relay Chain through it
|
- extrinsics: # Collectives Parachain sets supported version for Relay Chain through it
|
||||||
- chain: *relay_chain
|
- chain: *relay_chain
|
||||||
signer: *alice_signer
|
signer: *alice_signer
|
||||||
@@ -92,9 +92,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '2,200,000,000', proofSize: 0 }}}
|
||||||
outcome: { Complete: { refTime: '2,200,000,000', proofSize: 0 }}
|
|
||||||
}
|
|
||||||
- name: polkadotXcm.SupportedVersionChanged
|
- name: polkadotXcm.SupportedVersionChanged
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
result: [{ parents: 1, interior: Here }, *xcm_version ]
|
result: { location: { parents: 1, interior: Here }, version: *xcm_version }
|
||||||
|
|||||||
+3
-5
@@ -61,13 +61,11 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '3,000,000,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '4,000,000,000', proofSize: 0 }}}
|
||||||
outcome: { Complete: { refTime: '4,000,000,000', proofSize: 0 }}
|
|
||||||
}
|
|
||||||
- queries:
|
- queries:
|
||||||
balance_rc_alice_2:
|
balance_rc_alice_2:
|
||||||
chain: *relay_chain
|
chain: *relay_chain
|
||||||
@@ -126,7 +124,7 @@ tests:
|
|||||||
result: { who: *acc_alice_ss58, amount: 10000000000000 }
|
result: { who: *acc_alice_ss58, amount: 10000000000000 }
|
||||||
- name: polkadotXcm.Attempted
|
- name: polkadotXcm.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '3,000,000,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: 0 }}}
|
||||||
- name: balances.Withdraw
|
- name: balances.Withdraw
|
||||||
chain: *relay_chain
|
chain: *relay_chain
|
||||||
result: { who: *checking_account, amount: 10000000000000 } # amount received and withdrawn from registry account
|
result: { who: *checking_account, amount: 10000000000000 } # amount received and withdrawn from registry account
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@ tests:
|
|||||||
events:
|
events:
|
||||||
- name: xcmPallet.Attempted
|
- name: xcmPallet.Attempted
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: [{ Complete: { refTime: '2,000,000,000', proofSize: 0 }}]
|
result: { outcome: { Complete: { refTime: '2,000,000,000', proofSize: 0 }}}
|
||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
|
|||||||
+4
-12
@@ -109,9 +109,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}}
|
||||||
outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}
|
|
||||||
}
|
|
||||||
|
|
||||||
- name: Alliance init call fails.
|
- name: Alliance init call fails.
|
||||||
actions:
|
actions:
|
||||||
@@ -159,9 +157,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}}
|
||||||
outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}
|
|
||||||
}
|
|
||||||
|
|
||||||
- name: Alliance disbanded and initialized again.
|
- name: Alliance disbanded and initialized again.
|
||||||
actions:
|
actions:
|
||||||
@@ -208,9 +204,7 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '3,321,495,872', proofSize: '181,779' }}}
|
||||||
outcome: { Complete: { refTime: '3,321,495,872', proofSize: '181,779' }}
|
|
||||||
}
|
|
||||||
- name: Alliance initiated, founders and fellows are set.
|
- name: Alliance initiated, founders and fellows are set.
|
||||||
actions:
|
actions:
|
||||||
- extrinsics:
|
- extrinsics:
|
||||||
@@ -255,6 +249,4 @@ tests:
|
|||||||
- name: dmpQueue.ExecutedDownward
|
- name: dmpQueue.ExecutedDownward
|
||||||
chain: *collectives_parachain
|
chain: *collectives_parachain
|
||||||
threshold: *weight_threshold
|
threshold: *weight_threshold
|
||||||
result: {
|
result: { outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}}
|
||||||
outcome: { Complete: { refTime: '3,000,000,000', proofSize: '1,000,000' }}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user