paseo-network / runtimes

Runtimes for Polkadot community testnet
GNU General Public License v3.0
23 stars 25 forks source link

Add XCM runtime APIs in Paseo relay and system parachains #93

Open franciscoaguirre opened 1 month ago

franciscoaguirre commented 1 month ago

We recently added the XcmPaymentApi and DryRunApi to westend and rococo relays and system parachains. There's an open PR to add them to the fellowship runtime as well. It'd be good to add them to Paseo as well.

The way to do it is detailed in the dry run api PR, it also has an example of how to use them.

hbulgarini commented 1 month ago

Hello @franciscoaguirre,

Please take into account that Paseo follows Polkadot releases with minor changes to the current runtime. This was specifically asked by teams needing a stable environment to test their use cases with no downtimes as its happening now in Rococo.

So as soon as this feature is included the corresponding fellowship release, this feature will be deployed in Paseo.