Skip to content

Commit 1ec45a4

Browse files
Update docs/zkEVM/architecture/protocol/etrog-upgrade.md
Co-authored-by: Dra Murphy <149679879+kmurphypolygon@users.noreply.github.com>
1 parent 53d9e7d commit 1ec45a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/zkEVM/architecture/protocol/etrog-upgrade.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ It however results in a few issues when blocks are processed.
5050

5151
The first issue is that it generates a lot of data in the database due to the huge amount of L2 blocks being created.
5252

53-
The second being, the approach lacks a way to provide different timestamps for blocks within a batch. So, all blocks in a batch have the same timestamp.
54-
55-
However, attaching one timestamp to several blocks causes breaks in dApps that rely on timestamps for proper timing of smart contracts' actions.
53+
The second being, the approach lacks a way to provide different timestamps for blocks within a batch. So, all blocks in a batch have the same timestamp. However, attaching one timestamp to several blocks causes breaks in dApps that rely on timestamps for proper timing of smart contracts' actions.
5654

5755
The crucial alterations made in the Etrog upgrade are therefore on; the _one block per transaction_ approach, and the _one timestamp for many blocks_ problem.
5856

0 commit comments

Comments
 (0)