Skip to content

Commit 264ade4

Browse files
authored
Merge pull request 0xPolygon#340 from 0xPolygon/pos-edit-heimdall
Update POS - Heimdall node version
2 parents 64ab2bf + a5a1c78 commit 264ade4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/pos/how-to/full-node/full-node-binaries.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ Both binaries must be installed and run in the correct order to function properl
4141

4242
### Heimdall
4343

44-
Install the latest version of Heimdall and related services. Make sure you checkout to the correct [release version](https://github.com/maticnetwork/heimdall/releases). Note that the latest version, [Heimdall v1.0.3](https://github.com/maticnetwork/heimdall/releases/tag/v1.0.3), contains enhancements such as:
44+
Install the latest version of Heimdall and related services. Make sure you checkout to the correct [release version](https://github.com/maticnetwork/heimdall/releases). Note that the latest version, [Heimdall v1.0.5](https://github.com/maticnetwork/heimdall/releases/tag/v1.0.5), contains enhancements such as:
45+
4546
1. Restricting data size in state sync txs to:
4647
* **30Kb** when represented in **bytes**
4748
* **60Kb** when represented as **string**
49+
4850
2. Increasing the **delay time** between the contract events of different validators to ensure that the mempool doesn't get filled very quickly in case of a burst of events which can hamper the progress of the chain.
4951

5052
The following example shows how the data size is restricted:

docs/pos/how-to/validator/validator-binaries.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ Both binaries must be installed and run in the correct order to function properl
121121

122122
### Heimdall
123123

124-
Install the latest version of Heimdall and related services. Make sure you checkout to the correct [release version](https://github.com/maticnetwork/heimdall/releases). Note that the latest version, [Heimdall v1.0.3](https://github.com/maticnetwork/heimdall/releases/tag/v1.0.3), contains enhancements such as:
124+
Install the latest version of Heimdall and related services. Make sure you checkout to the correct [release version](https://github.com/maticnetwork/heimdall/releases). Note that the latest version, [Heimdall v1.0.5](https://github.com/maticnetwork/heimdall/releases/tag/v1.0.5), contains enhancements such as:
125+
125126
1. Restricting data size in state sync txs to:
126127
* **30Kb** when represented in **bytes**
127128
* **60Kb** when represented as **string**
129+
128130
2. Increasing the **delay time** between the contract events of different validators to ensure that the mempool doesn't get filled very quickly in case of a burst of events which can hamper the progress of the chain.
129131

130132
The following example shows how the data size is restricted:

0 commit comments

Comments
 (0)