Skip to content

Commit

Permalink
Update disclaimer for IBC connection (#343)
Browse files Browse the repository at this point in the history
* Update disclaimer in IBC

* Update Fraud Proofs ADR link
  • Loading branch information
Manav-Aggarwal authored Apr 24, 2024
1 parent 151dc76 commit e80af03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions guides/ibc-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ create an IBC connection between a [GM world](./gm-world) rollup and an Osmosis

:::warning Disclaimer
This initial version of IBC has high trust assumptions where receiving chains
only verify the signature of the single rollup sequencer. This is the initial
step towards the direction of trust-minimized IBC light clients, next steps
include verifying DA inclusion proofs and adding fraud/zk proof verification.
[Learn more on ibc-go issue 5112](https://github.com/cosmos/ibc-go/issues/5112).
only verify the signature of the single rollup node. For use in production, it's recommended
to wait for trust-minimized IBC support which includes state proofs and conditional clients.
Learn more about how conditional clients work in [ibc-go issue 5112](https://github.com/cosmos/ibc-go/issues/5112)
and a tracking issue for state proofs in [rollkit issue 1632](https://github.com/rollkit/rollkit/issues/1632).
:::

## 💻 Pre-requisites {#prerequisites}
Expand Down
2 changes: 1 addition & 1 deletion learn/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Overall, state fraud proofs will enable trust-minimization between full nodes an

Note that Rollkit state fraud proofs are still a work in progress and will require new methods on top of ABCI, specifically, `GenerateFraudProof`, `VerifyFraudProof`, and `GetAppHash`.

You can find current detailed design and the remaining work needed to push state fraud proofs towards completion in this [Architecture Decision Record (ADR)](https://github.com/rollkit/rollkit/blob/main/docs/lazy-adr/adr-009-state-fraud-proofs.md).
You can find current detailed design and the remaining work needed to push state fraud proofs towards completion in this [Architecture Decision Record (ADR)](https://github.com/rollkit/rollkit/blob/main/specs/lazy-adr/adr-009-state-fraud-proofs.md).

### Validity (ZK proofs)

Expand Down

0 comments on commit e80af03

Please sign in to comment.