Skip to content

Commit e071e7e

Browse files
authored
[Authorize upgrade] Upgrade authorization by Polkadot relay chain (#218)
* [Authorize upgrade] Draft scenario for initial testing * [Authorize upgrade] Small fixes to make draft scenario to pass tests * [Authorize upgrade] Polkadot network scenarios * [Authorize upgrade] Remove some not relevant comments
1 parent 2a0db96 commit e071e7e

15 files changed

+1507
-23
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ permission-restricted extrinsics with the appropriate origin e.g. `Root`-gated g
209209
for staking and nomination pools
210210

211211
4. **Send XCM `Transact`s to execute extrinsics with given origin in parachain**
212-
In parachains where `pallet-scheduler` is not available, but whose relay chain has it, use `xcmSendTransact` to
213-
perform the technique in 3. in the desired parachain.
212+
In parachains where `pallet-scheduler` is not available, but whose relay chain has it, use `createXcmTransactSend`
213+
along with `scheduleCallWithOrigin` to prepare and schedule sending of an XCM to perform the technique in 3. in the desired parachain.
214214

215215
4.1. Take care to adjust the parameters in accordance with the destination parachain, in particular
216216
`refTime/proofSize`

0 commit comments

Comments
 (0)