From bd285d9f6a957d74efac3e7d08a29c51479c3146 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 9 Dec 2021 20:15:45 -0800 Subject: [PATCH 1/2] remove arrow glacier banner --- src/components/Layout.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index f46e36054b7..52b767c44ae 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -9,7 +9,6 @@ import "../styles/layout.css" import { lightTheme, darkTheme, GlobalStyle } from "../theme" import Footer from "./Footer" -import UpgradeBannerNotification from "./UpgradeBannerNotification" import VisuallyHidden from "./VisuallyHidden" import Nav from "./Nav" import SideNav from "./SideNav" @@ -60,7 +59,6 @@ const Layout = (props) => { const [isDarkTheme, setIsDarkTheme] = useState(false) const [isZenMode, setIsZenMode] = useState(false) const [shouldShowSideNav, setShouldShowSideNav] = useState(false) - const [isHomepage, setIsHomepage] = useState(false) // Exit Zen Mode on 'esc' click useKeyPress(`Escape`, () => handleZenModeChange(false)) @@ -75,8 +73,6 @@ const Layout = (props) => { }, []) useEffect(() => { - // Check if path matches homepage for any language (boolean for UpgradeBannerNotification) - setIsHomepage(/^\/[a-z]{2}\/$|^\/[a-z]{2}\-[a-z]{2}\/$/.test(props.path)) if (props.path.includes("/docs/")) { setShouldShowSideNav(true) @@ -166,7 +162,6 @@ const Layout = (props) => { )} - {isHomepage && } From 1d3d9c89d4af202fe1bfc6041db6bca424460821 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Thu, 9 Dec 2021 20:16:22 -0800 Subject: [PATCH 2/2] update arrow glacier history --- src/content/history/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/content/history/index.md b/src/content/history/index.md index 58a6b421d03..1781ff93ed6 100644 --- a/src/content/history/index.md +++ b/src/content/history/index.md @@ -24,15 +24,16 @@ These rule changes may create a temporary split in the network. New blocks could ## 2021 {#2021} -### _(In Progress)_ Arrow Glacier {#arrow-glacier} +### Arrow Glacier {#arrow-glacier} -Estimated: Dec-08-2021
+Dec-09-2021 07:55:23 PM +UTC
Block number: 13,773,000
-ETH price: to be determined
+ETH price: $4111 USD
+ ethereum.org on waybackmachine #### Summary {#arrow-glacier-summary} -The Arrow Glacier network upgrade pushes back the [difficulty bomb](/glossary/#difficulty-bomb) by several months. This is the only change introduced in this upgrade, and is similar in nature to the [Muir Glacier](#muir-glacier) upgrade. Similar changes have been performed on the [Byzantium](#byzantium), [Constantinople](#constantinople) and [London](#london) network upgrades. +The Arrow Glacier network upgrade pushed back the [difficulty bomb](/glossary/#difficulty-bomb) by several months. This is the only change introduced in this upgrade, and is similar in nature to the [Muir Glacier](#muir-glacier) upgrade. Similar changes have been performed on the [Byzantium](#byzantium), [Constantinople](#constantinople) and [London](#london) network upgrades. - [EF Blog - Arrow Glacier Upgrade Announcement](https://blog.ethereum.org/2021/11/10/arrow-glacier-announcement/) - [Ethereum Cat Herders - Ethereum Arrow Glacier Upgrade](https://medium.com/ethereum-cat-herders/ethereum-arrow-glacier-upgrade-e8d20fa4c002)