Skip to content

Commit

Permalink
Auto-update the database size (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: core-repository-dispatch-app[bot] <core-repository-dispatch-app[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 01371df commit 0d9f3a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions docs/fundamentals/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Below is a comprehensive list of the supported chains, along with a detailed bre

- `state`: 160 GB
- `receipts`: 215 GB
- `blocks`: 604 GB
- `blocks`: 605 GB
- `bloom`: 6.5 GB
- `headers`: 9.1 GB
- `code`: 4.8 GB
- `blobTransactions`: 815 MB
- `blobTransactions`: 721 MB
- ...
- **Total: 1001 GB**
- **Total: 1002 GB**

</TabItem>
<TabItem value="sepolia" label="Sepolia">
Expand All @@ -57,7 +57,7 @@ Below is a comprehensive list of the supported chains, along with a detailed bre
- `bloom`: 2.2 GB
- `headers`: 2.5 GB
- `code`: 6.9 GB
- `blobTransactions`: 308 MB
- `blobTransactions`: 224 MB
- ...
- **Total: 405 GB**

Expand All @@ -67,10 +67,10 @@ Below is a comprehensive list of the supported chains, along with a detailed bre
- `state`: 21 GB
- `receipts`: 16 GB
- `blocks`: 59 GB
- `bloom`: 823 MB
- `bloom`: 827 MB
- `headers`: 1.1 GB
- `code`: 704 MB
- `blobTransactions`: 47 MB
- `code`: 708 MB
- `blobTransactions`: 35 MB
- ...
- **Total: 98 GB**

Expand All @@ -92,11 +92,11 @@ Below is a comprehensive list of the supported chains, along with a detailed bre

- `state`: 2.6 GB
- `receipts`: 1.5 GB
- `blocks`: 9.5 GB
- `blocks`: 9.6 GB
- `bloom`: 3.2 GB
- `headers`: 2.5 GB
- `code`: 71 MB
- `blobTransactions`: 463 MB
- `code`: 72 MB
- `blobTransactions`: 458 MB
- ...
- **Total: 21 GB**

Expand Down Expand Up @@ -124,7 +124,7 @@ Below is a comprehensive list of the supported chains, along with a detailed bre
- `code`: 96 MB
- `blobTransactions`:
- ...
- **Total: 94 GB**
- **Total: 95 GB**

</TabItem>
</Tabs>
Expand Down
22 changes: 11 additions & 11 deletions versioned_docs/version-1.29.0/fundamentals/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Below is a comprehensive list of the supported chains, along with a detailed bre

- `state`: 160 GB
- `receipts`: 215 GB
- `blocks`: 604 GB
- `blocks`: 605 GB
- `bloom`: 6.5 GB
- `headers`: 9.1 GB
- `code`: 4.8 GB
- `blobTransactions`: 815 MB
- `blobTransactions`: 721 MB
- ...
- **Total: 1001 GB**
- **Total: 1002 GB**

</TabItem>
<TabItem value="sepolia" label="Sepolia">
Expand All @@ -57,7 +57,7 @@ Below is a comprehensive list of the supported chains, along with a detailed bre
- `bloom`: 2.2 GB
- `headers`: 2.5 GB
- `code`: 6.9 GB
- `blobTransactions`: 308 MB
- `blobTransactions`: 224 MB
- ...
- **Total: 405 GB**

Expand All @@ -67,10 +67,10 @@ Below is a comprehensive list of the supported chains, along with a detailed bre
- `state`: 21 GB
- `receipts`: 16 GB
- `blocks`: 59 GB
- `bloom`: 823 MB
- `bloom`: 827 MB
- `headers`: 1.1 GB
- `code`: 704 MB
- `blobTransactions`: 47 MB
- `code`: 708 MB
- `blobTransactions`: 35 MB
- ...
- **Total: 98 GB**

Expand All @@ -92,11 +92,11 @@ Below is a comprehensive list of the supported chains, along with a detailed bre

- `state`: 2.6 GB
- `receipts`: 1.5 GB
- `blocks`: 9.5 GB
- `blocks`: 9.6 GB
- `bloom`: 3.2 GB
- `headers`: 2.5 GB
- `code`: 71 MB
- `blobTransactions`: 463 MB
- `code`: 72 MB
- `blobTransactions`: 458 MB
- ...
- **Total: 21 GB**

Expand Down Expand Up @@ -124,7 +124,7 @@ Below is a comprehensive list of the supported chains, along with a detailed bre
- `code`: 96 MB
- `blobTransactions`:
- ...
- **Total: 94 GB**
- **Total: 95 GB**

</TabItem>
</Tabs>
Expand Down

0 comments on commit 0d9f3a3

Please sign in to comment.