Skip to content

Commit

Permalink
Merge pull request #13479 from JoshDavisLight/dev
Browse files Browse the repository at this point in the history
Add MEV to glossary
  • Loading branch information
corwintines authored Jul 29, 2024
2 parents 9bec51f + 046b166 commit af685db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions public/content/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ lang: en

<GlossaryDefinition term="message-call" />

<GlossaryDefinition term="mev" />

<GlossaryDefinition term="mining" />

<GlossaryDefinition term="miner" />
Expand Down
4 changes: 2 additions & 2 deletions src/intl/en/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
"message-definition": "An <a href=\"/glossary/#internal-transaction\">internal transaction</a> that is never serialized and only sent within the <a href=\"/glossary/#evm\">EVM</evm>.",
"message-call-term": "Message call",
"message-call-definition": "The act of passing a <a href=\"/glossary/#message\">message</a> from one account to another. If the destination account is associated with <a href=\"/glossary/#evm\">EVM</a> code, then the VM will be started with the state of that object and the message acted upon.",
"mev-term": "MEV",
"mev-definition": "A mechanism prioritizing certain actions on a blockchain for a fee, influencing outcomes and the order of transactions.",
"mev-term": "Maximal Extractable Value (MEV)",
"mev-definition": "The maximum value that can be extracted from block production in excess of the standard block reward and gas fees by including, excluding, and changing the order of transactions in a block. <a href=\"/developers/docs/mev/\">More on Maximum Extractable Value (MEV)</a>.",
"mining-term": "Mining",
"mining-definition": "The process of repeatedly hashing a block header while incrementing a <a href=\"/glossary/#nonce\">nonce</a> until the result contains an arbitrary number of leading binary zeros. This is the process by which new <a href=\"/glossary/#block\">blocks</a> are added to a proof-of-work blockchain. This was how Ethereum was secured before it moved to proof-of-stake.",
"miner-term": "Miner",
Expand Down

0 comments on commit af685db

Please sign in to comment.