Skip to content

Commit f712f47

Browse files
Merge remote-tracking branch 'upstream/dev' into feat/select-shadcn
2 parents 8cf7bf3 + 065a055 commit f712f47

File tree

95 files changed

+5425
-5107
lines changed

Some content is hidden

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

95 files changed

+5425
-5107
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"react-select": "5.8.0",
8383
"reading-time": "^1.5.0",
8484
"remark-gfm": "^3.0.1",
85+
"swiper": "^11.1.10",
8586
"tailwind-merge": "^2.3.0",
8687
"tailwind-variants": "^0.2.1",
8788
"tailwindcss-animate": "^1.0.7",
@@ -105,6 +106,8 @@
105106
"@types/node": "^20.4.2",
106107
"@types/react": "18.2.57",
107108
"@types/react-dom": "18.2.19",
109+
"@types/swiper": "^6.0.0",
110+
"@types/xml2js": "^0.4.14",
108111
"@typescript-eslint/eslint-plugin": "^6.19.0",
109112
"@typescript-eslint/parser": "^6.19.0",
110113
"autoprefixer": "^10.4.19",
@@ -134,7 +137,8 @@
134137
"tsconfig-paths-webpack-plugin": "4.1.0",
135138
"typescript": "^5.5.2",
136139
"unified": "^10.0.0",
137-
"unist-util-visit": "^5.0.0"
140+
"unist-util-visit": "^5.0.0",
141+
"xml2js": "^0.6.2"
138142
},
139143
"resolutions": {
140144
"jackspeak": "2.1.1",

public/content/developers/docs/networking-layer/portal-network/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ The benefits of this network design are:
5959

6060
The diagram below shows the functions of existing clients that can be delivered by the Portal Network, enabling users to access these functions on very low-resource devices.
6161

62-
![portal network table](portal-network-table2.png)
62+
### The Portal Networks
63+
64+
| Beacon light client | State network | Transaction gossip | History network |
65+
| ------------------- | ---------------------------- | ------------------- | --------------- |
66+
| Beacon chain light | Account and contract storage | Lightweight mempool | Headers |
67+
| Protocol data | | | Block bodies |
68+
| | | | Receipts |
6369

6470
## Client diversity by default {#client-diversity-as-default}
6571

public/images/0xparc-logo.svg

Lines changed: 10 additions & 0 deletions
Loading

public/images/attestant-logo.svg

Lines changed: 22 additions & 0 deletions
Loading
7.42 KB
Loading

public/images/man-and-dog-playing.png

278 KB
Loading

public/images/man-baby-woman.png

241 KB
Loading

public/images/panda-ops-banner.png

44.5 KB
Loading

public/images/robot-help-bar.png

577 KB
Loading

public/images/solidity-banner.png

6.47 KB
Loading

0 commit comments

Comments
 (0)