From 6249844f9b9f79a467b3147bb1f27f40a4bdfe54 Mon Sep 17 00:00:00 2001 From: umdia <95478197+oxbau@users.noreply.github.com> Date: Sun, 29 Dec 2024 02:22:05 +0300 Subject: [PATCH] Fixed typo in: Update adr-011-optimistic-blob-size-independent-inclusion-proofs-and-pfb-fraud-proofs.md Hello and happy new year. I fixed a typo in this text: "fraud poof": Should be "fraud proof". Thanks. --- ...ob-size-independent-inclusion-proofs-and-pfb-fraud-proofs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-011-optimistic-blob-size-independent-inclusion-proofs-and-pfb-fraud-proofs.md b/docs/architecture/adr-011-optimistic-blob-size-independent-inclusion-proofs-and-pfb-fraud-proofs.md index 80be2d77ee..dd952a98a2 100644 --- a/docs/architecture/adr-011-optimistic-blob-size-independent-inclusion-proofs-and-pfb-fraud-proofs.md +++ b/docs/architecture/adr-011-optimistic-blob-size-independent-inclusion-proofs-and-pfb-fraud-proofs.md @@ -152,7 +152,7 @@ Worst case commitment inclusion proof size over 2-4 share PFB -The fraud proof for this would be to prove that the commitment of the PFB transaction does not equal the predicted commitment in the header. Therefore this is equivalent to a PFB transaction inclusion proof. This fraud proof would be optimistic as we would assume that the PFB commitment is correct. But realistically if the commitment over the PFB transaction is wrong then the PFB commitment is most likely wrong as well. Therefore the fraud poof would be a PFB Fraud Proof as described at the top. +The fraud proof for this would be to prove that the commitment of the PFB transaction does not equal the predicted commitment in the header. Therefore this is equivalent to a PFB transaction inclusion proof. This fraud proof would be optimistic as we would assume that the PFB commitment is correct. But realistically if the commitment over the PFB transaction is wrong then the PFB commitment is most likely wrong as well. Therefore the fraud proof would be a PFB Fraud Proof as described at the top. If we do not have a PFB transaction that can be predicted, we also need to slash double signing of 2 valid PFB transactions in Celestia. This is required so we don't create a valid fraud proof over a valid commitment over the PFB transaction. The third optimization could be to SNARK the PFB Inclusion Proof to reduce the size even more.?