Skip to content

Commit 08d3bb6

Browse files
committed
Add glossary definition for proto-danksharding
1 parent 3ff7c30 commit 08d3bb6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

public/content/glossary/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ lang: en
312312

313313
<GlossaryDefinition term="pow" />
314314

315+
<GlossaryDefinition term="proto-danksharding" />
316+
315317
<GlossaryDefinition term="public-key" />
316318

317319
<Divider />

src/intl/en/glossary.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@
245245
"pos-definition": "A method by which a cryptocurrency blockchain protocol aims to achieve distributed <a href=\"/glossary/#consensus\">consensus</a>. PoS asks users to prove ownership of a certain amount of cryptocurrency (their \"stake\" in the network) in order to be able to participate in the validation of transactions. <a href=\"/developers/docs/consensus-mechanisms/pos/\">More on proof-of-stake</a>.",
246246
"pow-term": "Proof-of-work (PoW)",
247247
"pow-definition": "A piece of data (the proof) that requires significant computation to find. <a href=\"/developers/docs/consensus-mechanisms/pow/\">More on proof-of-work</a>.",
248+
"proto-danksharding-term": "Proto-Danksharding",
249+
"proto-danksharding-definition": "A new transaction type which accepts \"blobs\" of data for Ethereum. This \"blob\" data is temporarily stored on the beacon chain for 4096 epochs (~18.2 days), and can optionally be pruned after to help reduce hardware requirements for node operators.",
248250
"public-key-term": "Public key",
249251
"public-key-definition": "A number, derived via a one-way function from a <a href=\"/glossary/#private-key\">private key</a>, which can be shared publicly and used by anyone to verify a digital signature made with the corresponding private key.",
250252
"receipt-term": "Receipt",

0 commit comments

Comments
 (0)