Comment on Please Stop
Knock_Knock_Lemmy_In@lemmy.world 8 months agoA hash function doesn’t check if a signature is valid. Neither does git. Blockchain does check.
Comment on Please Stop
Knock_Knock_Lemmy_In@lemmy.world 8 months agoA hash function doesn’t check if a signature is valid. Neither does git. Blockchain does check.
uis@lemm.ee 8 months ago
And?
Knock_Knock_Lemmy_In@lemmy.world 8 months ago
lemmy.world/comment/8278003
uis@lemm.ee 8 months ago
Again, find the difference. Each block(commit object) has its content(blobs and trees) and metadata like parent blocks(commit objects), time(and message). So one commit corresponds only to one history.
Knock_Knock_Lemmy_In@lemmy.world 8 months ago
But git can branch in multiple forks and states of the database. Blockchain has mechanisms to ensure there is convergence to one state.