add 4th feature

This commit is contained in:
amirhouieh
2022-10-10 18:33:04 +02:00
parent 0ab4925990
commit 740455ea60
+2 -2
View File
@@ -36,9 +36,9 @@ import {BlogPosts} from '@site/src/components/mdx/BlogPosts';
<FeatureCard title={"Low-overhead lazy repair"}
index={2}
text={"Data repairs in Codex are grouped through lazy repair to decrease network bandwidth overhead."}/>
<FeatureCard title={"Low-overhead lazy repair"}
<FeatureCard title={"Data Availability Sampling"}
index={2}
text={"Data repairs in Codex are grouped through lazy repair to decrease network bandwidth overhead."}/>
text={"Codex samples datasets frequently to guarantee data durability in a Byzantine environment."}/>
</FeatureList>
## Blog Posts