Post
Share your knowledge.
What techniques does Sui use to reduce latency and improve transaction finality?
What techniques does Sui use to reduce latency and improve transaction finality?
- Sui
Answers
6Prepare Upgrade → Validate the new version against the chosen policy.
Commit Upgrade → Replace the old package code with the new one.
ssing.
Byzantine fault tolerance (BFT): Enables fast and secure agreement among validators, improving finality.
Fast path for simple transaction
Processes transactions in parallel when they affect different objects.
Uses Narwhal & Bullshark consensus for fast data availability and ordering.
Executes transactions optimistically before final consensus for quicker processing.
Tracks dependencies at the object level to avoid global bottlenecks.
Employs efficient networking to speed up validator communication.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking616
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction410