Skip to content

Commit e71295d

Browse files
config tidy up and a few small things
1 parent 2e52217 commit e71295d

File tree

3 files changed

+2
-54
lines changed

3 files changed

+2
-54
lines changed

docs/cdk/architecture/cdk-zkevm-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Polygon zkEVM achieves this by utilizing several actors. The diagram below depic
1515
Here is an outline of the most prominent rollup components:
1616

1717
- The **users**, who connect to the zkEVM network by means of an RPC node (e.g., Infura or Alchemy), submit their transactions to a database called the pool DB.
18-
- The **Pool DB** is the storage for transactions submitted by Users. These are kept in the pool waiting to be put in a batch by the Sequencer.
18+
- The **pool DB** is the storage for transactions submitted by users. These are kept in the pool waiting to be put in a batch by the sequencer.
1919
- The **sequencer** is a node responsible for fetching transactions from the pool DB, checking if the transactions are valid, then putting valid ones into a batch. The sequencer submits all batches to the L1 and then sequences the batches. This process proposes the sequence of batches to be included in the L1 state.
2020
- The **state DB** is a database for permanently storing state data (but not the Merkle trees).
2121
- The **synchronizer** is the component that updates the state DB by fetching data from Ethereum through the Etherman.

docs/cdk/architecture/dac.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ theme:
3333
- search.suggest
3434
- search.highlight
3535
- search.share
36-
# - navigation.instant
36+
- navigation.instant
3737
- navigation.instant.progress
3838
- navigation.tracking
3939
- navigation.integration
@@ -305,8 +305,6 @@ nav:
305305
- Topup: pos/architecture/heimdall/topup.md
306306
- Chain management: pos/architecture/heimdall/chain-management.md
307307
- Governance: pos/architecture/heimdall/governance.md
308-
#- Specification:
309-
# - Specification: pos/spec/index.md
310308
- Reference:
311309
- Contracts:
312310
- Genesis contracts: pos/reference/contracts/genesis-contracts.md
@@ -607,20 +605,6 @@ extra:
607605
analytics:
608606
provider: custom
609607
property: google
610-
# feedback: # feedback form only works when Google Analytics is set up and working
611-
# title: Was this page helpful?
612-
# ratings:
613-
# - icon: fontawesome/regular/face-grin-stars
614-
# name: This page was helpful
615-
# data: 1
616-
# note: >-
617-
# Thanks for your feedback!
618-
# - icon: fontawesome/regular/face-grimace
619-
# name: This page could be improved
620-
# data: 0
621-
# note: >-
622-
# Thanks for your feedback! Help us improve this page by
623-
# using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
624608
social:
625609
- icon: fontawesome/solid/circle-question
626610
link: https://support.polygon.technology/support/solutions

0 commit comments

Comments
 (0)