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
'This AI chatbot is powered by kapa.ai. Responses are generated automatically and may be inaccurate or incomplete. Do not rely on this information as legal, financial or other professional advice. By using this assistant, you agree that your input may be processed in accordance with the kapa.ai privacy policy: https://www.kapa.ai/content/privacy-policy'
61
+
);
62
+
script.setAttribute(
63
+
'data-modal-example-questions',
64
+
'What is the finality time on Polygon?, How do I connect my wallet to Polygon?'
Copy file name to clipboardExpand all lines: docs/pos/architecture/heimdall_v2/introduction.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Heimdall v2 is a modernized and revamped consensus client that is at the heart o
8
8
- Orchestrates the state sync mechanism between Ethereum and Polygon PoS.
9
9
- Addresses other essential aspects of the system.
10
10
11
-
It uses the latest [*Cosmos SDK*](https://github.com/maticnetwork/cosmos-sdk) and [*CometBFT*](https://github.com/cometbft/cometbft) for its consensus.
11
+
It uses a fork of [*Cosmos SDK*](https://github.com/0xPolygon/cosmos-sdk)based on `v0.50.13`and a fork of [*CometBFT*](https://github.com/0xPolygon/cometbft/) based on `v0.38.17` for its consensus.
12
12
13
-
Heimdall removes certain modules from Cosmos SDK but primarily utilizes a customized version of it, following a similar pattern.
13
+
Heimdall leverages some modified versions of `cosmos-sdk`modules (`auth`, `bank` and `gov`) plus some fully customized modules (`bor`, `chainmanager`, `checkpoint`, `clerk`, `milestone`, `stake` and `topup`).
14
14
15
-
For detailed instructions on running Heimdall v2, refer to the [Readme](https://github.com/0xPolygon/heimdall-v2/blob/develop/README.md) in the Github repository
15
+
For detailed instructions on running Heimdall v2, refer to the [Readme](https://github.com/0xPolygon/heimdall-v2/blob/develop/README.md) in the Github repository
To facilitate the transition, there will be a slightly lower benchmark around the first two months while validators become accustomed to the parameters.
25
23
@@ -53,9 +51,7 @@ The **Public Notices** page shows the recent notices and messages sent to the co
Copy file name to clipboardExpand all lines: docs/pos/reference/network-upgrade-process.md
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,22 @@ This page provides hardfork activation timestamps along with links to detailed s
7
7
On the Polygon Network, upgrades are activated based on timestamps. If you fail to update your Polygon client software before the specified timestamp, it may result in chain divergence, requiring a full resynchronization.
0 commit comments