mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
ddb53c87f5
This PR backports `spec_version`, `node_version` bumps and reordering of the prdocs from the 1.10.0 release branch
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
title: Handle legacy lease swaps on coretime
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
When a `registar::swap` extrinsic is executed it swaps two leases on the relay chain but the
|
|
broker chain never knows about this swap. This change notifies the broker chain via a XCM
|
|
message for a swap so that it can update its state.
|
|
crates:
|
|
- name: pallet-broker
|