|
|
|
|
|
by tscs37
3107 days ago
|
|
As I mentioned, even with merges it still has the properties of a blockchain, just not the ones traditionally used by cryptocurrencies. You still have blocks (commits) pointing to other blocks (commits). Some blocks just points to multiple other blocks (think the uncle system in ethereum, which is just exactly that; temporary forks that are still included into the chain) |
|
In the version you mean, how does the blockchain (git, or any other blockchain by your definition) respond when two valid blocks are canidates to be added to the end of the chain?
Is only one block the winner? How is this property maintained as the blockchain grows?
These are the questions and issues the blockchain others in this thread mean can deal with, while, for example, these questions don't exactly make sense for, for example, git.