From cd192f468380d1eed250b89614415bfca71549e6 Mon Sep 17 00:00:00 2001 From: AmalyStark <129071621+AmalyStark@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:57:14 +0300 Subject: [PATCH 1/4] =?UTF-8?q?Update=20Post=20=E2=80=9Cstark-space-the-fu?= =?UTF-8?q?ture-of-starknet-with-kakarot-and-omni=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...rk-space-the-future-of-starknet-with-kakarot-and-omni.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_data/posts/stark-space-the-future-of-starknet-with-kakarot-and-omni.yml b/_data/posts/stark-space-the-future-of-starknet-with-kakarot-and-omni.yml index 702db9ac39..de2580ece6 100644 --- a/_data/posts/stark-space-the-future-of-starknet-with-kakarot-and-omni.yml +++ b/_data/posts/stark-space-the-future-of-starknet-with-kakarot-and-omni.yml @@ -51,6 +51,5 @@ video: contentRating: {} projection: rectangular image: /assets/twitter-space-the-future-of-starknet-with-kakarot-and-omni-0.5-hub.png -category: stark-math -topic: - - cairo +category: ecosystem +topic: [] From 49a6e00fa5d0e50d5392da9f77b938560089aaae Mon Sep 17 00:00:00 2001 From: Pedro Oliveira Date: Thu, 7 Sep 2023 12:10:15 +0100 Subject: [PATCH 2/4] Trigger rebase prod into dev From bba233a0e0f5f398c456067ea4781bf0fe5a674f Mon Sep 17 00:00:00 2001 From: Pedro Oliveira Date: Wed, 6 Sep 2023 16:46:51 +0100 Subject: [PATCH 3/4] Add column to table on post 'the starknet stack-s growth spurt' --- .../the-starknet-stack-s-growth-spurt.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/_data/posts/the-starknet-stack-s-growth-spurt.yml b/_data/posts/the-starknet-stack-s-growth-spurt.yml index 44c82ddae4..ae0b200de9 100644 --- a/_data/posts/the-starknet-stack-s-growth-spurt.yml +++ b/_data/posts/the-starknet-stack-s-growth-spurt.yml @@ -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) From 711c54c77bb9415321c896d196647b655ff9d5ae Mon Sep 17 00:00:00 2001 From: Pedro Oliveira Date: Thu, 7 Sep 2023 11:35:00 +0100 Subject: [PATCH 4/4] Remove Starknet Summit Popup (#1324) --- .gitignore | 1 + workspaces/website/src/components/Layout/PageLayout.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b5c30f4e1d..fd1f2a4c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ storybook-static __* _data/_dynamic .eslintcache +.tool-versions # debug npm-debug.log* diff --git a/workspaces/website/src/components/Layout/PageLayout.tsx b/workspaces/website/src/components/Layout/PageLayout.tsx index 7e807026fd..9130a626ec 100644 --- a/workspaces/website/src/components/Layout/PageLayout.tsx +++ b/workspaces/website/src/components/Layout/PageLayout.tsx @@ -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 = { @@ -90,7 +90,7 @@ export const PageLayout = (props: Props) => { )} - + {/* */} ); };