slot-based-collator: Refactor some internals (#6935)
Move `RelayChainDataFetcher` to its own module and rename it to `RelayChainDataCache`. Also move the `core_selector` function to the `slot_based` module. Related issue: https://github.com/paritytech/polkadot-sdk/issues/6495
Showing
- cumulus/client/consensus/aura/src/collators/slot_based/block_builder_task.rs 15 additions, 129 deletions...ensus/aura/src/collators/slot_based/block_builder_task.rs
- cumulus/client/consensus/aura/src/collators/slot_based/mod.rs 30 additions, 5 deletions...lus/client/consensus/aura/src/collators/slot_based/mod.rs
- cumulus/client/consensus/aura/src/collators/slot_based/relay_chain_data_cache.rs 127 additions, 0 deletions...s/aura/src/collators/slot_based/relay_chain_data_cache.rs
Please register or sign in to comment