`pallet-utility: if_else` (#6321)
# Utility Call Fallback This introduces a new extrinsic: **`if_else`** Which first attempts to dispatch the `main` call(s). If the `main` call(s) fail, the `fallback` call(s) is dispatched instead. Both calls are executed with the same origin. In the event of a fallback failure the whole call fails with the weights returned. ## Use Case Some use cases might involve submitting a `batch` type call in either main, fallback or both. Resolves #6000 Polkadot Address: 1HbdqutFR8M535LpbLFT41w3j7v9ptEYGEJKmc6PKpqthZ8 --------- Co-authored-by:rainbow-promise <[email protected]> Co-authored-by:
Guillaume Thiolliere <[email protected]> Co-authored-by:
Oliver Tale-Yazdi <[email protected]>
parent
0f2024f5
Pipeline
#515596
waiting for manual action
with stages
in
1 hour, 18 minutes, and 41 seconds
Please register or sign in to comment