diff --git a/README.md b/README.md index 21b6232..faa46f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # CosmWasm IBC Lite This workspace contains the CosmWasm IBC Lite implementation. IBC lite is a work in progress trimmed down specification of the IBC protocol. It is designed to be simpler to implement and be as secure as the full IBC protocol. Learn more about IBC lite in the [IBC Lite Spec](https://github.com/cosmos/ibc/pull/1093). + +This repository is a work in progress and is not ready for production use. diff --git a/e2e/interchaintestv8/ics07tendermint_test.go b/e2e/interchaintestv8/ics07tendermint_test.go index 6420309..21d8365 100644 --- a/e2e/interchaintestv8/ics07tendermint_test.go +++ b/e2e/interchaintestv8/ics07tendermint_test.go @@ -188,7 +188,6 @@ func (s *ICS07TendermintTestSuite) TestVerifyMembership() { s.Require().NoError(err) s.Require().NotEmpty(proof) s.Require().NotEmpty(value) - // s.Require().Equal(expValue, value) s.Require().Equal(int64(s.trustedHeight.RevisionHeight), proofHeight) }))