You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
M. J. Fromberger e92aa56a75
Clean up lint failures for Markdown files (#367)
3 years ago
..
004bmc-apalache-ok.csv spec: merge rust-spec (#252) 4 years ago
005bmc-apalache-error.csv spec: merge rust-spec (#252) 4 years ago
Blockchain_003_draft.tla spec: merge rust-spec (#252) 4 years ago
LCD_MC3_3_faulty.tla spec: merge rust-spec (#252) 4 years ago
LCD_MC3_4_faulty.tla spec: merge rust-spec (#252) 4 years ago
LCD_MC4_4_faulty.tla spec: merge rust-spec (#252) 4 years ago
LCD_MC5_5_faulty.tla spec: merge rust-spec (#252) 4 years ago
LCDetector_003_draft.tla spec: merge rust-spec (#252) 4 years ago
LCVerificationApi_003_draft.tla spec: merge rust-spec (#252) 4 years ago
README.md Clean up lint failures for Markdown files (#367) 3 years ago
detection_001_reviewed.md Clean up lint failures for Markdown files (#367) 3 years ago
detection_003_reviewed.md Clean up lint failures for Markdown files (#367) 3 years ago
discussions.md spec: merge rust-spec (#252) 4 years ago
draft-functions.md spec: merge rust-spec (#252) 4 years ago
req-ibc-detection.md Clean up lint failures for Markdown files (#367) 3 years ago

README.md

order parent
1 [{title Fork Detection} {order 2}]

Tendermint fork detection and IBC fork detection

Status

This is a work in progress. This directory captures the ongoing work and discussion on fork detection both in the context of a Tendermint light node and in the context of IBC. It contains the following files

detection.md

a draft of the light node fork detection including "proof of fork" definition, that is, the data structure to submit evidence to full nodes.

discussions.md

A collection of ideas and intuitions from recent discussions

  • the outcome of recent discussion
  • a sketch of the light client supervisor to provide the context in which fork detection happens
  • a discussion about lightstore semantics

req-ibc-detection.md

  • a collection of requirements for fork detection in the IBC context. In particular it contains a section "Required Changes in ICS 007" with necessary updates to ICS 007 to support Tendermint fork detection

draft-functions.md

In order to address the collected requirements, we started to sketch some functions that we will need in the future when we specify in more detail the

  • fork detections
  • proof of fork generation
  • proof of fork verification

on the following components.

  • IBC on-chain components
  • Relayer

TODOs

We decided to merge the files while there are still open points to address to record the current state an move forward. In particular, the following points need to be addressed:

Most likely we will write a specification on the light client supervisor along the outcomes of

that also addresses initialization