Skip to content

Commit 2aa84d9

Browse files
authored
Update finality numbers (#1165)
Co-authored-by: Chase Fleming <[email protected]>
1 parent 1de26e5 commit 2aa84d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/build/basics/transactions.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@ In the dominant Proof-of-Stake (PoS) environment, which includes most chains exc
183183

184184
### Chain Comparisons
185185

186-
Chain | Preliminary | Soft finality | Hard finality
187-
---------|-------------|----------------|---------------
188-
Solana | 100ms | n/a | ~30s
189-
Ethereum | 15s | n/a | ~15m
190-
Flow | bypass | 6s | ~14s
186+
Chain | Preliminary | Soft finality | Hard finality
187+
---------|-------------|---------------|---------------
188+
Solana | 100ms | n/a | ~30s
189+
Ethereum | 15s | n/a | ~15m
190+
Flow | bypass | 4s | ~10s
191191

192192
#### Flow
193193

194-
Flow bypasses preliminary results entirely. It reaches soft finality ("Executed") in about 6 seconds and hard finality ("Sealed") in around 14 seconds. If an Access Node on Flow states a transaction has occurred, it's either correct or cryptographic proof exists that can lead to the node's slashing.
194+
Flow bypasses preliminary results entirely. It reaches soft finality ("Executed") in about 4 seconds and hard finality ("Sealed") in around 10 seconds. If an Access Node on Flow states a transaction has occurred, it's either correct or cryptographic proof exists that can lead to the node's slashing.
195195

196196
![transaction-time.png](_transactions_images/chain-comparison.png)
197197

0 commit comments

Comments
 (0)