Skip to main content

Questions tagged [finality]

Finality is a property of some blockchains where transactions in a subset of the blockchain will always be included in the blockchain.

0 votes
1 answer
56 views

In this article I read that Proof of Work has no Economic Finality. As I understand concept of economic finality is when for given block B, the consensus algorithm guarantees that if B is finalized, ...
Rezga's user avatar
  • 103
2 votes
1 answer
104 views

Optimistic and ZK rollups, both submit data to Ethereum or similar chain, but why do optimistic rollups take longer time then zk rollups? What's the core difference that causes this time difference?
aakash4dev's user avatar
4 votes
1 answer
149 views

Imagine China has switched the internet off. Half validators are in the China, half in the rest of the world. So we have a 2 separate networks (like a fork). Each side produces some blocks and votes ...
YodaDefi's user avatar
1 vote
2 answers
348 views

In Casper FFG, a checkpoint takes two voting sessions to be finalized. Say checkpoint c. First, c needs to be voted to be justified (supermajority link c'->c). Then, c needs to be voted again to be ...
orangutan's user avatar
  • 145
2 votes
2 answers
773 views

What I'm trying to find out is: After how many Slots will an Epoch be finalized (theoretically)? The first block in each epoch is a checkpoint and validators then vote on pairs of checkpoints that are ...
Majd TL's user avatar
  • 3,307
6 votes
4 answers
3k views

Is there a simple way to find out if a given block is finalized in PoS Ethereum? Currently, I'm calling the endpoint ../eth/v1/beacon/states/finalized/finality_checkpoints of the Beacon Node and it ...
Majd TL's user avatar
  • 3,307
1 vote
0 answers
185 views

According to features of the Ethereum Consensus, the rollbacks of blocks are possible: the block (and so, its transactions) is considered as a finalized one if quite a long chain is built upon the ...
Кирилл Волков's user avatar
2 votes
1 answer
119 views

I'd like to know what would happen in terms of penalization of staked validators if there was some sort of major global netsplit that -- for the sake of this question -- resulted in exactly 50% of all ...
Joseph's user avatar
  • 123
0 votes
1 answer
200 views

Is Absolute/ Immediate Finality a goal in blockchain consensus or does some areas work better under probabilistic finality such as Ethereum's Pow and to be PoS? (I know that some networks using BFT ...
AvocadoChocolate's user avatar
8 votes
3 answers
3k views

I'm curious about, for instance, the frequency of chain reorganizations, and the distribution of their depths. Is this information available anywhere? Mostly this is because I'm interested in rules ...
Alex Coventry's user avatar
0 votes
2 answers
1k views

In Bitcoin and Ethereum PoW, we have probabilistic BFT. I.e., the transaction finality will never reach 100%, but it will be very close to that with every further confirmation. How about Geth POA ...
ivicaa's user avatar
  • 7,549
1 vote
0 answers
227 views

I tested both signing payment and signature verification that is implemented by JavaScript and EthereumJS here: And both of them (signing and verification) properly work, meaning that I am sure the ...
Questioner's user avatar
  • 2,700
1 vote
1 answer
133 views

With Ethereum proof of stake, is transaction finality/settlement finality finally possible / within reach?
Nathan Aw's user avatar
  • 1,954