Just van Stam
Just van Stam
closes https://github.com/paritytech/polkadot-sdk/issues/490 --- Cumulus companion: https://github.com/paritytech/cumulus/pull/2969
This pr introduces the `NonFungiblesV2Adapter` as a new type for the XCM executor's AssetTransactor type, designed to work with the NFTs pallet. This Pr is a PoC to investigate how...
Companion for https://github.com/paritytech/polkadot/pull/6951
### Is your feature request related to a problem? Please describe. Currently the StakeAdded/Removed events do not list the origin that initiated the stake add or removal action. This makes...
Looking through the code I'm confused where the miner resyncs the metagraph data. On the following line the metagraph is fetched and set to a local variable. Should this be...