From b19919bb3870f95179a4c941f09de76bf5d30023 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Wed, 31 Jan 2024 18:07:06 +0100 Subject: [PATCH] fix links & folder names --- .../README.md | 0 .../README.md | 2 +- .../src/graph-container.png | Bin .../src/thumbs/graph-container.png | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename posts/{2024-01-11_bgl-poc-1 => 2024-01-11_bgl-poc1}/README.md (100%) rename posts/{2024-01-26_bgl-poc-2 => 2024-01-26_bgl-poc2}/README.md (98%) rename posts/{2024-01-26_bgl-poc-2 => 2024-01-26_bgl-poc2}/src/graph-container.png (100%) rename posts/{2024-01-26_bgl-poc-2 => 2024-01-26_bgl-poc2}/src/thumbs/graph-container.png (100%) diff --git a/posts/2024-01-11_bgl-poc-1/README.md b/posts/2024-01-11_bgl-poc1/README.md similarity index 100% rename from posts/2024-01-11_bgl-poc-1/README.md rename to posts/2024-01-11_bgl-poc1/README.md diff --git a/posts/2024-01-26_bgl-poc-2/README.md b/posts/2024-01-26_bgl-poc2/README.md similarity index 98% rename from posts/2024-01-26_bgl-poc-2/README.md rename to posts/2024-01-26_bgl-poc2/README.md index 2923e8ee..d418ebdf 100644 --- a/posts/2024-01-26_bgl-poc-2/README.md +++ b/posts/2024-01-26_bgl-poc2/README.md @@ -28,7 +28,7 @@ PoC solves this problem, ensuring the network becomes increasingly decentralized PoC is thus slower to bootstrap than PoS and harder to achieve. You can think of PoC versus PoS as a marathon versus a sprint, whereby PoC starts slowly but then gains momentum over time, and PoS starts quickly but loses momentum over time (the graph below provides a visual representation of PoC versus PoS). -[![Graph](https://gnolang.github.io/blog/2024-01-26_poc-2/src/thumbs/graph-container.png)](https://gnolang.github.io/blog/2024-01-26_poc-2/src/graph-container.png) +[![Graph](https://gnolang.github.io/blog/2024-01-26_bgl-poc2/src/thumbs/graph-container.png)](https://gnolang.github.io/blog/2024-01-26_bgl-poc2/src/graph-container.png) The GovDAO that owns the chain has a mandate to scale (to grow and decentralize) continuously as it adds more contributors. This means it becomes progressively larger over time, achieving high decentralization efficiency way beyond the initial fast sprint of PoS chains. Once established as a proven consensus mechanism and alternative to PoS, GovDAO can benefit from by any blockchain project (through an evolution of ICS) wanting to achieve decentralization and sustainability—PoC can secure Gno.land and the web3 industry at large. diff --git a/posts/2024-01-26_bgl-poc-2/src/graph-container.png b/posts/2024-01-26_bgl-poc2/src/graph-container.png similarity index 100% rename from posts/2024-01-26_bgl-poc-2/src/graph-container.png rename to posts/2024-01-26_bgl-poc2/src/graph-container.png diff --git a/posts/2024-01-26_bgl-poc-2/src/thumbs/graph-container.png b/posts/2024-01-26_bgl-poc2/src/thumbs/graph-container.png similarity index 100% rename from posts/2024-01-26_bgl-poc-2/src/thumbs/graph-container.png rename to posts/2024-01-26_bgl-poc2/src/thumbs/graph-container.png