[FRAME] Pallet hook for the first time a pallet is added to the runtime #2762
Open
Description
on_genesis
allows us to specify code to run per-pallet on genesis, and #1297 runs some code when new pallets are added to the runtime, but there's currently no way to write custom logic to execute when a pallet is added to the runtime after genesis.
Request from Basti.