From e80af0302fc2a4d040b56dac1c80b4619d26b1ef Mon Sep 17 00:00:00 2001 From: Manav Aggarwal Date: Tue, 23 Apr 2024 22:01:08 -0400 Subject: [PATCH] Update disclaimer for IBC connection (#343) * Update disclaimer in IBC * Update Fraud Proofs ADR link --- guides/ibc-connection.md | 8 ++++---- learn/stack.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guides/ibc-connection.md b/guides/ibc-connection.md index 75e646a2f..c99439c58 100644 --- a/guides/ibc-connection.md +++ b/guides/ibc-connection.md @@ -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} diff --git a/learn/stack.md b/learn/stack.md index 9776d26b1..ec2c2572b 100644 --- a/learn/stack.md +++ b/learn/stack.md @@ -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)