smol-dot / smoldot

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
GNU General Public License v3.0
181 stars 48 forks source link

Consider checking whether parachain has a slot at initialization #103

Open tomaka opened 1 year ago

tomaka commented 1 year ago

https://github.com/paritytech/smoldot/issues/1431

tomaka commented 12 months ago

Repeating my comment from the previous repo:

The difficulty in this issue is that add_chain is currently a synchronous method, and it would need to become asynchronous. This requires some refactoring of the FFI layer.

As such, cc'ing https://github.com/smol-dot/smoldot/issues/735 which requires the same changes