Skip to content

Commit 0c47c21

Browse files
authored
Merge pull request 0xPolygon#288 from 0xPolygon/empieichO-docs-review
update zkEVM user fees - equation rendering
2 parents ffb9700 + 875a5bd commit 0c47c21

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

docs/zkEVM/architecture/user-fees.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ This implies that we need to multiply the result by a chosen factor before compa
482482
This ensures that the costs are covered in case more gas is ultimately required to execute the transaction. This factor is named $\texttt{BreakEvenFactor}$.
483483

484484
Now we can conclude that if
485+
485486
$$
486487
\texttt{SignedGasPrice} > \texttt{BreakEvenGasPrice} \cdot \texttt{BreakEvenFactor}
487488
$$

docs/zkEVM/get-started/historical-data.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This upgrade brings the Polygon zkEVM to being almost a type 2 ZK-EVM. See furth
1515
| Node | v0.5.8 |
1616
| Prover | v4.0.8 |
1717
| Bridge | v0.4.0 |
18+
| Instruction | https://www.notion.so/polygontechnology/Instructions-zkEVM-Mainnet-Beta-Node-v0-5-8-Prover-v4-0-8-a43b5a50878d4d2f844cdf6d9a6674da |
1819
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.5.8 |
1920
| Supported ForkIDs | Mainnet & Cardona: ForkIDs 4, 5, 6 & 7. Testnet (Goerli): ForkIDs 1, 2, 3, 4, 5 & 6. |
2021

@@ -31,7 +32,7 @@ This update included a reduced number of RPC logs and aligned error messages to
3132
| Node | v0.4.4 |
3233
| Prover | v3.0.2 |
3334
| Bridge | v0.3.1 |
34-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.4.4 |
35+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.5.8#:~:text=Bridge%3A%20v0.4.0-,Changelog,-Version%20v0.5.8%20is |
3536
| Supported ForkIDs | Mainnet: ForkIDs 4, 5 & 6. Testnet: ForkIDs 1, 2, 3, 4, 5 & 6. |
3637

3738

@@ -41,14 +42,15 @@ This update included a reduced number of RPC logs and aligned error messages to
4142

4243
**zkEVM mainnet update**
4344

44-
The changes made in this update were mainly in the node (Additional CORS header fix and features in v0.4.0).
45+
The changes made in this update were mainly in the node (Additional CQRS header fix and features in v0.4.0).
4546

4647
| | Version |
4748
| :-------------: | :----------------------------------------------------------: |
4849
| Node | v0.4.1 |
4950
| Prover | v3.0.2 |
5051
| Bridge | v0.3.0 |
51-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.4.1 |
52+
| Instruction | https://www.notion.so/polygontechnology/Instructions-zkEVM-Mainnet-Node-v0-4-1-Prover-v3-0-2-7a585f394cd24b90b90283086276533c |
53+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.4.1#:~:text=Bridge%3A%20v0.3.0-,Changelog,-Version%20v0.4.1%20is |
5254
| Supported ForkIDs | Mainnet: ForkIDs 4, 5 & 6. Testnet: ForkIDs 1, 2, 3, 4, 5, 6. |
5355

5456
Infrastructure partners were instructed to update, and then use instructions given [here](https://polygontechnology.notion.site/Instructions-zkEVM-Mainnet-Node-v0-4-1-Prover-v3-0-2-7a585f394cd24b90b90283086276533c).
@@ -66,7 +68,8 @@ This update brought several significant changes to zkEVM node, bridge, prover in
6668
| Node | v0.4.0 |
6769
| Prover | v3.0.2 |
6870
| Bridge | v0.3.0 |
69-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.4.0 |
71+
| Instruction | https://www.notion.so/polygontechnology/Instructions-zkEVM-Testnet-Node-v0-4-0-Prover-v3-0-2-47751d4c80da4b30a9ef350258deb0ab |
72+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.4.0#:~:text=Bridge%3A%20v0.3.1-,Changelog,-RPC |
7073
| Supported ForkIDs | Mainnet: ForkIDs 4, 5 & 6. Testnet: ForkIDs 1, 2, 3, 4, 5, 6. |
7174

7275

@@ -82,7 +85,8 @@ The changes made in this update brought cryptographic optimisations and bug fixe
8285
| Node | v0.3.3 |
8386
| Prover | v3.0.0 |
8487
| Bridge | v0.2.0 |
85-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.3 |
88+
| Instruction | https://www.notion.so/polygontechnology/Instructions-zkEVM-Mainnet-Node-v0-3-3-Prover-v3-0-0-b14faaf6e2f146f0961e3b1556adec34 |
89+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.3#:~:text=Bridge%3A%20v0.2.0-,Changelog,-Version%20v0.3.3%20is |
8690
| Supported ForkIDs | Mainnet: ForkIDs 4, 5 & 6. Testnet: ForkIDs 1, 2, 3, 4, 5 & 6. |
8791

8892

@@ -98,7 +102,8 @@ The changes made in this update were the node and prover versions, as well as up
98102
| Node | v0.3.3 |
99103
| Prover | v3.0.0 |
100104
| Bridge | v0.2.0 |
101-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.3 |
105+
| Instruction | https://www.notion.so/polygontechnology/Instructions-zkEVM-Mainnet-Node-v0-3-3-Prover-v3-0-0-b14faaf6e2f146f0961e3b1556adec34 |
106+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.3#:~:text=Bridge%3A%20v0.2.0-,Changelog,-Version%20v0.3.3%20is |
102107
| Supported ForkIDs | Mainnet: ForkIDs 4, 5 & 6. Testnet: ForkIDs 1, 2, 3, 4, 5 & 6. |
103108

104109

@@ -114,7 +119,8 @@ The changes made in this upgrade were cryptographic optimisations and some bug f
114119
| Node | v0.3.2 |
115120
| Prover | v3.0.0 |
116121
| Bridge | v0.2.0 |
117-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.2 |
122+
| Instruction | https://www.notion.so/polygontechnology/Instructions-zkEVM-Testnet-Node-v0-3-2-Prover-v3-0-0-18d0b34840874e7cb9ded72e8a9e4e08 |
123+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.2#:~:text=Bridge%3A%20v0.2.0-,Changelog,-Version%20v0.3.2%20is |
118124
| Supported ForkIDs | Mainnet: ForkIDs 4, 5 & 6. Testnet: ForkIDs 1, 2, 3, 4, 5 & 6. |
119125

120126

@@ -130,10 +136,11 @@ The changes made in this update were new version updates of the prover and node.
130136
| Node | v0.3.1 |
131137
| Prover | v2.2.2 |
132138
| Bridge | v0.2.0 |
133-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.1 |
139+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.1#:~:text=Bridge%3A%20v0.2.0-,Changelog,-Version%20v0.3.1%20is |
134140
| Supported ForkIDs | Mainnet: ForkIDs 4 & 5. Testnet: ForkIDs 1, 2, 3, 4, & 5. |
135141

136142

143+
137144
### 20th Sep, 2023
138145

139146
**Mainnet beta Dragonfruit (ForkID5) upgrade**
@@ -145,7 +152,8 @@ The changes made in this update were a range of improvements to the network, inc
145152
| Node | v0.3.0 |
146153
| Prover | v2.2.0 |
147154
| Bridge | v0.2.0 |
148-
| Change logs url | https://www.notion.so/polygontechnology/Mainnet-Beta-UPDATE-zkEVM-Node-version-0-3-0-Sep-6-e150867951cd46c088f6d6c03b2cb5db |
155+
| Instruction | https://www.notion.so/polygontechnology/Mainnet-Beta-UPDATE-zkEVM-Node-version-0-3-0-Sep-6-e150867951cd46c088f6d6c03b2cb5db |
156+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.0#:~:text=Bridge%3A%20v0.2.0-,Changelog,-RPC |
149157

150158

151159

@@ -160,7 +168,8 @@ The main changes made in this update were the mainnet beta rehashing and L2 brid
160168
| Node | v0.3.0 |
161169
| Prover | v2.2.0 |
162170
| Bridge | v0.2.0 |
163-
| Change logs url | https://www.notion.so/polygontechnology/zkEVM-mainnet-beta-Instructions-for-permissionless-nodes-to-rehash-the-network-53b525498bc94c03ab02bba621f8d8e3 |
171+
| Instruction | https://www.notion.so/polygontechnology/zkEVM-mainnet-beta-Instructions-for-permissionless-nodes-to-rehash-the-network-53b525498bc94c03ab02bba621f8d8e3 |
172+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.0#:~:text=Bridge%3A%20v0.2.0-,Changelog,-RPC |
164173

165174

166175

@@ -175,7 +184,7 @@ The changes made in this update were new versions of the node and prover.
175184
| Node | v0.3.0 |
176185
| Prover | v2.2.0 |
177186
| Bridge | v0.2.0 |
178-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.0 |
187+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.3.0#:~:text=Bridge%3A%20v0.2.0-,Changelog,-RPC |
179188

180189

181190

@@ -190,7 +199,7 @@ The changes made in this update were new versions of the node and the prover.
190199
| Node | v0.2.5 |
191200
| Prover | v2.1.2 |
192201
| Bridge | v0.2.0 |
193-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.2.5 |
202+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.2.5#:~:text=Bridge%3A%20v0.2.0-,Changelog,-Version%20v0.2.5%20is |
194203

195204

196205

@@ -205,7 +214,8 @@ The changes made in this update were version upgrades for the prover, node and b
205214
| Node | v0.2.0 |
206215
| Prover | v2.0.1 |
207216
| Bridge | v0.2.0 |
208-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.2.0 |
217+
| Instruction | https://www.notion.so/polygontechnology/Polygon-zkEVM-Version-Updates-for-Node-Prover-and-Bridge-July-2023-273fe49d869347218923a66fa582aa72 |
218+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.2.0#:~:text=Bridge%3A%20v0.2.0-,Changelog,-%3A |
209219

210220

211221

@@ -220,7 +230,8 @@ The changes made in this update are detailed in the `change logs`.
220230
| Node | v0.1.2 |
221231
| Prover | v1.1.4-fork.4 |
222232
| Bridge | v0.1.0 |
223-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/v0.1.2 |
233+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/v0.1.2#:~:text=Bridge%3A%20v0.1.0-,Changelog,-%3A |
234+
224235

225236

226237
### 2nd May, 2023
@@ -234,7 +245,7 @@ Corresponding commits found here https://github.com/0xPolygonHermez/zkevm-node/t
234245
| Node | v0.0.7 |
235246
| Prover | - |
236247
| Bridge | - |
237-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.0.7 |
248+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.0.7#:~:text=1ffaef7-,Changelog,-1ffaef7%20fix%20prover |
238249

239250

240251

@@ -249,7 +260,7 @@ The changes made in this update were new versions of the node and prover contain
249260
| Node | v0.0.6 |
250261
| Prover | - |
251262
| Bridge | - |
252-
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.0.6. |
263+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.0.6#:~:text=5ed8e4c-,Changelog,-5ed8e4c%20Merge%20pull |
253264

254265

255266

0 commit comments

Comments
 (0)