Dónal Murray

Results 17 comments of Dónal Murray

I'm sure outside contributions would be very welcome, I'd advise maybe tackling this issue in smaller chunks to keep the core devs in the loop of where it's up to....

Having an experimental tab sounds good. The other tabs are necessary until all chains upgrade to coretime. Rococo and Westend don't need them any more, Kusama should be upgraded soon,...

Maybe a code owner could move this issue to that repo

I think this PR is totally in scope for the broker pallet, renewals are a first-class operation supported directly on the coretime chain and this is a UX improvement for...

Should we also disable `pool` since payouts are not handled yet? Is it planned to have the revenue notifications implemented on the relay chain before the initial Polkadot release?

Testing the coretime XCMs end to end was non-trivial as they are sent by the runtime at various points. We need to trigger a session change on the relay for...

Since one of the main aims of the asset hub migration is to move away from pallets requiring balances on the Relay Chain, we should re-prioritise this issue.

I agree totally with this. I think that ideally we would keep polkadot-parachain-bin very light, with no chainspec bytes or runtime dependencies (by removing the local configs completely). This would...

> ```rust > start_generic_aura_node > start_generic_aura_lookahead_node // start_asset_hub_node > start_asset_hub_lookahead_node > start_basic_lookahead_node > ``` > > Note: I don't know what are exact differences, but `start_generic_aura_lookahead_node` and `start_basic_lookahead_node` maybe could...

This could be done at the same time as implementing the coretime credits, implementing the new extrinsics (credits bought on broker can be exchanged for on-demand coretime). This could replace...