Doordashcon
Doordashcon
@NukeManDan Please could you elaborate on what is required here?
Hi @shawntabrizi can i take on this issue
@KiChjang sure thing
@KiChjang want to submit task by task?
is this the general idea for the second task? ```rust #[impl_const] trait ConstantId { const ID: i32; } ``` the attribute-like macro `#[impl_const]` will implement `ConstGet` for associated constants in...
I don't think the macro would know where it is called, so it cannot know about the ConstantId trait, which is a needed element for the expansion. Another approach would...
@bernardoaraujor who should ideally have the privilege of calling this function/extrinsic?
cc @kianenigma I assume a separate benchmark case is not needed for `_with_pool_id`
> Thinking out loud, I believe it shouldn't be too hard to to keep track of all the pools that are destroyed and ready to be claimed. In that case...
The static limit can be set by entities adding staking and session pallets to their runtimes, for the node I believe 3072 is acceptable? Then add this bound to relevant...