Skip to content

Commit 8dc29d7

Browse files
committed
Merge branch 'staging' into internet-is-changing
2 parents 52db0b9 + 10e7016 commit 8dc29d7

File tree

96 files changed

+3502
-2540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+3502
-2540
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"class-variance-authority": "^0.7.0",
5555
"clsx": "^2.1.1",
5656
"cmdk": "^1.0.0",
57-
"embla-carousel-react": "^7.0.0",
5857
"ethereum-blockies-base64": "^1.0.2",
5958
"framer-motion": "^10.13.0",
6059
"gray-matter": "^4.0.3",

public/content/dao/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is a DAO? | Decentralized Autonomous Organizations
2+
title: Decentralized autonomous organizations (DAOs)
33
description: An overview of DAOs on Ethereum
44
lang: en
55
template: use-cases

public/content/defi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is DeFi? | Benefits and Use of Decentralised Finance
2+
title: Decentralized finance (DeFi)
33
description: An overview of DeFi on Ethereum
44
lang: en
55
template: use-cases

public/content/developers/docs/gas/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Ethereum gas and fees: technical overview"
2+
title: Gas and fees
33
description:
44
lang: en
55
---

public/content/developers/docs/mev/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Below is an overview of how the Builder API works:
181181
5. A validator using the Builder API is still expected to build a block locally in case the block builder fails to respond promptly, so they don't miss out on block proposal rewards. However, validator cannot create another block using either the now-revealed transactions or another set, as it would amount to _equivocation_ (signing two blocks within the same slot), which is a slashable offense.
182182

183183
An example implementation of the Builder API is [MEV Boost](https://github.com/flashbots/mev-boost), an improvement on the [Flashbots auction mechanism](https://docs.flashbots.net/Flashbots-auction/overview/) designed to curb the negative externalities of MEV on Ethereum. Flashbots auction allows validators in proof-of-stake to outsource the work of building profitable blocks to specialized parties called **searchers**.
184+
![A diagram showing the MEV flow in detail](./mev.png)
184185

185186
Searchers look for lucrative MEV opportunities and send transaction bundles to block proposers along with a [sealed-price bid](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) for inclusion in the block. The validator running mev-geth, a forked version of the go-ethereum (Geth) client only has to choose the bundle with the most profit and include it as part of the new block. To protect block proposers (validators) from spam and invalid transactions, transaction bundles pass through **relayers** for validation before getting to the proposer.
186187

240 KB
Loading

public/content/guides/how-to-use-a-wallet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use Ethereum Wallets | Step by Step
2+
title: How to use a wallet
33
description: A guide explaining how to send, receive tokens and connect to web3 projects.
44
lang: en
55
---

public/content/nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What are NFTs? | Benefits and use
2+
title: Non-fungible tokens (NFT)
33
description: An overview of NFTs on Ethereum
44
lang: en
55
template: use-cases

public/content/smart-contracts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Smart contracts: What are they and benefits"
2+
title: Smart contracts
33
description: A non-technical introduction to smart contracts
44
lang: en
55
---

src/@chakra-ui/components/components.utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const {
99
Checkbox: checkboxDefaultTheme,
1010
CloseButton: closeButtonDefaultTheme,
1111
Code: codeDefaultTheme,
12-
Divider: dividerDefaultTheme,
1312
Drawer: drawerDefaultTheme,
1413
Form: formDefaultTheme,
1514
FormLabel: formLabelDefaultTheme,
@@ -37,7 +36,6 @@ export {
3736
checkboxDefaultTheme,
3837
closeButtonDefaultTheme,
3938
codeDefaultTheme,
40-
dividerDefaultTheme,
4139
drawerDefaultTheme,
4240
formDefaultTheme,
4341
formLabelDefaultTheme,

0 commit comments

Comments
 (0)