chore: update the roadmap timeline
This commit is contained in:
parent
412d862b7a
commit
483693d4d6
|
@ -291,43 +291,32 @@ import {
|
||||||
alignment="top"
|
alignment="top"
|
||||||
timeline={[
|
timeline={[
|
||||||
{
|
{
|
||||||
period: [2018, 'Q1'],
|
period: [2018],
|
||||||
borderStyle: 'solid',
|
description: "Nimbus commences work on PoS client"
|
||||||
description: "Nimbus team founded",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: [2018, 'Q4'],
|
period: [2019],
|
||||||
borderStyle: 'dashed',
|
description: "Nimbus participates in the first multi client testnet"
|
||||||
description: 'Proof-of-stake client dev begins',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: [2019, 'Q1'],
|
period: [2020],
|
||||||
borderStyle: 'solid',
|
description: "Runs 144 validators on mainnet at beacon chain launch"
|
||||||
description: 'Nimbus launches to testnet',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
period: [2019, 'Q3'],
|
|
||||||
borderStyle: 'dashed',
|
|
||||||
description: 'Nimbus and Lighthouse run first multi-client testnet',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
period: [2020, 'Q4'],
|
|
||||||
borderStyle: 'dashed',
|
|
||||||
description: 'Runs 144 validators at Beacon Chain mainnet launch',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: [2021],
|
period: [2021],
|
||||||
borderStyle: 'dashed',
|
description: "Nimbus receives EF grant to develop an Execution Client"
|
||||||
description: 'Nimbus receives first EF grant—exec client',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: [2022],
|
period: [2022],
|
||||||
borderStyle: 'dashed',
|
description: "Feature enhancements to Nimbus consensus client and continued work on Execution client"
|
||||||
description: 'Nimbus receives second EF grant—portal client',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
period: [2023, '+'],
|
period: [2023],
|
||||||
description: 'Deving one-click install, component redundancy',
|
description: "Improved resilience and performance of Consensus client from multi-BN, multi-EL support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
period: [2024],
|
||||||
|
description: "Nimbus Execution client launch on mainnet, Introduction of the Nimbus node management UI, Distributed Validator features and improvements to the Nimbus Consensus client"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue