You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pos/architecture/heimdall/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
Heimdall is the heart of the Polygon PoS network. It performs the following functions:
4
4
5
-
- Manages validators
6
-
- Handles block producer selection
7
-
- Facilitates spans
8
-
- Orchestrates the state sync mechanism between Ethereum and Polygon PoS
9
-
- Addresses other essential aspects of the system
5
+
- Manages validators.
6
+
- Handles block producer selection.
7
+
- Facilitates spans.
8
+
- Orchestrates the state sync mechanism between Ethereum and Polygon PoS.
9
+
- Addresses other essential aspects of the system.
10
10
11
11
It uses the *Cosmos SDK* and a forked version of Tendermint, called *Peppermint*. Here is the Peppermint source: [https://github.com/maticnetwork/tendermint/tree/peppermint](https://github.com/maticnetwork/tendermint/tree/peppermint)
0 commit comments