File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,17 @@ $\text{Total Fee} = \text{Gas Limit} \times \text{Gas Price}$
69
69
70
70
The gas limit for a transaction is the maximum amount of gas that a user is
71
71
willing to spend on a transaction. It is determined by both a static
72
- fixed cost and a variable dynamic cost based on the size of each blob involved
72
+ fixed cost (FC) and a variable dynamic cost based on the size of each blob involved
73
73
in the transaction:
74
74
75
- $\text{Gas Limit} = \text{Fixed Cost} + \sum_ {i=1}^{n} \text{SparseSharesNeeded(Blob} _ i ) \times \text{Share Size} \times \text{Gas Cost Per Blob Byte} $
75
+ $\text{Gas Limit} = FC + \sum_ {i=1}^{n} SSN(B_i ) \times SS \times GCPBB $
76
76
77
77
Where:
78
78
79
- - $\text{ Fixed Cost}$ is a static value (65,000 gas)
80
- - $\text{SparseSharesNeeded(Blob} _ i)$ is the number of shares needed for the $i$th blob in the transaction
81
- - $\text{ Share Size}$ is the size of each share
82
- - $\text{ Gas Cost Per Blob Byte}$ is a parameter that could potentially be adjusted through the system's governance mechanisms.
79
+ - $FC$ = Fixed Cost, is a static value (65,000 gas)
80
+ - $\sum _ {i=1}^{n} SSN(B_i)$ = SparseSharesNeeded for the $i$th Blob, is the number of shares needed for the $i$th blob in the transaction
81
+ - $SS$ = Share Size, is the size of each share
82
+ - $GCPBB$ = Gas Cost Per Blob Byte, is a parameter that could potentially be adjusted through the system's governance mechanisms.
83
83
84
84
The gas fee is set by the user when they submit a transaction. The fee is often
85
85
specified by users directly. The total cost for the transaction is then
You can’t perform that action at this time.
0 commit comments