1- export type BeamCallStatus = 'completed' | 'upcoming' | 'scheduled' | 'unscheduled' ;
1+ export type LeanCallStatus = 'completed' | 'upcoming' | 'scheduled' | 'unscheduled' ;
22
3- export interface BeamCall {
3+ export interface LeanCall {
44 id : string ;
55 title : string ;
66 date : string ;
@@ -14,7 +14,7 @@ export interface BeamCall {
1414 } [ ] ;
1515}
1616
17- export function determineBeamCallStatus ( date : string ) : BeamCallStatus {
17+ export function determineLeanCallStatus ( date : string ) : LeanCallStatus {
1818 if ( date === 'TBD' ) return 'unscheduled' ;
1919
2020 const callDate = new Date ( date ) ;
@@ -27,7 +27,7 @@ export function determineBeamCallStatus(date: string): BeamCallStatus {
2727 return 'scheduled' ;
2828}
2929
30- export const beamCallsData : BeamCall [ ] = [
30+ export const leanCallsData : LeanCall [ ] = [
3131 {
3232 id : 'call-1' ,
3333 title : 'Beam Call #1: Social Layer Updates' ,
@@ -181,7 +181,7 @@ export const beamCallsData: BeamCall[] = [
181181 title : 'Beam Call #5: APS (Attester-Proposer Separation)' ,
182182 date : 'May 2, 2025' ,
183183 summary :
184- 'Exploration of the Attester-Proposer Separation (APS) concept, its benefits, and potential applications for the Beam Chain .' ,
184+ 'Exploration of the Attester-Proposer Separation (APS) concept, its benefits, and potential applications for Lean Consensus .' ,
185185 thumbnail : null ,
186186 youtubeUrl : 'https://youtu.be/5OOzMqCOoKM' ,
187187 resources : [
@@ -220,7 +220,7 @@ export const beamCallsData: BeamCall[] = [
220220 } ,
221221 {
222222 id : 'call-7' ,
223- title : 'Beam Call #7: Rainbow Staking' ,
223+ title : 'Lean Call #7: Rainbow Staking' ,
224224 date : 'TBD' ,
225225 summary :
226226 'Introduction to Rainbow Staking, a novel staking mechanism designed to enhance network security and decentralization.' ,
@@ -229,34 +229,34 @@ export const beamCallsData: BeamCall[] = [
229229 } ,
230230 {
231231 id : 'call-8' ,
232- title : 'Beam Call #8: PQ Sub-Spec' ,
232+ title : 'Lean Call #8: PQ Sub-Spec' ,
233233 date : 'TBD' ,
234234 summary :
235- 'In-depth discussion on the Post-Quantum (PQ) sub-specification, focusing on its cryptographic aspects and integration into the Beam Chain .' ,
235+ 'In-depth discussion on the Post-Quantum (PQ) sub-specification, focusing on its cryptographic aspects and integration into Lean Consensus .' ,
236236 thumbnail : null ,
237237 youtubeUrl : '#' ,
238238 } ,
239239 {
240240 id : 'call-9' ,
241- title : 'Beam Call #9: P2P Sub-Spec' ,
241+ title : 'Lean Call #9: P2P Sub-Spec' ,
242242 date : 'TBD' ,
243243 summary :
244- 'Examination of the Peer-to-Peer (P2P) sub-specification, covering its role in facilitating decentralized communication within the Beam Chain .' ,
244+ 'Examination of the Peer-to-Peer (P2P) sub-specification, covering its role in facilitating decentralized communication within Lean Consensus .' ,
245245 thumbnail : null ,
246246 youtubeUrl : '#' ,
247247 } ,
248248 {
249249 id : 'call-10' ,
250- title : 'Beam Call #10: APS Sub-Spec' ,
250+ title : 'Lean Call #10: APS Sub-Spec' ,
251251 date : 'TBD' ,
252252 summary :
253- 'Exploring the Attester-Proposer Separation (APS) sub-specification, its benefits, and potential applications in the Beam Chain .' ,
253+ 'Exploring the Attester-Proposer Separation (APS) sub-specification, its benefits, and potential applications in Lean Consensus .' ,
254254 thumbnail : null ,
255255 youtubeUrl : '#' ,
256256 } ,
257257 {
258258 id : 'call-11' ,
259- title : 'Beam Call #11: 3SF Sub-Spec' ,
259+ title : 'Lean Call #11: 3SF Sub-Spec' ,
260260 date : 'TBD' ,
261261 summary :
262262 "Delving into the 3SF sub-specification, including its technical details and implications for the network's finality." ,
@@ -265,19 +265,19 @@ export const beamCallsData: BeamCall[] = [
265265 } ,
266266 {
267267 id : 'call-12' ,
268- title : 'Beam Call #12: Beam Spec (Part 1)' ,
268+ title : 'Lean Call #12: Lean Consensus Spec (Part 1)' ,
269269 date : 'TBD' ,
270270 summary :
271- 'First part of the Beam specification discussion, covering the overall architecture and core components of the Beam Chain .' ,
271+ 'First part of the Lean Consensus specification discussion, covering the overall architecture and core components of Lean Consensus .' ,
272272 thumbnail : null ,
273273 youtubeUrl : '#' ,
274274 } ,
275275 {
276276 id : 'call-13' ,
277- title : 'Beam Call #13: Beam Spec (Part 2)' ,
277+ title : 'Lean Call #13: Lean Consensus Spec (Part 2)' ,
278278 date : 'December 26, 2025' ,
279279 summary :
280- "Second part of the Beam specification discussion, focusing on the protocol's advanced features, security considerations, and future development plans." ,
280+ "Second part of the Lean Consensus specification discussion, focusing on the protocol's advanced features, security considerations, and future development plans." ,
281281 thumbnail : null ,
282282 youtubeUrl : '#' ,
283283 } ,
0 commit comments