Skip to content

Commit 855926c

Browse files
authored
Merge pull request #12273 from ethereum/protoDankshardingDefinition
Add glossary definition for proto-danksharding
2 parents 694e413 + 08d3bb6 commit 855926c

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
@@ -324,6 +324,8 @@ lang: en
324324

325325
<GlossaryDefinition term="pow" />
326326

327+
<GlossaryDefinition term="proto-danksharding" />
328+
327329
<GlossaryDefinition term="public-key" />
328330

329331
<Divider />

src/intl/en/glossary.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@
257257
"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>.",
258258
"pow-term": "Proof-of-work (PoW)",
259259
"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>.",
260+
"proto-danksharding-term": "Proto-Danksharding",
261+
"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.",
260262
"public-key-term": "Public key",
261263
"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.",
262264
"receipt-term": "Receipt",

0 commit comments

Comments
 (0)