Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
osyed authored Nov 8, 2023
1 parent 242e906 commit c6b0d97
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions roadmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ <h3 class="timeline-title">✓ Shardeum Prototype</h3>
</div>
</li>

<!-- 2022 -->
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
Expand Down Expand Up @@ -435,10 +436,12 @@ <h3 class="timeline-title">✓ Shardeum Alphanet 2.0</h3>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3 class="timeline-title">Shardeum Betanet</h3>
<!-- <p>
The team <a href="https://youtu.be/v9RtsTtfEp0" target="_blank">demonstrated</a> the PeerSwap decentralized network built with Shardus. Also demonstrated linear and auto-scaling by growing a new network on AWS to 1000 nodes and achieving 5000 TPS.
</p> -->
<h3 class="timeline-title">✓ Shardeum Autoscaling</h3>
<p>
The team <a href="https://www.youtube.com/live/aKiP9KEC1fU" target="_blank">demonstrated</a> autoscaling in an EVM based smart contract platform.
Started with a network of 250 active nodes and 250 standby nodes. Load transactions were ERC20 token transfers that started at 130 TPS and grew to 250 TPS.
Network automatically grew to 500 nodes to accomidate the new load. When the TPS load was removed the network size went down.
Team manually did AMM swaps to show composability.
</div>
</li>
<li class="timeline-item">
Expand All @@ -447,11 +450,33 @@ <h3 class="timeline-title">Shardeum Betanet</h3>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3 class="timeline-title">Shardeum Mainnet</h3>
<!-- <p>Demonstrate an EVM compatible smart contract platform built on Shardus</p> -->
<h3 class="timeline-title">✓ Shardeum EIP2930</h3>
<p>
The team <a href="https://www.youtube.com/live/m1Z2JZVAou4" target="_blank">demonstrated</a> automatic EIP2930 access list generation.
This allows EVM contracts on Shardeum to be used with existing front-ends without requiring developers to implement EIP2930.
</div>
</li>

<!-- 2023 -->
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h2 class="timeline-title">2023</h2>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>Q1 2023</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3 class="timeline-title">✓ Shardeum Betanet 1.0</h3>
<p>
The team <a href="https://www.youtube.com/live/hmRlBMtWvxk" target="_blank">announced</a> the launch of the Shardeum Betanet (aka Sphinx network).
</p>
</div>
</li>



</ul>
Expand Down

0 comments on commit c6b0d97

Please sign in to comment.