### Talks Timeline (Asc) - `20231004` - [Protocol Berg Keynote: Gavin Wood - Agile Coretime](https://youtu.be/j7b8Upipmeg?si=oLn_sI0ZVUSM6Ask) - youtube Gavin Wood @ `16:20` - [[Protocol Berg - Gavin]] - notes - [Coretime on Trappist work progress](https://www.notion.so/paritytechnologies/Coretime-from-Trappist-79f47b1fbdbd481fbefde63ffef066b2) - Emiliano notes - `20231228` - [Coretime: Provide guide/template to purchase coretime for a parachain. #2819](https://github.com/paritytech/polkadot-sdk/issues/2819) - polkadot-sdk repo Issue - `20240201` - [Pricing for polkadot (the model we're testing with kusama)](https://forum.polkadot.network/t/initial-coretime-pricing/5187/7) - Polkadot Forum Erin - `20240308` - [Agile Coretime coming to Kusama](https://forum.polkadot.network/t/agile-coretime-coming-to-kusama/6638) - Polkadot Forum - Joyce - `20240316` - [sub0 Asia 2024 - Donal Murray (Parity)](https://youtu.be/ci-h9zC-57Y?si=5Uh_HEiOX1gnFWRF) - youtube "Getting Started with Coretime" Donal - [[sub0]] - `20240316` - # [sub0 Asia 2024 - Max Rebol and Mario Altenburger (Harbour Industrial)](https://youtu.be/x8ATl5WWcPs?si=T2yRUy0s1lQh3_x_) - youtube "Transition of Blockspace Allocation: From Parachain Auctions to Core Time" - `20240325` - [Add the Kusama Coretime Chain runtime #212](https://github.com/polkadot-fellows/runtimes/pull/212) - polkadot-fellows/runtimes repo PR - `20240403` - [Polkadot Summit 24’ - An Introduction to Coretime](https://forum.polkadot.network/t/polkadot-summit-24-an-introduction-to-coretime/7199)- Polkadot Forum - Birdo - `20240404` - [Polkadot Summit 24’ - PoV-Reclaim & Elastic Scaling](https://forum.polkadot.network/t/polkadot-summit-24-pov-reclaim-elastic-scaling/7232) - Polkadot Forum - Remy Parity ### Code Timeline (Desc) - `20240424`: [[pallet-broker] add extrinsic to reserve a system core without having to wait two sale boundaries](https://github.com/paritytech/polkadot-sdk/pull/4273) p-sdk repo PR Donal - `20240302`: [Migrate parachain swaps to Coretime + cancel auctions #3552](https://github.com/paritytech/polkadot-sdk/issues/3552) - p-sdk repo Issue - `20240220`: [Coretime: Polkadot #3406](https://github.com/paritytech/polkadot-sdk/issues/3406) - p-sdk repo Issue - `2024019`: [Implement Coretime credits](https://github.com/paritytech/polkadot-sdk/issues/2998) - p-sdk repo Issue Basti - `20231222` - [# impl guide: document coretime changes #2791](https://github.com/paritytech/polkadot-sdk/issues/2791) - polkadot-sdk repo Issue - `20231219`: [Coretime Chain](https://github.com/paritytech/polkadot-sdk/pull/1479) - p-sdk PR Joe - `20231218` - [Coretime on Trappist](https://github.com/paritytech/trappist/issues/321) - Santi Issue - Iker - `20231215` - [Coretime: Set initial parameters (prices) #2723](https://github.com/paritytech/polkadot-sdk/issues/2723) - polkadot-sdk repo Issue - `20231115` - [Core time: Kusama #2353](https://github.com/paritytech/polkadot-sdk/issues/2353) - polkadot-sdk repo Issue ### General - [RFC-1: Agile Coretime](https://polkadot-fellows.github.io/RFCs/approved/0001-agile-coretime.html#rfc-1-agile-coretime) - [RFC-0010: Burn Coretime Revenue](https://polkadot-fellows.github.io/RFCs/approved/0010-burn-coretime-revenue.html#rfc-0010-burn-coretime-revenue) - Parity Presentation - [Agile Coretime - Lunch and Learn](https://docs.google.com/presentation/d/11_e6QdM505pB-y9ELQFCAh2Uw-FZiKGGww5i4UvaFP8/edit?usp=sharing) - [[20240408 - Kian On Demand Coretime - Element General Rust]] - [polkadot-js/apps Issue - Donal](https://github.com/polkadot-js/apps/issues/10285) - [Polkadot Wiki - Introduction to Agile Coretime](https://wiki.polkadot.network/docs/learn-agile-coretime) #### Related - https://en.wikipedia.org/wiki/Dutch_auction ### Codebase - [RegionId](https://github.com/paritytech/polkadot-sdk/blob/e81322bc3e8192b536067fed3ef9e20f2752c376/substrate/frame/broker/src/types.rs#L55) struct - [RegionRecord](https://github.com/paritytech/polkadot-sdk/blob/e81322bc3e8192b536067fed3ef9e20f2752c376/substrate/frame/broker/src/types.rs#L83) struct - [Regions](https://github.com/paritytech/polkadot-sdk/blob/e81322bc3e8192b536067fed3ef9e20f2752c376/substrate/frame/broker/src/lib.rs#L139) type - .... ### Top Picks until now - [RFC-1: Agile Coretime](https://polkadot-fellows.github.io/RFCs/approved/0001-agile-coretime.html#rfc-1-agile-coretime) - [polkadot-js/apps Issue - Donal](https://github.com/polkadot-js/apps/issues/10285) - [Coretime on Trappist work progress](https://www.notion.so/paritytechnologies/Coretime-from-Trappist-79f47b1fbdbd481fbefde63ffef066b2) - Emiliano notes - Codebase - pjs apps in Rococo and in Rococo Coretime and checking the calls of broker, onDemandAssignmentProvider, coretimeAssignmentProvider pallets.