Skip to content

Commit

Permalink
Merge pull request #1331 from starknet-io/dev
Browse files Browse the repository at this point in the history
Merge dev into production
  • Loading branch information
lorcan-codes authored Sep 7, 2023
2 parents 7a94e88 + 9a70ac0 commit ab14ff9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ storybook-static
__*
_data/_dynamic
.eslintcache
.tool-versions

# debug
npm-debug.log*
Expand Down
28 changes: 14 additions & 14 deletions _data/posts/the-starknet-stack-s-growth-spurt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,33 +110,33 @@ blocks:
The Starknet ecosystem aims to have multiple implementations of every single component in the Stack. Here is a taste of the different teams and the infrastructure they’re developing:
| Category | Project | Entity | Status |
| Category | Project | Entity | Status | Open-Source |
| ---------------- | ----------------------------------------------------------------------------------------------- | ------------- | ------------------ |
| ---------------- | ----------------------------------------------------------------------------------------------- | ------------- | ------------------ | ----------- |
| Full Node | [Pathfinder](https://github.com/eqlabs/pathfinder) | Equilibrium | In production |
| Full Node | [Pathfinder](https://github.com/eqlabs/pathfinder) | Equilibrium | In production | Yes |
| Full Node | [Juno](https://github.com/NethermindEth/juno) | Nethermind | In production |
| Full Node | [Juno](https://github.com/NethermindEth/juno) | Nethermind | In production | Yes |
| Full Node | [Papyrus](https://github.com/starkware-libs/papyrus) | StarkWare | In development |
| Full Node | [Papyrus](https://github.com/starkware-libs/papyrus) | StarkWare | In development | Yes |
| Full Node | [Deoxys](https://github.com/KasarLabs/deoxys) | KasarLabs | In development |
| Full Node | [Deoxys](https://github.com/KasarLabs/deoxys) | KasarLabs | In development | Yes |
| Execution Engine | [Blockifier](https://github.com/starkware-libs/blockifier) | StarkWare | In production |
| Execution Engine | [Blockifier](https://github.com/starkware-libs/blockifier) | StarkWare | In production | Yes |
| Execution Engine | [starknet_in_rust](https://github.com/lambdaclass/starknet_in_rust) | LambdaClass | Soon in production |
| Execution Engine | [starknet_in_rust](https://github.com/lambdaclass/starknet_in_rust) | LambdaClass | Soon in production | Yes |
| Sequencer | [SW Sequencer](https://medium.com/starkware/starknets-new-sequencer-339e63845003) | StarkWare | In production |
| Sequencer | [SW Sequencer](https://medium.com/starkware/starknets-new-sequencer-339e63845003) | StarkWare | In production | Yes |
| Sequencer | [Madara](https://github.com/keep-starknet-strange/madara) | Community | In development |
| Sequencer | [Madara](https://github.com/keep-starknet-strange/madara) | Community | In development | Yes |
| Sequencer | [LC Sequencer](https://github.com/lambdaclass/starknet_tendermint_sequencer) | LambdaClass | In development |
| Sequencer | [LC Sequencer](https://github.com/lambdaclass/starknet_tendermint_sequencer) | LambdaClass | In development | Yes |
| Prover | [Stone](https://www.starknet.io/en/posts/engineering/opensourcing-the-battletested-stoneprover) | StarkWare | In production |
| Prover | [Stone](https://www.starknet.io/en/posts/engineering/opensourcing-the-battletested-stoneprover) | StarkWare | In production | Yes |
| Prover | [Platinum](https://github.com/lambdaclass/starknet_stack_prover_lambdaworks/tree/main) | LambdaClass | In development |
| Prover | [Platinum](https://github.com/lambdaclass/starknet_stack_prover_lambdaworks/tree/main) | LambdaClass | In development | Yes |
| Prover | [Sandstorm](https://github.com/andrewmilson/sandstorm) | Andrew Milson | In development |
| Prover | [Sandstorm](https://github.com/andrewmilson/sandstorm) | Andrew Milson | In development | Yes |
* Block explorers: [Starkscan](https://starkscan.co/), [ViewBlock](https://viewblock.io/starknet), [Voyager](https://voyager.online/), and LambdaClass’ Explorer (in development)
Expand Down
4 changes: 2 additions & 2 deletions workspaces/website/src/components/Layout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useState, useEffect } from "react";
import { useLocalStorage } from "react-use";
import { SectionHeader } from "@ui/SectionHeader/SectionHeader";
import { Text } from "@ui/Typography/Text";
import { SummitPromo } from "./SummitPromo";
// import { SummitPromo } from "./SummitPromo";
import React from "react";

type Props = {
Expand Down Expand Up @@ -90,7 +90,7 @@ export const PageLayout = (props: Props) => {
</Box>
)}
</Stack>
<SummitPromo />
{/* <SummitPromo /> */}
</Container>
);
};

1 comment on commit ab14ff9

@vercel
Copy link

@vercel vercel bot commented on ab14ff9 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

starknet-summit-website – ./workspaces/starknet-summit

starknet-summit-website-yuki-labs.vercel.app
summit23.starknet.io
starknet-summit-website.vercel.app
starknet-summit-website-git-production-yuki-labs.vercel.app

Please sign in to comment.